Project

General

Profile

Housekeeping #3018

Various uninstallable packages should be fixed, dropped, or blacklisted.

eschwartz - almost 3 years ago - . Updated about 1 year ago.

Status:
open
Priority:
bug
Assignee:
-
% Done:

28%


Description

pacman has a neat, builtin linting tool for repos, which I've used to scan the parabola repos.

pacman -Dkk # shows dependency errors

$ pacman -Dkk --config /etc/pacman-parabolarepo.conf 2>&1 | wc -l
414

Subtasks

Packaging Request #2874: [python2-*]: multiple packages dropped from archopen

Actions
Bug #2704: [h-client] 'pygtk' dependency errorfixedbill-auger

Actions
Bug #2915: libusb update breaks calibre3confirmed

Actions
Bug #2934: [printrun] missing dependency python2-pygletconfirmed

Actions
Bug #3042: [calibre3]: unable to satisfy dependency 'python2-*' and 'libusbx'.confirmed

Actions
Bug #3170: [castle-combat]: unable to satisfy dependency 'python2-twisted' required by castle-combatconfirmed

Actions
Housekeeping #3237: Remove pcr/python2* and libre/python2*open

Actions
Bug #3418: [h-client]: fails to install for Unresolved dependencies confirmed

Actions
Bug #3358: compiz has unmet dependenciesfixedbill-auger

Actions
Freedom Issue #3399: [gnoduino] Upstream has discontinued the project and it has no licenseconfirmed

Actions
Bug #3430: [wicd-openrc] should be removedconfirmed

Actions

History

#1

Updated by eschwartz almost 3 years ago

Some highlights:

Incorrect versions of ICU (needs rebuild): california evolution-data-server iceape phantomjs vislcg3

Issue #1167, needs to be blacklisted due to depending on qt5-webengine: clipgrab csoundqt iaito kalgebra kbibtex kimagemapeditor kiwix-desktop ktorrent kube luminancehdr pageedit psi python-pyqt5-webengine qmapshack rkward rssguard rz-cutter scenarist skrooge tellico vulkan-extra-tools

Depends on qt4, which Arch dropped to the AUR: fair-coin litecoin-qt pgl qtoctave qtqr qtwebkit quackle qwtpolar-qt4 qwt-qt4 yafaray

OpenRC packages which are not in the [nonsystemd] repo: apache-openrc at-openrc autofs-openrc bind-openrc bitlbee-openrc brltty-openrc clamav-openrc connman-openrc cpupower-openrc cronie-openrc cyrus-sasl-openrc dbus-openrc device-mapper-openrc dhcpcd-openrc dhcp-openrc distcc-openrc dovecot-openrc espeakup-openrc exim-openrc fcron-openrc fuse-openrc git-openrc glibc-openrc haveged-openrc hdparm-openrc hostapd-openrc inetutils-openrc jenkins-openrc krb5-openrc laptop-mode-tools-openrc libvirt-openrc lighttpd-openrc lirc-utils-openrc lm_sensors-openrc mdadm-openrc metalog-openrc mpd-openrc mysql-openrc netifrc nginx-openrc ntp-openrc opendkim-openrc opendmarc-openrc openldap-openrc openntpd-openrc opensmtpd-openrc openssh-openrc openvpn-openrc polipo-openrc postfix-openrc postgresql-openrc privoxy-openrc rpcbind-openrc rsync-openrc salt-openrc samba-openrc sane-openrc spamassassin-openrc squid-openrc subversion-openrc syncthing-openrc syslog-ng-openrc tor-openrc transmission-openrc ufw-openrc unbound-openrc virtualgl-openrc vnstat-openrc vsftpd-openrc wicd-openrc x2goserver-openrc xinetd-openrc

#2

Updated by eschwartz almost 3 years ago

Issue #2874, #2915, calibre3 requires: libusbx python2-apsw python2-beautifulsoup4 python2-css-parser python2-cssselect python2-dbus python2-html2text python2-html5-parser python2-lxml python2-mechanize python2-netifaces python2-pillow python2-pyqt5 python2-regex

(libusbx -> libusb but rebuilding is prevented until you add the old python2 libraries back)

#3

Updated by bill-auger almost 2 years ago

  • Description updated (diff)
#4

Updated by bill-auger almost 2 years ago

i have expanded on the `pacman -Dkk` feature, to present unsatisfiable dependency relationships, grouped per dependency, and per dependent

'pacman-all.conf' does not exist, of course; but it's no mystery how to prepare one - if anyone comes up with a less ugly implementation, that would be swell

pacman-unsatisfied()
{
  declare -A pkgs=()
  declare -A deps=()

  sudo pacman -Sy --config /etc/pacman-all.conf 1>&2

  echo -e '\n\n=== grouped by dependent ===\n'
  eval $(pacman -Dkk --config /etc/pacman-all.conf 2>&1 | sort --key=5 | uniq | \
         cut -d ' ' -f 2,5 | sed "s|^'\([^ ]*\)' '\([^ ]*\)'$|pkgs[\2]+='\1',|" )
  for pkg in ${!pkgs[*]}
  do echo "${pkg} -> $(sed 's|,|\n... -> |g' <<<${pkgs[$pkg]})" | grep -E '[^ ]$'
  done | column -t | sort

  echo -e '\n\n=== grouped by dependency ===\n'
  eval $(pacman -Dkk --config /etc/pacman-all.conf 2>&1 | sort --key=2 | uniq | \
         cut -d ' ' -f 2,5 | sed "s|^'\([^ ]*\)' '\([^ ]*\)'$|deps[\1]+='\2',|" )
  for dep in ${!deps[*]}
  do echo "${dep} <- $(sed 's|,|\n... <- |g' <<<${deps[$dep]})" | grep -E '[^ ]$'
  done | column -t | sort
}
=== grouped by dependent ===

acpi_call                         ->  linux-libre=5.15.12
alarm-clock-applet                ->  gconf>=2.0
android-sdk                       ->  proguard
autofs-openrc                     ->  autofs
bbswitch                          ->  linux-libre=5.15.12
bbswitch-lts                      ->  linux-libre-lts=5.4.78
blender                           ->  libboost_locale.so=1.76.0-64
cairo-compmgr                     ->  gconf
calamares                         ->  boost-libs<1.72.1
calibre3                          ->  python2-apsw
california                        ->  icu<65
cantor                            ->  qt5-webengine
castle-combat                     ->  python2-pygame
chm2pdf                           ->  python2-pychm
clipgrab                          ->  qt5-webengine
compiz                            ->  pyrex
conky                             ->  libxnvctrl
csoundqt                          ->  qt5-webengine
culmus-latex                      ->  culmus
deepin-anything-module            ->  linux-libre=5.4.12
deepin-kwin                       ->  deepin-wallpapers
deepin-reader                     ->  qt5-webengine
deepin-session-shell              ->  deepin-wallpapers
deepin-session-ui                 ->  deepin-wallpapers
deepin-store                      ->  archlinux-appstream-data
deepin-voice-note                 ->  qt5-webengine
django-social-auth                ->  python2-openid
duplicity                         ->  python2-fasteners
emacs-jabber                      ->  gconf
emacs-lucid                       ->  gconf
evolution-data-server             ->  libicui18n.so=68-64
fair-coin                         ->  qt4
frescobaldi                       ->  python-pyqt5-webengine
gambas3-gb-qt5                    ->  qt5-webengine
globalprotect-openconnect         ->  qt5-webengine
gnoduino                          ->  pygtksourceview2
...                               ->  gnome-icon-theme
gnome-rdp                         ->  gnome-keyring-sharp
gnuhealth                         ->  python2-dateutil
gnuradio-osmosdr-xtrx             ->  gnuradio-fcdproplus
gpaint                            ->  libglade
grass                             ->  python2-pillow
gst-plugin-msdk                   ->  gst-plugins-bad-libs=1.20.1
gst-plugin-va                     ->  gst-plugins-bad-libs=1.20.1
gstreamer-vaapi                   ->  gst-plugins-bad-libs=1.20.1
gtg                               ->  python2-configobj
h-client                          ->  python2-pycurl
iaito                             ->  qt5-webengine
iceape                            ->  icu<66
icecat-l10n-ach                   ->  icecat=78.7.0
icecat-l10n-af                    ->  icecat=78.7.0
icecat-l10n-an                    ->  icecat=78.7.0
icecat-l10n-ar                    ->  icecat=78.7.0
icecat-l10n-as                    ->  icecat=60.7.0_gnu1
icecat-l10n-ast                   ->  icecat=78.7.0
icecat-l10n-az                    ->  icecat=78.7.0
icecat-l10n-be                    ->  icecat=78.7.0
icecat-l10n-bg                    ->  icecat=78.7.0
icecat-l10n-bn-bd                 ->  icecat=60.7.0_gnu1
icecat-l10n-bn                    ->  icecat=78.7.0
icecat-l10n-bn-in                 ->  icecat=60.7.0_gnu1
icecat-l10n-br                    ->  icecat=78.7.0
icecat-l10n-bs                    ->  icecat=78.7.0
icecat-l10n-ca                    ->  icecat=78.7.0
icecat-l10n-cak                   ->  icecat=78.7.0
icecat-l10n-ca-valencia           ->  icecat=78.7.0
icecat-l10n-cs                    ->  icecat=78.7.0
icecat-l10n-cy                    ->  icecat=78.7.0
icecat-l10n-da                    ->  icecat=78.7.0
icecat-l10n-de                    ->  icecat=78.7.0
icecat-l10n-dsb                   ->  icecat=78.7.0
icecat-l10n-el                    ->  icecat=78.7.0
icecat-l10n-en-ca                 ->  icecat=78.7.0
icecat-l10n-en-gb                 ->  icecat=78.7.0
icecat-l10n-en-us                 ->  icecat=78.7.0
icecat-l10n-en-za                 ->  icecat=60.7.0_gnu1
icecat-l10n-eo                    ->  icecat=78.7.0
icecat-l10n-es-ar                 ->  icecat=78.7.0
icecat-l10n-es-cl                 ->  icecat=78.7.0
icecat-l10n-es-es                 ->  icecat=78.7.0
icecat-l10n-es-mx                 ->  icecat=78.7.0
icecat-l10n-et                    ->  icecat=78.7.0
icecat-l10n-eu                    ->  icecat=78.7.0
icecat-l10n-fa                    ->  icecat=78.7.0
icecat-l10n-ff                    ->  icecat=78.7.0
icecat-l10n-fi                    ->  icecat=78.7.0
icecat-l10n-fr                    ->  icecat=78.7.0
icecat-l10n-fy-nl                 ->  icecat=78.7.0
icecat-l10n-ga-ie                 ->  icecat=78.7.0
icecat-l10n-gd                    ->  icecat=78.7.0
icecat-l10n-gl                    ->  icecat=78.7.0
icecat-l10n-gn                    ->  icecat=78.7.0
icecat-l10n-gu-in                 ->  icecat=78.7.0
icecat-l10n-he                    ->  icecat=78.7.0
icecat-l10n-hi-in                 ->  icecat=78.7.0
icecat-l10n-hr                    ->  icecat=78.7.0
icecat-l10n-hsb                   ->  icecat=78.7.0
icecat-l10n-hu                    ->  icecat=78.7.0
icecat-l10n-hy-am                 ->  icecat=78.7.0
icecat-l10n-ia                    ->  icecat=78.7.0
icecat-l10n-id                    ->  icecat=78.7.0
icecat-l10n-is                    ->  icecat=78.7.0
icecat-l10n-it                    ->  icecat=78.7.0
icecat-l10n-ja                    ->  icecat=78.7.0
icecat-l10n-kab                   ->  icecat=78.7.0
icecat-l10n-ka                    ->  icecat=78.7.0
icecat-l10n-kk                    ->  icecat=78.7.0
icecat-l10n-km                    ->  icecat=78.7.0
icecat-l10n-kn                    ->  icecat=78.7.0
icecat-l10n-ko                    ->  icecat=78.7.0
icecat-l10n-lij                   ->  icecat=78.7.0
icecat-l10n-lt                    ->  icecat=78.7.0
icecat-l10n-lv                    ->  icecat=78.7.0
icecat-l10n-mai                   ->  icecat=60.7.0_gnu1
icecat-l10n-mk                    ->  icecat=78.7.0
icecat-l10n-ml                    ->  icecat=60.7.0_gnu1
icecat-l10n-mr                    ->  icecat=78.7.0
icecat-l10n-ms                    ->  icecat=78.7.0
icecat-l10n-my                    ->  icecat=78.7.0
icecat-l10n-nb-no                 ->  icecat=78.7.0
icecat-l10n-ne-np                 ->  icecat=78.7.0
icecat-l10n-nl                    ->  icecat=78.7.0
icecat-l10n-nn-no                 ->  icecat=78.7.0
icecat-l10n-oc                    ->  icecat=78.7.0
icecat-l10n-or                    ->  icecat=60.7.0_gnu1
icecat-l10n-pa-in                 ->  icecat=78.7.0
icecat-l10n-pl                    ->  icecat=78.7.0
icecat-l10n-pt-br                 ->  icecat=78.7.0
icecat-l10n-pt-pt                 ->  icecat=78.7.0
icecat-l10n-rm                    ->  icecat=78.7.0
icecat-l10n-ro                    ->  icecat=78.7.0
icecat-l10n-ru                    ->  icecat=78.7.0
icecat-l10n-si                    ->  icecat=78.7.0
icecat-l10n-sk                    ->  icecat=78.7.0
icecat-l10n-sl                    ->  icecat=78.7.0
icecat-l10n-son                   ->  icecat=78.7.0
icecat-l10n-sq                    ->  icecat=78.7.0
icecat-l10n-sr                    ->  icecat=78.7.0
icecat-l10n-sv-se                 ->  icecat=78.7.0
icecat-l10n-ta                    ->  icecat=78.7.0
icecat-l10n-te                    ->  icecat=78.7.0
icecat-l10n-th                    ->  icecat=78.7.0
icecat-l10n-tl                    ->  icecat=78.7.0
icecat-l10n-tr                    ->  icecat=78.7.0
icecat-l10n-trs                   ->  icecat=78.7.0
icecat-l10n-uk                    ->  icecat=78.7.0
icecat-l10n-ur                    ->  icecat=78.7.0
icecat-l10n-uz                    ->  icecat=78.7.0
icecat-l10n-vi                    ->  icecat=78.7.0
icecat-l10n-xh                    ->  icecat=78.7.0
icecat-l10n-zh-cn                 ->  icecat=78.7.0
icecat-l10n-zh-tw                 ->  icecat=78.7.0
icedove-extension-enigmail        ->  gnupg<2.2.25
icedove-l10n-cak                  ->  icedove=1:68.2.2
icedove-l10n-kab                  ->  icedove=1:68.2.2
icedove-l10n-ka                   ->  icedove=1:68.2.2
icedove-l10n-kk                   ->  icedove=1:68.2.2
icedove-l10n-ms                   ->  icedove=1:68.2.2
icedove-l10n-uz                   ->  icedove=1:68.2.2
icedove                           ->  libvpx.so=6-64
icinga-studio                     ->  wxgtk
...                               ->  icu<65.2
idjc                              ->  mutagen
ipycli-git                        ->  ipython2
kalgebra                          ->  qt5-webengine
kbibtex                           ->  qt5-webengine
...                               ->  kblog
kchmviewer                        ->  qt5-webengine
kde-development-environment-meta  ->  kalarmcal
kde-network-meta                  ->  falkon
kdenlive                          ->  rttr
kdepim-addons                     ->  libktnef
...                               ->  kdepim-apps-libs
kdepim-runtime                    ->  kalarmcal
kernelshark                       ->  libtraceevent.so=1-64
kimagemapeditor                   ->  qt5-webengine
kipi-plugins                      ->  libkipi
kiwix-desktop                     ->  qt5-webengine
kmymoney                          ->  qt5-webengine
kodi-addon-game-libretro-snes9x   ->  libretro-snes9x
kodi                              ->  python2-pillow6
...                               ->  kpmcore<4.1.1
ktorrent                          ->  qt5-webengine
kube                              ->  qt5-webengine
libalkimia                        ->  qt5-webengine
...                               ->  libboost_program_options.so=1.71.0-64
...                               ->  libboost_regex.so=1.71.0-64
...                               ->  libboost_thread.so=1.71.0-64
libffi-static                     ->  libffi=3.2.1
...                               ->  libicuuc.so=68-64
...                               ->  libicuuc.so=68-64
...                               ->  libkgeomap
...                               ->  libkipi
...                               ->  libkvkontakte
liblms7002m                       ->  python2-cheetah
...                               ->  libmagick6
...                               ->  libmediawiki
libtracefs                        ->  libtraceevent.so=1-64
...                               ->  libunique>=1.0
libutil-linux-static              ->  libutil-linux=2.33.1
...                               ->  libXNVCtrl.so=0-64
...                               ->  libyaml-cpp.so=0.6-64
lightspark                        ->  boost-libs<1.72.1
litecoin-qt                       ->  qt4
luminancehdr                      ->  qt5-webengine
magma                             ->  cuda
mailpile                          ->  python2-cryptography
maliit-framework                  ->  gconf
mattermost-desktop                ->  electron14
mediatomb                         ->  js185
mencoder                          ->  libx264.so=160-64
monkeysign                        ->  python2-imaging
...                               ->  mozilla-common
mugshot                           ->  python2-dbus
ndoutils                          ->  libmysqlclient
netatalk                          ->  python2-dbus
networkmanager-openswan           ->  libnm-gtk
nevow                             ->  python2-twisted
nicotine                          ->  mutagen
...                               ->  NVIDIA-MODULE
...                               ->  NVIDIA-MODULE
obsidian                          ->  electron17
ocrodjvu                          ->  python2-lxml
openchange                        ->  libmemcached>=1.0.18
...                               ->  openimageio<2.3
openmw                            ->  openscenegraph34
pageedit                          ->  qt5-webengine
parabolaweb-utils                 ->  python2-ipy>=0.83
pcre-static                       ->  pcre=8.43
perl-par-packer                   ->  perl-getopt-argvfile
perspectives-server               ->  python2-cherrypy
petri-foo                         ->  libgnomecanvas
pgl                               ->  qt4
phantomjs                         ->  icu<68
pivaders-git                      ->  python2-pygame
pixman-static                     ->  pixman=0.38.4
polipo-openrc                     ->  polipo
printrun                          ->  python2-pyglet
psi                               ->  qt5-webengine
pygtk                             ->  libglade
pypolicyd-spf                     ->  python<3.8.3
pyrenamer                         ->  python2-gconf
...                               ->  python2-beautifulsoup4
python2-caldav                    ->  python2-dateutil
...                               ->  python2-characteristic>=14.3.0
...                               ->  python2-cryptography
...                               ->  python2-css-parser
...                               ->  python2-cssselect
...                               ->  python2-dateutil
...                               ->  python2-dateutil
...                               ->  python2-dbus
...                               ->  python2-dbus
...                               ->  python2-decorator
python2-django-jinja              ->  python2-jinja
...                               ->  python2-enum34
...                               ->  python2-feedparser
...                               ->  python2-flask
python2-flask-lesscss             ->  lessc
...                               ->  python2-foolscap>=0.12.6
...                               ->  python2-formencode
...                               ->  python2-gconf
...                               ->  python2-genshi>=0.5
python2-gensim                    ->  python2-scipy
...                               ->  python2-gobject2
...                               ->  python2-gobject2
...                               ->  python2-html2text
...                               ->  python2-html5-parser
...                               ->  python2-ipy<0.84
...                               ->  python2-jinja>=2.6
...                               ->  python2-ldap
...                               ->  python2-lxml
...                               ->  python2-lxml
...                               ->  python2-lxml
...                               ->  python2-lxml>=2.0
...                               ->  python2-lxml>=2.3.2
...                               ->  python2-m2crypto
...                               ->  python2-mako
...                               ->  python2-mechanize
...                               ->  python2-msgpack
...                               ->  python2-msgpack
...                               ->  python2-netifaces
...                               ->  python2-nose
...                               ->  python2-notify
python2-oauth2                    ->  python2-httplib2
...                               ->  python2-paramiko
...                               ->  python2-paste
python2-paste-script              ->  python2-paste>=1.7
...                               ->  python2-pbr
...                               ->  python2-pexpect
...                               ->  python2-pillow
...                               ->  python2-pillow
...                               ->  python2-pillow
...                               ->  python2-pip
...                               ->  python2-pip
...                               ->  python2-pyasn1>=0.1.8
...                               ->  python2-pyasn1-modules>=0.0.5
...                               ->  python2-pycparser
...                               ->  python2-pycryptodomex
python2-pycrypto                  ->  python2-flask
...                               ->  python2-pydns
...                               ->  python2-pygments
...                               ->  python2-pygments
...                               ->  python2-pyinotify<0.10
...                               ->  python2-pyinotify>=0.9.6
python2-pylons                    ->  python2-beaker
...                               ->  python2-pyopenssl>=0.14
python2-pyparser                  ->  python2-parse
...                               ->  python2-pyqt5
...                               ->  python2-pyserial
...                               ->  python2-pyserial
...                               ->  python2-pytz
...                               ->  python2-pytz>=2015.4
...                               ->  python2-qrcode
...                               ->  python2-qrencode
python2-qrtools                   ->  python2-pillow
python2-redmine                   ->  python2-requests
...                               ->  python2-regex
python2-relatorio                 ->  python2-genshi>=0.5
python2-reportlab                 ->  python2-pillow
...                               ->  python2-requests
...                               ->  python2-routes
...                               ->  python2-service-identity>=14.0.0
...                               ->  python2-shutilwhich>=1.1.0
...                               ->  python2-simplejson
...                               ->  python2-simplejson
...                               ->  python2-simplejson
...                               ->  python2-simplejson>=3.1.3
...                               ->  python2-smart_open
...                               ->  python2-sqlalchemy
...                               ->  python2-tempita
...                               ->  python2-tempita
...                               ->  python2-twisted
...                               ->  python2-twisted>=16.1.0
python2-vcstools                  ->  python2-yaml
...                               ->  python2-vobject
...                               ->  python2-vobject
...                               ->  python2-vobject>=0.8.0
python2-weberror                  ->  python2-paste>=1.7.1
...                               ->  python2-webob
...                               ->  python2-webob
...                               ->  python2-weborror
...                               ->  python2-webtest
...                               ->  python2-werkzeug
...                               ->  python2-wrapt
...                               ->  python2-xdg
...                               ->  python2-yaml
...                               ->  python2-zope-interface>=4.0.5
...                               ->  python<3.10
python-cuda                       ->  cuda
python-cuda-docs                  ->  cuda
python-gensim                     ->  python-smart_open
python-keras                      ->  python-tensorflow
python-py3dns                     ->  python<3.8.3
python-pyspf                      ->  python<3.8.3
python-pytorch                    ->  intel-mkl
python-tensorflow-serving-api     ->  python-tensorflow
...                               ->  pyxdg
qmapshack                         ->  qt5-webengine
...                               ->  qt5-base<5.14.3
...                               ->  qt6-webengine
qtcreator                         ->  clang=13.0.0
qtoctave                          ->  qt4
qtqr                              ->  python2-pyqt4
qtwebkit                          ->  qt4
quackle                           ->  qt4
qwtpolar-qt4                      ->  qt4
qwt-qt4                           ->  qt4
rkward                            ->  qt5-webengine
rssguard                          ->  qt5-webengine
rtorrent-color                    ->  libtorrent=0.13.7
rz-cutter                         ->  jupyter
scenarist                         ->  qt5-webengine
shocco                            ->  markdown
shorewall6-openrc                 ->  shorewall6
shorewall-openrc                  ->  shorewall
skrooge                           ->  qt5-webengine
...                               ->  spambayes>=1.1a6
spyder                            ->  python-pyqtwebengine
supercollider                     ->  libboost_filesystem.so=1.71.0-64
switchboard-plug-about            ->  fwupd
tahoe-lafs                        ->  python2-cffi
tellico                           ->  qt5-webengine
toot                              ->  python<3.9
tp_smapi                          ->  linux-libre=5.15.12
trace-cmd                         ->  libtraceevent.so=1-64
trytond-account                   ->  python2-simpleeval
trytond-calendar                  ->  python2-pytz
trytond                           ->  python2-dateutil
tryton                            ->  python2-chardet
...                               ->  uwsgi-plugin-python2
vhba-module                       ->  linux-libre=5.12.6
vislcg3                           ->  libicui18n.so=68-64
vulkan-extra-tools                ->  qt5-webengine
wallchange                        ->  habak
wicd-openrc                       ->  wicd
wikipediafs                       ->  python2-fuse
wings3d                           ->  erlang-sdl
x2goserver-openrc                 ->  x2goserver
xboxdrv                           ->  python2-dbus
xerces2-java                      ->  java-resolver
yafaray                           ->  qt4
zeronet-git                       ->  python2-gevent
zettlr                            ->  electron17
zfec                              ->  python2-argparse

=== grouped by dependency ===

archlinux-appstream-data               <-  deepin-store
autofs                                 <-  autofs-openrc
...                                    <-  bbswitch
boost-libs<1.72.1                      <-  calamares
clang=13.0.0                           <-  qtcreator
...                                    <-  clipgrab
...                                    <-  csoundqt
cuda                                   <-  magma
culmus                                 <-  culmus-latex
...                                    <-  deepin-reader
...                                    <-  deepin-session-shell
...                                    <-  deepin-session-ui
...                                    <-  deepin-voice-note
deepin-wallpapers                      <-  deepin-kwin
electron14                             <-  mattermost-desktop
electron17                             <-  obsidian
...                                    <-  emacs-jabber
...                                    <-  emacs-lucid
erlang-sdl                             <-  wings3d
falkon                                 <-  kde-network-meta
fwupd                                  <-  switchboard-plug-about
...                                    <-  gambas3-gb-qt5
gconf>=2.0                             <-  alarm-clock-applet
gconf                                  <-  cairo-compmgr
...                                    <-  globalprotect-openconnect
gnome-icon-theme                       <-  alarm-clock-applet
gnome-keyring-sharp                    <-  gnome-rdp
...                                    <-  gnuhealth
...                                    <-  gnuhealth
gnupg<2.2.25                           <-  icedove-extension-enigmail
gnuradio-fcdproplus                    <-  gnuradio-osmosdr-xtrx
...                                    <-  grass
gst-plugins-bad-libs=1.20.1            <-  gst-plugin-msdk
...                                    <-  gst-plugin-va
...                                    <-  gstreamer-vaapi
...                                    <-  gtg
habak                                  <-  wallchange
...                                    <-  iaito
icecat=60.7.0_gnu1                     <-  icecat-l10n-as
icecat=78.7.0                          <-  icecat-l10n-ach
...                                    <-  icecat-l10n-af
...                                    <-  icecat-l10n-an
...                                    <-  icecat-l10n-ar
...                                    <-  icecat-l10n-ast
...                                    <-  icecat-l10n-az
...                                    <-  icecat-l10n-be
...                                    <-  icecat-l10n-bg
...                                    <-  icecat-l10n-bn
...                                    <-  icecat-l10n-bn-bd
...                                    <-  icecat-l10n-bn-in
...                                    <-  icecat-l10n-br
...                                    <-  icecat-l10n-bs
...                                    <-  icecat-l10n-ca
...                                    <-  icecat-l10n-cak
...                                    <-  icecat-l10n-ca-valencia
...                                    <-  icecat-l10n-cs
...                                    <-  icecat-l10n-cy
...                                    <-  icecat-l10n-da
...                                    <-  icecat-l10n-de
...                                    <-  icecat-l10n-dsb
...                                    <-  icecat-l10n-el
...                                    <-  icecat-l10n-en-ca
...                                    <-  icecat-l10n-en-gb
...                                    <-  icecat-l10n-en-us
...                                    <-  icecat-l10n-en-za
...                                    <-  icecat-l10n-eo
...                                    <-  icecat-l10n-es-ar
...                                    <-  icecat-l10n-es-cl
...                                    <-  icecat-l10n-es-es
...                                    <-  icecat-l10n-es-mx
...                                    <-  icecat-l10n-et
...                                    <-  icecat-l10n-eu
...                                    <-  icecat-l10n-fa
...                                    <-  icecat-l10n-ff
...                                    <-  icecat-l10n-fi
...                                    <-  icecat-l10n-fr
...                                    <-  icecat-l10n-fy-nl
...                                    <-  icecat-l10n-ga-ie
...                                    <-  icecat-l10n-gd
...                                    <-  icecat-l10n-gl
...                                    <-  icecat-l10n-gn
...                                    <-  icecat-l10n-gu-in
...                                    <-  icecat-l10n-he
...                                    <-  icecat-l10n-hi-in
...                                    <-  icecat-l10n-hr
...                                    <-  icecat-l10n-hsb
...                                    <-  icecat-l10n-hu
...                                    <-  icecat-l10n-hy-am
...                                    <-  icecat-l10n-ia
...                                    <-  icecat-l10n-id
...                                    <-  icecat-l10n-is
...                                    <-  icecat-l10n-it
...                                    <-  icecat-l10n-ja
...                                    <-  icecat-l10n-ka
...                                    <-  icecat-l10n-kab
...                                    <-  icecat-l10n-kk
...                                    <-  icecat-l10n-km
...                                    <-  icecat-l10n-kn
...                                    <-  icecat-l10n-ko
...                                    <-  icecat-l10n-lij
...                                    <-  icecat-l10n-lt
...                                    <-  icecat-l10n-lv
...                                    <-  icecat-l10n-mai
...                                    <-  icecat-l10n-mk
...                                    <-  icecat-l10n-ml
...                                    <-  icecat-l10n-mr
...                                    <-  icecat-l10n-ms
...                                    <-  icecat-l10n-my
...                                    <-  icecat-l10n-nb-no
...                                    <-  icecat-l10n-ne-np
...                                    <-  icecat-l10n-nl
...                                    <-  icecat-l10n-nn-no
...                                    <-  icecat-l10n-oc
...                                    <-  icecat-l10n-or
...                                    <-  icecat-l10n-pa-in
...                                    <-  icecat-l10n-pl
...                                    <-  icecat-l10n-pt-br
...                                    <-  icecat-l10n-pt-pt
...                                    <-  icecat-l10n-rm
...                                    <-  icecat-l10n-ro
...                                    <-  icecat-l10n-ru
...                                    <-  icecat-l10n-si
...                                    <-  icecat-l10n-sk
...                                    <-  icecat-l10n-sl
...                                    <-  icecat-l10n-son
...                                    <-  icecat-l10n-sq
...                                    <-  icecat-l10n-sr
...                                    <-  icecat-l10n-sv-se
...                                    <-  icecat-l10n-ta
...                                    <-  icecat-l10n-te
...                                    <-  icecat-l10n-th
...                                    <-  icecat-l10n-tl
...                                    <-  icecat-l10n-tr
...                                    <-  icecat-l10n-trs
...                                    <-  icecat-l10n-uk
...                                    <-  icecat-l10n-ur
...                                    <-  icecat-l10n-uz
...                                    <-  icecat-l10n-vi
...                                    <-  icecat-l10n-xh
...                                    <-  icecat-l10n-zh-cn
...                                    <-  icecat-l10n-zh-tw
icedove=1:68.2.2                       <-  icedove-l10n-cak
...                                    <-  icedove-l10n-ka
...                                    <-  icedove-l10n-kab
...                                    <-  icedove-l10n-kk
...                                    <-  icedove-l10n-ms
...                                    <-  icedove-l10n-uz
icu<65.2                               <-  calamares
icu<65                                 <-  california
icu<66                                 <-  iceape
icu<68                                 <-  phantomjs
intel-mkl                              <-  python-pytorch
ipython2                               <-  ipycli-git
java-resolver                          <-  xerces2-java
js185                                  <-  mediatomb
jupyter                                <-  rz-cutter
kalarmcal                              <-  kde-development-environment-meta
...                                    <-  kalgebra
...                                    <-  kbibtex
kblog                                  <-  kde-development-environment-meta
...                                    <-  kchmviewer
kdepim-apps-libs                       <-  kde-development-environment-meta
...                                    <-  kdepim-runtime
...                                    <-  kimagemapeditor
...                                    <-  kipi-plugins
...                                    <-  kiwix-desktop
...                                    <-  kmymoney
kpmcore<4.1.1                          <-  calamares
...                                    <-  ktorrent
...                                    <-  kube
lessc                                  <-  python2-flask-lesscss
...                                    <-  libalkimia
libboost_filesystem.so=1.71.0-64       <-  supercollider
libboost_locale.so=1.76.0-64           <-  blender
libboost_program_options.so=1.71.0-64  <-  supercollider
libboost_regex.so=1.71.0-64            <-  supercollider
libboost_thread.so=1.71.0-64           <-  supercollider
libffi=3.2.1                           <-  libffi-static
libglade                               <-  gpaint
libgnomecanvas                         <-  petri-foo
libicui18n.so=68-64                    <-  evolution-data-server
libicuuc.so=68-64                      <-  evolution-data-server
libkgeomap                             <-  kde-development-environment-meta
libkipi                                <-  kde-development-environment-meta
libktnef                               <-  kdepim-addons
libkvkontakte                          <-  kde-development-environment-meta
libmagick6                             <-  emacs-lucid
libmediawiki                           <-  kde-development-environment-meta
libmemcached>=1.0.18                   <-  openchange
libmysqlclient                         <-  ndoutils
libnm-gtk                              <-  networkmanager-openswan
libretro-snes9x                        <-  kodi-addon-game-libretro-snes9x
libtorrent=0.13.7                      <-  rtorrent-color
libtraceevent.so=1-64                  <-  kernelshark
...                                    <-  libtracefs
libunique>=1.0                         <-  alarm-clock-applet
libutil-linux=2.33.1                   <-  libutil-linux-static
libvpx.so=6-64                         <-  icedove
libx264.so=160-64                      <-  mencoder
libxnvctrl                             <-  conky
libXNVCtrl.so=0-64                     <-  conky
libyaml-cpp.so=0.6-64                  <-  supercollider
...                                    <-  lightspark
linux-libre=5.12.6                     <-  vhba-module
linux-libre=5.15.12                    <-  acpi_call
linux-libre=5.4.12                     <-  deepin-anything-module
linux-libre-lts=5.4.78                 <-  bbswitch-lts
...                                    <-  litecoin-qt
...                                    <-  luminancehdr
...                                    <-  mailpile
...                                    <-  maliit-framework
markdown                               <-  shocco
mozilla-common                         <-  iceape
...                                    <-  mugshot
mutagen                                <-  idjc
...                                    <-  netatalk
...                                    <-  nevow
...                                    <-  nicotine
NVIDIA-MODULE                          <-  python-cuda
...                                    <-  ocrodjvu
openimageio<2.3                        <-  blender
openscenegraph34                       <-  openmw
...                                    <-  pageedit
pcre=8.43                              <-  pcre-static
perl-getopt-argvfile                   <-  perl-par-packer
...                                    <-  pgl
...                                    <-  pivaders-git
pixman=0.38.4                          <-  pixman-static
polipo                                 <-  polipo-openrc
...                                    <-  printrun
proguard                               <-  android-sdk
...                                    <-  psi
...                                    <-  pygtk
...                                    <-  pygtk
pygtksourceview2                       <-  gnoduino
...                                    <-  pyrenamer
pyrex                                  <-  compiz
python2-apsw                           <-  calibre3
python2-argparse                       <-  zfec
python2-beaker                         <-  python2-pylons
python2-beautifulsoup4                 <-  calibre3
...                                    <-  python2-caldav
...                                    <-  python2-caldav
...                                    <-  python2-caldav
python2-cffi                           <-  tahoe-lafs
python2-characteristic>=14.3.0         <-  tahoe-lafs
python2-chardet                        <-  tryton
python2-cheetah                        <-  liblms7002m
python2-cherrypy                       <-  perspectives-server
python2-configobj                      <-  gtg
python2-cryptography                   <-  mailpile
python2-css-parser                     <-  calibre3
python2-cssselect                      <-  calibre3
python2-dateutil                       <-  calibre3
python2-dbus                           <-  calibre3
python2-decorator                      <-  python2-pylons
python2-enum34                         <-  tahoe-lafs
python2-fasteners                      <-  duplicity
python2-feedparser                     <-  calibre3
python2-flask                          <-  python2-flask-lesscss
python2-foolscap>=0.12.6               <-  tahoe-lafs
python2-formencode                     <-  python2-pylons
python2-fuse                           <-  wikipediafs
python2-gconf                          <-  gnoduino
python2-genshi>=0.5                    <-  python2-relatorio
python2-gevent                         <-  zeronet-git
python2-gobject2                       <-  gtg
python2-html2text                      <-  calibre3
python2-html5-parser                   <-  calibre3
python2-httplib2                       <-  python2-oauth2
python2-imaging                        <-  monkeysign
python2-ipy>=0.83                      <-  parabolaweb-utils
python2-ipy<0.84                       <-  parabolaweb-utils
python2-jinja>=2.6                     <-  mailpile
python2-jinja                          <-  python2-django-jinja
python2-ldap                           <-  gnuhealth
python2-lxml>=2.0                      <-  python2-relatorio
python2-lxml>=2.3.2                    <-  mailpile
python2-lxml                           <-  calibre3
python2-m2crypto                       <-  perspectives-server
python2-mako                           <-  python2-pylons
python2-mechanize                      <-  calibre3
python2-msgpack                        <-  calibre3
python2-netifaces                      <-  calibre3
python2-nose                           <-  python2-pylons
python2-notify                         <-  gtg
python2-openid                         <-  django-social-auth
python2-paramiko                       <-  duplicity
python2-parse                          <-  python2-pyparser
python2-paste>=1.7.1                   <-  python2-weberror
python2-paste>=1.7                     <-  python2-paste-script
python2-paste                          <-  python2-pylons
python2-pbr                            <-  mailpile
python2-pexpect                        <-  mugshot
python2-pillow6                        <-  kodi
python2-pillow                         <-  calibre3
python2-pip                            <-  gnuhealth
python2-pyasn1>=0.1.8                  <-  tahoe-lafs
python2-pyasn1-modules>=0.0.5          <-  tahoe-lafs
python2-pychm                          <-  chm2pdf
python2-pycparser                      <-  tahoe-lafs
...                                    <-  python2-pycrypto
python2-pycryptodomex                  <-  kodi
python2-pycurl                         <-  h-client
python2-pydns                          <-  mailpile
python2-pygame                         <-  castle-combat
python2-pyglet                         <-  printrun
python2-pygments                       <-  calibre3
python2-pyinotify<0.10                 <-  parabolaweb-utils
python2-pyinotify>=0.9.6               <-  parabolaweb-utils
...                                    <-  python2-pylons
python2-pyopenssl>=0.14                <-  tahoe-lafs
python2-pyqt4                          <-  qtqr
python2-pyqt5                          <-  calibre3
python2-pyserial                       <-  gnoduino
python2-pytz>=2015.4                   <-  parabolaweb-utils
python2-pytz                           <-  gnuhealth
python2-qrcode                         <-  gnuhealth
python2-qrencode                       <-  monkeysign
...                                    <-  python2-qrtools
...                                    <-  python2-redmine
python2-regex                          <-  calibre3
...                                    <-  python2-reportlab
...                                    <-  python2-reportlab
python2-requests                       <-  python2-caldav
python2-routes                         <-  python2-pylons
python2-scipy                          <-  python2-gensim
python2-service-identity>=14.0.0       <-  tahoe-lafs
python2-shutilwhich>=1.1.0             <-  tahoe-lafs
python2-simpleeval                     <-  trytond-account
python2-simplejson>=3.1.3              <-  tahoe-lafs
python2-simplejson                     <-  kodi
python2-smart_open                     <-  python2-gensim
python2-sqlalchemy                     <-  perspectives-server
python2-tempita                        <-  python2-pylons
python2-twisted>=16.1.0                <-  tahoe-lafs
python2-twisted                        <-  castle-combat
python2-vobject>=0.8.0                 <-  trytond-calendar
python2-vobject                        <-  gnuhealth
...                                    <-  python2-weberror
...                                    <-  python2-weberror
...                                    <-  python2-weberror
...                                    <-  python2-weberror
python2-webob                          <-  python2-pylons
python2-weborror                       <-  python2-pylons
python2-webtest                        <-  python2-pylons
python2-werkzeug                       <-  trytond
python2-wrapt                          <-  trytond
python2-xdg                            <-  gtg
python2-yaml                           <-  python2-vcstools
python2-zope-interface>=4.0.5          <-  tahoe-lafs
python<3.10                            <-  blender
python<3.8.3                           <-  pypolicyd-spf
python<3.9                             <-  toot
...                                    <-  python-cuda
...                                    <-  python-cuda-docs
...                                    <-  python-cuda-docs
...                                    <-  python-py3dns
python-pyqt5-webengine                 <-  frescobaldi
python-pyqtwebengine                   <-  spyder
...                                    <-  python-pyspf
python-smart_open                      <-  python-gensim
python-tensorflow                      <-  python-keras
...                                    <-  python-tensorflow-serving-api
pyxdg                                  <-  gnoduino
...                                    <-  qmapshack
qt4                                    <-  fair-coin
qt5-base<5.14.3                        <-  calamares
qt5-webengine                          <-  cantor
qt6-webengine                          <-  qtcreator
...                                    <-  qtoctave
...                                    <-  qtwebkit
...                                    <-  quackle
...                                    <-  qwtpolar-qt4
...                                    <-  qwt-qt4
...                                    <-  rkward
...                                    <-  rssguard
rttr                                   <-  kdenlive
...                                    <-  scenarist
shorewall6                             <-  shorewall6-openrc
shorewall                              <-  shorewall-openrc
...                                    <-  skrooge
spambayes>=1.1a6                       <-  mailpile
...                                    <-  tahoe-lafs
...                                    <-  tahoe-lafs
...                                    <-  tellico
...                                    <-  tp_smapi
...                                    <-  trace-cmd
...                                    <-  tryton
...                                    <-  trytond
...                                    <-  trytond
...                                    <-  trytond
...                                    <-  trytond-calendar
uwsgi-plugin-python2                   <-  parabolaweb-utils
...                                    <-  vislcg3
...                                    <-  vislcg3
...                                    <-  vulkan-extra-tools
wicd                                   <-  wicd-openrc
wxgtk                                  <-  icinga-studio
x2goserver                             <-  x2goserver-openrc
...                                    <-  xboxdrv
...                                    <-  yafaray
...                                    <-  zeronet-git
...                                    <-  zettlr

Also available in: Atom PDF