mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
48 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee744332e0 | |||
| 353042a9bd | |||
| 1a0366ab21 | |||
| 4080b704f3 | |||
| 4626f673ca | |||
| 5121c565eb | |||
| a26aea0290 | |||
| 54a9f967c3 | |||
| 9153630dcb | |||
| d80039c90b | |||
| f5a3630590 | |||
| 75cb8bf424 | |||
| 2a586be1b3 | |||
| 93fccd1edf | |||
| 9527057e5e | |||
| f3500feb2d | |||
| 05598abd55 | |||
| 2b0163ef73 | |||
| 3f2b9100e6 | |||
| 1b841e095d | |||
| 579d79ef92 | |||
| d85dfaec30 | |||
| 8787caac84 | |||
| 181006f851 | |||
| 480917e514 | |||
| afab562778 | |||
| 21ae357eeb | |||
| b4989fae9b | |||
| 09d1f48a31 | |||
| 3a5cfb76c6 | |||
| 763c25ac43 | |||
| b97bc72f65 | |||
| 6af8cdfa99 | |||
| dd378bba6c | |||
| 4b63761b45 | |||
| 5882fa9b80 | |||
| 8c028f361d | |||
| 56dfe24b31 | |||
| 5f2827db17 | |||
| f3d664e694 | |||
| 088ab41319 | |||
| b2a39834c2 | |||
| b7184a56a8 | |||
| 976837dd36 | |||
| 6102ce39b8 | |||
| 4ed6de4b77 | |||
| 5af73631bd | |||
| 7a63c36293 |
+9
-3
@@ -126,11 +126,17 @@ endif
|
|||||||
pull: ${PULL_PKGS}
|
pull: ${PULL_PKGS}
|
||||||
|
|
||||||
#help clean-pkgs-dir: For packages that are no longer present in the distro,
|
#help clean-pkgs-dir: For packages that are no longer present in the distro,
|
||||||
#help removes the associated package repos from the ./packages tree
|
#help removes the associated package repos from the ./packages tree and stores
|
||||||
|
#help it in packages_old. If it already exists in packages_old, skip it.
|
||||||
clean-pkgs-dir: $(PACKAGES_FILE)
|
clean-pkgs-dir: $(PACKAGES_FILE)
|
||||||
@for p in ${PKGS_ORPHANED}; do \
|
@for p in ${PKGS_ORPHANED}; do \
|
||||||
echo "Removing $$p from packages, it is no longer in common/packages."; \
|
mkdir -p packages_old; \
|
||||||
rm -rf packages/$$p; \
|
if [ -d "packages_old/$$p" ]; then \
|
||||||
|
echo "packages_old/$$p already exists, not touching it"; \
|
||||||
|
else \
|
||||||
|
echo "Moving $$p from packages to packages_old, as it is no longer in common/packages."; \
|
||||||
|
mv packages/$$p packages_old/$$p; \
|
||||||
|
fi; \
|
||||||
done
|
done
|
||||||
@echo "packages directory cleaned";
|
@echo "packages directory cleaned";
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ Botan
|
|||||||
CGAL
|
CGAL
|
||||||
CGNS
|
CGNS
|
||||||
CUnit
|
CUnit
|
||||||
|
CalcMySky
|
||||||
Coin
|
Coin
|
||||||
CopyQ
|
CopyQ
|
||||||
DML
|
DML
|
||||||
@@ -38,12 +39,14 @@ OpenColorIO
|
|||||||
OpenIPMI
|
OpenIPMI
|
||||||
OpenSC
|
OpenSC
|
||||||
OpenSP
|
OpenSP
|
||||||
Pacemaker
|
PDAL
|
||||||
PyMySQL
|
PyMySQL
|
||||||
PyQt5
|
PyQt5
|
||||||
PySocks
|
PySocks
|
||||||
PyYAML
|
PyYAML
|
||||||
|
QAT-ZSTD-Plugin
|
||||||
QAT_engine
|
QAT_engine
|
||||||
|
QXlsx
|
||||||
R
|
R
|
||||||
R-AER
|
R-AER
|
||||||
R-ATR
|
R-ATR
|
||||||
@@ -123,6 +126,7 @@ R-NMOF
|
|||||||
R-PKI
|
R-PKI
|
||||||
R-ParamHelpers
|
R-ParamHelpers
|
||||||
R-PerformanceAnalytics
|
R-PerformanceAnalytics
|
||||||
|
R-QuickJSR
|
||||||
R-R.cache
|
R-R.cache
|
||||||
R-R.methodsS3
|
R-R.methodsS3
|
||||||
R-R.oo
|
R-R.oo
|
||||||
@@ -157,6 +161,7 @@ R-RcppProgress
|
|||||||
R-RcppRoll
|
R-RcppRoll
|
||||||
R-RcppTOML
|
R-RcppTOML
|
||||||
R-Rdpack
|
R-Rdpack
|
||||||
|
R-RhpcBLASctl
|
||||||
R-Rmpfr
|
R-Rmpfr
|
||||||
R-Rmpi
|
R-Rmpi
|
||||||
R-Rserve
|
R-Rserve
|
||||||
@@ -525,6 +530,7 @@ R-kableExtra
|
|||||||
R-keras
|
R-keras
|
||||||
R-kernlab
|
R-kernlab
|
||||||
R-kimisc
|
R-kimisc
|
||||||
|
R-kit
|
||||||
R-klaR
|
R-klaR
|
||||||
R-kmi
|
R-kmi
|
||||||
R-knitr
|
R-knitr
|
||||||
@@ -542,6 +548,7 @@ R-latticeExtra
|
|||||||
R-lava
|
R-lava
|
||||||
R-lavaan
|
R-lavaan
|
||||||
R-lazyeval
|
R-lazyeval
|
||||||
|
R-lbfgsb3c
|
||||||
R-lda
|
R-lda
|
||||||
R-leaflet
|
R-leaflet
|
||||||
R-leaflet.providers
|
R-leaflet.providers
|
||||||
@@ -668,6 +675,7 @@ R-partitions
|
|||||||
R-party
|
R-party
|
||||||
R-partykit
|
R-partykit
|
||||||
R-patchwork
|
R-patchwork
|
||||||
|
R-patrick
|
||||||
R-pbapply
|
R-pbapply
|
||||||
R-pbdZMQ
|
R-pbdZMQ
|
||||||
R-pbivnorm
|
R-pbivnorm
|
||||||
@@ -736,6 +744,7 @@ R-psy
|
|||||||
R-psych
|
R-psych
|
||||||
R-psychotools
|
R-psychotools
|
||||||
R-purrr
|
R-purrr
|
||||||
|
R-purrrlyr
|
||||||
R-pvclust
|
R-pvclust
|
||||||
R-pwt
|
R-pwt
|
||||||
R-pwt8
|
R-pwt8
|
||||||
@@ -780,6 +789,7 @@ R-rematch2
|
|||||||
R-remote
|
R-remote
|
||||||
R-remotes
|
R-remotes
|
||||||
R-rentrez
|
R-rentrez
|
||||||
|
R-renv
|
||||||
R-repr
|
R-repr
|
||||||
R-reprex
|
R-reprex
|
||||||
R-repurrrsive
|
R-repurrrsive
|
||||||
@@ -990,6 +1000,7 @@ R-winch
|
|||||||
R-withr
|
R-withr
|
||||||
R-wk
|
R-wk
|
||||||
R-worrms
|
R-worrms
|
||||||
|
R-writexl
|
||||||
R-xfun
|
R-xfun
|
||||||
R-xgboost
|
R-xgboost
|
||||||
R-xml2
|
R-xml2
|
||||||
@@ -1016,8 +1027,10 @@ SDL_image
|
|||||||
SDL_mixer
|
SDL_mixer
|
||||||
SDL_net
|
SDL_net
|
||||||
SDL_ttf
|
SDL_ttf
|
||||||
|
SFCGAL
|
||||||
SFML
|
SFML
|
||||||
SPIRV-Cross
|
SPIRV-Cross
|
||||||
|
SPIRV-Headers
|
||||||
SPIRV-Tools
|
SPIRV-Tools
|
||||||
SVT-AV1
|
SVT-AV1
|
||||||
SVT-HEVC
|
SVT-HEVC
|
||||||
@@ -1135,7 +1148,6 @@ bind-utils
|
|||||||
binutils
|
binutils
|
||||||
binwalk
|
binwalk
|
||||||
bison
|
bison
|
||||||
blender
|
|
||||||
blinken
|
blinken
|
||||||
blivet-gui
|
blivet-gui
|
||||||
blktrace
|
blktrace
|
||||||
@@ -1178,7 +1190,9 @@ buildreq-meson
|
|||||||
buildreq-nginx
|
buildreq-nginx
|
||||||
buildreq-php
|
buildreq-php
|
||||||
buildreq-qmake
|
buildreq-qmake
|
||||||
|
buildreq-qt6
|
||||||
buildreq-scons
|
buildreq-scons
|
||||||
|
buildx
|
||||||
byobu
|
byobu
|
||||||
bz2file
|
bz2file
|
||||||
bzip2
|
bzip2
|
||||||
@@ -1197,8 +1211,8 @@ cantarell-fonts
|
|||||||
cantata
|
cantata
|
||||||
cantor
|
cantor
|
||||||
capnproto
|
capnproto
|
||||||
|
capslock
|
||||||
capstone
|
capstone
|
||||||
caribou
|
|
||||||
casync
|
casync
|
||||||
ccache
|
ccache
|
||||||
ccid
|
ccid
|
||||||
@@ -1209,6 +1223,7 @@ cgdb
|
|||||||
cgit
|
cgit
|
||||||
check
|
check
|
||||||
cheese
|
cheese
|
||||||
|
chirp
|
||||||
chrony
|
chrony
|
||||||
chrpath
|
chrpath
|
||||||
cifs-utils
|
cifs-utils
|
||||||
@@ -1226,6 +1241,7 @@ clr-boot-manager
|
|||||||
clr-bundle-icons
|
clr-bundle-icons
|
||||||
clr-bundle-screenshots
|
clr-bundle-screenshots
|
||||||
clr-bundles
|
clr-bundles
|
||||||
|
clr-check-perl-modules
|
||||||
clr-debug-info
|
clr-debug-info
|
||||||
clr-desktop-defaults
|
clr-desktop-defaults
|
||||||
clr-elf-replace
|
clr-elf-replace
|
||||||
@@ -1265,6 +1281,7 @@ cogl
|
|||||||
coinmp
|
coinmp
|
||||||
collectd
|
collectd
|
||||||
collectl
|
collectl
|
||||||
|
colm
|
||||||
colord
|
colord
|
||||||
colord-gtk
|
colord-gtk
|
||||||
colordiff
|
colordiff
|
||||||
@@ -1273,8 +1290,8 @@ compat-atkmm-soname16
|
|||||||
compat-babeltrace-one
|
compat-babeltrace-one
|
||||||
compat-cairomm-soname10
|
compat-cairomm-soname10
|
||||||
compat-codec2-soname1
|
compat-codec2-soname1
|
||||||
compat-curl-gnutls-soname4
|
|
||||||
compat-enchant-soname1
|
compat-enchant-soname1
|
||||||
|
compat-ffmpeg-4.4
|
||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
compat-gcc-10
|
compat-gcc-10
|
||||||
compat-gcr-soname1
|
compat-gcr-soname1
|
||||||
@@ -1288,15 +1305,12 @@ compat-libsigc++-soname20
|
|||||||
compat-libsoup-soname-24
|
compat-libsoup-soname-24
|
||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
compat-libvpx-soname7
|
compat-libvpx-soname7
|
||||||
compat-lua-52
|
|
||||||
compat-lua-53
|
|
||||||
compat-openssl-soname11
|
|
||||||
compat-pangomm-soname14
|
compat-pangomm-soname14
|
||||||
compat-protobuf-soname29
|
compat-protobuf-soname29
|
||||||
|
compat-re2-soname10
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
compat-tiff-soname5
|
compat-tiff-soname5
|
||||||
component
|
component
|
||||||
compute-image-packages
|
|
||||||
configobj
|
configobj
|
||||||
confuse
|
confuse
|
||||||
conky
|
conky
|
||||||
@@ -1313,6 +1327,7 @@ cov-core
|
|||||||
cpio
|
cpio
|
||||||
cppcheck
|
cppcheck
|
||||||
cppunit
|
cppunit
|
||||||
|
cpufetch
|
||||||
cpuid
|
cpuid
|
||||||
cpuloadgen
|
cpuloadgen
|
||||||
cracklib
|
cracklib
|
||||||
@@ -1328,8 +1343,6 @@ cups-bjnp
|
|||||||
cups-filters
|
cups-filters
|
||||||
cups-pk-helper
|
cups-pk-helper
|
||||||
curl
|
curl
|
||||||
curl-mini
|
|
||||||
custom_inherit
|
|
||||||
cycler
|
cycler
|
||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
dapl
|
dapl
|
||||||
@@ -1364,7 +1377,6 @@ directx-headers
|
|||||||
direwolf
|
direwolf
|
||||||
dist-pam-configs
|
dist-pam-configs
|
||||||
dkms
|
dkms
|
||||||
dlm
|
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
dmap2gcode
|
dmap2gcode
|
||||||
dmenu
|
dmenu
|
||||||
@@ -1448,6 +1460,7 @@ fakeroot
|
|||||||
falcosecurity-libs
|
falcosecurity-libs
|
||||||
fann
|
fann
|
||||||
farstream
|
farstream
|
||||||
|
faultstat
|
||||||
fcgi
|
fcgi
|
||||||
fdupes
|
fdupes
|
||||||
feh
|
feh
|
||||||
@@ -1476,6 +1489,7 @@ flrig
|
|||||||
fltk
|
fltk
|
||||||
fluidsynth
|
fluidsynth
|
||||||
fmt
|
fmt
|
||||||
|
fnotifystat
|
||||||
folks
|
folks
|
||||||
font-util
|
font-util
|
||||||
fontconfig
|
fontconfig
|
||||||
@@ -1492,6 +1506,7 @@ freeipmi
|
|||||||
freetype
|
freetype
|
||||||
fribidi
|
fribidi
|
||||||
fritzing-app
|
fritzing-app
|
||||||
|
frozen
|
||||||
fs
|
fs
|
||||||
fsarchiver
|
fsarchiver
|
||||||
fsearch
|
fsearch
|
||||||
@@ -1531,9 +1546,7 @@ geos
|
|||||||
gettext
|
gettext
|
||||||
gexiv2
|
gexiv2
|
||||||
gflags
|
gflags
|
||||||
gftp
|
|
||||||
gh
|
gh
|
||||||
ghc
|
|
||||||
ghostscript
|
ghostscript
|
||||||
gi-docgen
|
gi-docgen
|
||||||
giflib
|
giflib
|
||||||
@@ -1628,6 +1641,7 @@ gpgme
|
|||||||
gphoto2
|
gphoto2
|
||||||
gpm
|
gpm
|
||||||
gpredict
|
gpredict
|
||||||
|
gpsbabel
|
||||||
gpsd
|
gpsd
|
||||||
gptfdisk
|
gptfdisk
|
||||||
gramps
|
gramps
|
||||||
@@ -1637,6 +1651,7 @@ grantleetheme
|
|||||||
graphene
|
graphene
|
||||||
graphite
|
graphite
|
||||||
graphviz
|
graphviz
|
||||||
|
grass
|
||||||
grep
|
grep
|
||||||
grig
|
grig
|
||||||
grilo
|
grilo
|
||||||
@@ -1727,13 +1742,14 @@ iio-sensor-proxy
|
|||||||
imapfilter
|
imapfilter
|
||||||
imlib2
|
imlib2
|
||||||
indent
|
indent
|
||||||
|
indi
|
||||||
inetutils
|
inetutils
|
||||||
inih
|
inih
|
||||||
iniparse
|
|
||||||
init-rdahead
|
init-rdahead
|
||||||
inkscape
|
inkscape
|
||||||
innoextract
|
innoextract
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
input-leap
|
||||||
intel-cmt-cat
|
intel-cmt-cat
|
||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
@@ -1891,6 +1907,7 @@ kimap
|
|||||||
kinfocenter
|
kinfocenter
|
||||||
kinit
|
kinit
|
||||||
kio
|
kio
|
||||||
|
kio-admin
|
||||||
kio-extras
|
kio-extras
|
||||||
kirigami2
|
kirigami2
|
||||||
kitemmodels
|
kitemmodels
|
||||||
@@ -1950,7 +1967,6 @@ kquickcharts
|
|||||||
krb5
|
krb5
|
||||||
krdc
|
krdc
|
||||||
kreversi
|
kreversi
|
||||||
krita
|
|
||||||
kronosnet
|
kronosnet
|
||||||
kross
|
kross
|
||||||
kruler
|
kruler
|
||||||
@@ -2039,6 +2055,7 @@ libaccounts-qt
|
|||||||
libadwaita
|
libadwaita
|
||||||
libaio
|
libaio
|
||||||
libao
|
libao
|
||||||
|
libaom
|
||||||
libappindicator
|
libappindicator
|
||||||
libarchive
|
libarchive
|
||||||
libass
|
libass
|
||||||
@@ -2078,7 +2095,10 @@ libdatrie
|
|||||||
libdazzle
|
libdazzle
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
libdbusmenu-qt
|
libdbusmenu-qt
|
||||||
|
libdecor
|
||||||
libdeps
|
libdeps
|
||||||
|
libdex
|
||||||
|
libdisplay-info
|
||||||
libdmx
|
libdmx
|
||||||
libdnf
|
libdnf
|
||||||
libdrm
|
libdrm
|
||||||
@@ -2110,6 +2130,7 @@ libftdi1
|
|||||||
libgcrypt
|
libgcrypt
|
||||||
libgd
|
libgd
|
||||||
libgdata
|
libgdata
|
||||||
|
libgedit-amtk
|
||||||
libgee
|
libgee
|
||||||
libgeotiff
|
libgeotiff
|
||||||
libgit2
|
libgit2
|
||||||
@@ -2187,16 +2208,19 @@ libnice
|
|||||||
libnl
|
libnl
|
||||||
libnma
|
libnma
|
||||||
libnotify
|
libnotify
|
||||||
|
libnova
|
||||||
libnsl
|
libnsl
|
||||||
libnumbertext
|
libnumbertext
|
||||||
libnvme
|
libnvme
|
||||||
liboauth
|
liboauth
|
||||||
libodfgen
|
libodfgen
|
||||||
libogg
|
libogg
|
||||||
|
libopenmpt
|
||||||
libopenzwave
|
libopenzwave
|
||||||
liborcus
|
liborcus
|
||||||
libosinfo
|
libosinfo
|
||||||
libpagemaker
|
libpagemaker
|
||||||
|
libpanel
|
||||||
libpcap
|
libpcap
|
||||||
libpciaccess
|
libpciaccess
|
||||||
libpeas
|
libpeas
|
||||||
@@ -2221,6 +2245,7 @@ libreoffice
|
|||||||
librepo
|
librepo
|
||||||
libreswan
|
libreswan
|
||||||
librevenge
|
librevenge
|
||||||
|
librist
|
||||||
librsvg
|
librsvg
|
||||||
librtlsdr
|
librtlsdr
|
||||||
librttopo
|
librttopo
|
||||||
@@ -2312,7 +2337,6 @@ linux-current
|
|||||||
linux-firmware
|
linux-firmware
|
||||||
linux-firmware-ipu
|
linux-firmware-ipu
|
||||||
linux-hyperv-lts
|
linux-hyperv-lts
|
||||||
linux-iot-lts2018
|
|
||||||
linux-iot-lts2018-preempt-rt
|
linux-iot-lts2018-preempt-rt
|
||||||
linux-libc-headers
|
linux-libc-headers
|
||||||
linux-lts2017
|
linux-lts2017
|
||||||
@@ -2322,16 +2346,12 @@ linux-lts2020
|
|||||||
linux-lts2021
|
linux-lts2021
|
||||||
linux-ltscurrent
|
linux-ltscurrent
|
||||||
linux-ltsprev
|
linux-ltsprev
|
||||||
linux-mainline
|
|
||||||
linux-oracle
|
|
||||||
linux-preempt-rt
|
linux-preempt-rt
|
||||||
linux-tools
|
linux-tools
|
||||||
linuxptp
|
linuxptp
|
||||||
lksctp-tools
|
lksctp-tools
|
||||||
lldpd
|
lldpd
|
||||||
llvm
|
llvm
|
||||||
llvm11
|
|
||||||
llvm12
|
|
||||||
llvm14
|
llvm14
|
||||||
llvm15
|
llvm15
|
||||||
lm-sensors
|
lm-sensors
|
||||||
@@ -2369,8 +2389,10 @@ make
|
|||||||
man-db
|
man-db
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
|
mandoc
|
||||||
marble
|
marble
|
||||||
mariadb
|
mariadb
|
||||||
|
mbedtls
|
||||||
mc
|
mc
|
||||||
mccabe
|
mccabe
|
||||||
mcelog
|
mcelog
|
||||||
@@ -2438,6 +2460,7 @@ mosquitto
|
|||||||
motd-update
|
motd-update
|
||||||
motif
|
motif
|
||||||
mozjs102
|
mozjs102
|
||||||
|
mozjs115
|
||||||
mozjs91
|
mozjs91
|
||||||
mpc
|
mpc
|
||||||
mpfr
|
mpfr
|
||||||
@@ -2470,7 +2493,6 @@ nasm
|
|||||||
nautilus
|
nautilus
|
||||||
ncdu
|
ncdu
|
||||||
ncurses
|
ncurses
|
||||||
ncurses-compat
|
|
||||||
ndctl
|
ndctl
|
||||||
ndpi
|
ndpi
|
||||||
neofetch
|
neofetch
|
||||||
@@ -2491,6 +2513,7 @@ newt
|
|||||||
nfs-utils
|
nfs-utils
|
||||||
nftables
|
nftables
|
||||||
nghttp2
|
nghttp2
|
||||||
|
nghttp3
|
||||||
nginx
|
nginx
|
||||||
nginx-mainline
|
nginx-mainline
|
||||||
nginx-rtmp-module
|
nginx-rtmp-module
|
||||||
@@ -2509,7 +2532,6 @@ nlopt
|
|||||||
nmap
|
nmap
|
||||||
nodejs
|
nodejs
|
||||||
nose-parameterized
|
nose-parameterized
|
||||||
nosexcover
|
|
||||||
not-ffmpeg
|
not-ffmpeg
|
||||||
notmuch
|
notmuch
|
||||||
noto-cjk
|
noto-cjk
|
||||||
@@ -2523,7 +2545,6 @@ nss
|
|||||||
nss-altfiles
|
nss-altfiles
|
||||||
nss-pam-ldapd
|
nss-pam-ldapd
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntlm-auth
|
|
||||||
ntopng
|
ntopng
|
||||||
ntp
|
ntp
|
||||||
numactl
|
numactl
|
||||||
@@ -2533,7 +2554,6 @@ numpy-stl
|
|||||||
nv-codec-headers
|
nv-codec-headers
|
||||||
nvme-cli
|
nvme-cli
|
||||||
oath-toolkit
|
oath-toolkit
|
||||||
obs-studio
|
|
||||||
ocaml
|
ocaml
|
||||||
ocamlbuild
|
ocamlbuild
|
||||||
ocl-icd
|
ocl-icd
|
||||||
@@ -2549,7 +2569,6 @@ open-iscsi
|
|||||||
open-isns
|
open-isns
|
||||||
open-lldp
|
open-lldp
|
||||||
open-vm-tools
|
open-vm-tools
|
||||||
openQA
|
|
||||||
openal-soft
|
openal-soft
|
||||||
openblas
|
openblas
|
||||||
openbox
|
openbox
|
||||||
@@ -2560,14 +2579,10 @@ opencv
|
|||||||
openexr
|
openexr
|
||||||
openjade
|
openjade
|
||||||
openjdk
|
openjdk
|
||||||
openjdk11
|
|
||||||
openjdk13
|
|
||||||
openjpeg
|
openjpeg
|
||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
openpace
|
openpace
|
||||||
openscad
|
|
||||||
openshot-qt
|
|
||||||
opensm
|
opensm
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
@@ -2587,9 +2602,11 @@ ostree
|
|||||||
otp
|
otp
|
||||||
oxygen
|
oxygen
|
||||||
oxygen-icons5
|
oxygen-icons5
|
||||||
|
oxygen-sounds
|
||||||
p11-kit
|
p11-kit
|
||||||
p7zip
|
p7zip
|
||||||
pacrunner
|
pacrunner
|
||||||
|
pagemon
|
||||||
paho.mqtt.c
|
paho.mqtt.c
|
||||||
paho.mqtt.cpp
|
paho.mqtt.cpp
|
||||||
palapeli
|
palapeli
|
||||||
@@ -2602,6 +2619,7 @@ parallel
|
|||||||
parley
|
parley
|
||||||
parted
|
parted
|
||||||
pass
|
pass
|
||||||
|
passwdqc
|
||||||
patch
|
patch
|
||||||
patchelf
|
patchelf
|
||||||
patchutils
|
patchutils
|
||||||
@@ -2613,7 +2631,6 @@ pcmanfm
|
|||||||
pcp
|
pcp
|
||||||
pcre
|
pcre
|
||||||
pcre2
|
pcre2
|
||||||
pcs
|
|
||||||
pcsc-lite
|
pcsc-lite
|
||||||
pcsc-tools
|
pcsc-tools
|
||||||
pdns
|
pdns
|
||||||
@@ -2758,6 +2775,7 @@ perl-Crypt-Rijndael
|
|||||||
perl-Crypt-SSLeay
|
perl-Crypt-SSLeay
|
||||||
perl-Crypt-URandom
|
perl-Crypt-URandom
|
||||||
perl-Curses
|
perl-Curses
|
||||||
|
perl-DBD-MariaDB
|
||||||
perl-DBD-Pg
|
perl-DBD-Pg
|
||||||
perl-DBD-SQLite
|
perl-DBD-SQLite
|
||||||
perl-DBD-SQLite2
|
perl-DBD-SQLite2
|
||||||
@@ -3257,6 +3275,7 @@ perl-Sub-Exporter
|
|||||||
perl-Sub-Exporter-ForMethods
|
perl-Sub-Exporter-ForMethods
|
||||||
perl-Sub-Exporter-Progressive
|
perl-Sub-Exporter-Progressive
|
||||||
perl-Sub-Identify
|
perl-Sub-Identify
|
||||||
|
perl-Sub-Infix
|
||||||
perl-Sub-Info
|
perl-Sub-Info
|
||||||
perl-Sub-Install
|
perl-Sub-Install
|
||||||
perl-Sub-Name
|
perl-Sub-Name
|
||||||
@@ -3450,6 +3469,7 @@ perl-latest
|
|||||||
perl-libwww-perl
|
perl-libwww-perl
|
||||||
perl-libxml-perl
|
perl-libxml-perl
|
||||||
perl-local-lib
|
perl-local-lib
|
||||||
|
perl-match-simple
|
||||||
perl-multidimensional
|
perl-multidimensional
|
||||||
perl-namespace-autoclean
|
perl-namespace-autoclean
|
||||||
perl-namespace-clean
|
perl-namespace-clean
|
||||||
@@ -3568,6 +3588,7 @@ popt
|
|||||||
portaudio
|
portaudio
|
||||||
portmidi
|
portmidi
|
||||||
postfix
|
postfix
|
||||||
|
postgis
|
||||||
postgresql
|
postgresql
|
||||||
potrace
|
potrace
|
||||||
powerdevil
|
powerdevil
|
||||||
@@ -3622,6 +3643,7 @@ pypi-alabaster
|
|||||||
pypi-altgraph
|
pypi-altgraph
|
||||||
pypi-amqp
|
pypi-amqp
|
||||||
pypi-aniso8601
|
pypi-aniso8601
|
||||||
|
pypi-annotated_types
|
||||||
pypi-ansi2html
|
pypi-ansi2html
|
||||||
pypi-ansible_builder
|
pypi-ansible_builder
|
||||||
pypi-ansible_compat
|
pypi-ansible_compat
|
||||||
@@ -3647,6 +3669,7 @@ pypi-asttokens
|
|||||||
pypi-astunparse
|
pypi-astunparse
|
||||||
pypi-asv
|
pypi-asv
|
||||||
pypi-async_generator
|
pypi-async_generator
|
||||||
|
pypi-async_lru
|
||||||
pypi-async_timeout
|
pypi-async_timeout
|
||||||
pypi-asyncssh
|
pypi-asyncssh
|
||||||
pypi-asynctest
|
pypi-asynctest
|
||||||
@@ -3676,6 +3699,7 @@ pypi-backports.ssl_match_hostname
|
|||||||
pypi-bash_kernel
|
pypi-bash_kernel
|
||||||
pypi-bashlex
|
pypi-bashlex
|
||||||
pypi-bcrypt
|
pypi-bcrypt
|
||||||
|
pypi-beartype
|
||||||
pypi-beautifulsoup4
|
pypi-beautifulsoup4
|
||||||
pypi-beniget
|
pypi-beniget
|
||||||
pypi-billiard
|
pypi-billiard
|
||||||
@@ -3690,8 +3714,8 @@ pypi-blinker
|
|||||||
pypi-blivet
|
pypi-blivet
|
||||||
pypi-blockdiag
|
pypi-blockdiag
|
||||||
pypi-bokeh
|
pypi-bokeh
|
||||||
|
pypi-boolean.py
|
||||||
pypi-booleanoperations
|
pypi-booleanoperations
|
||||||
pypi-boto
|
|
||||||
pypi-bowler
|
pypi-bowler
|
||||||
pypi-bracex
|
pypi-bracex
|
||||||
pypi-branca
|
pypi-branca
|
||||||
@@ -3751,7 +3775,6 @@ pypi-compreffor
|
|||||||
pypi-configargparse
|
pypi-configargparse
|
||||||
pypi-configparser
|
pypi-configparser
|
||||||
pypi-cons
|
pypi-cons
|
||||||
pypi-constantly
|
|
||||||
pypi-contextlib2
|
pypi-contextlib2
|
||||||
pypi-contextvars
|
pypi-contextvars
|
||||||
pypi-contourpy
|
pypi-contourpy
|
||||||
@@ -3770,14 +3793,12 @@ pypi-cssselect
|
|||||||
pypi-cssselect2
|
pypi-cssselect2
|
||||||
pypi-cu2qu
|
pypi-cu2qu
|
||||||
pypi-curio
|
pypi-curio
|
||||||
pypi-cve_bin_tool
|
|
||||||
pypi-cvss
|
pypi-cvss
|
||||||
pypi-cxxfilt
|
pypi-cxxfilt
|
||||||
pypi-cython
|
pypi-cython
|
||||||
pypi-cytoolz
|
pypi-cytoolz
|
||||||
pypi-dacite
|
pypi-dacite
|
||||||
pypi-dask
|
pypi-dask
|
||||||
pypi-dataclasses
|
|
||||||
pypi-datetime
|
pypi-datetime
|
||||||
pypi-debugpy
|
pypi-debugpy
|
||||||
pypi-decorator
|
pypi-decorator
|
||||||
@@ -3803,7 +3824,6 @@ pypi-django_appconf
|
|||||||
pypi-django_babel
|
pypi-django_babel
|
||||||
pypi-django_compressor
|
pypi-django_compressor
|
||||||
pypi-django_discover_runner
|
pypi-django_discover_runner
|
||||||
pypi-django_nose
|
|
||||||
pypi-dkimpy
|
pypi-dkimpy
|
||||||
pypi-dnacentersdk
|
pypi-dnacentersdk
|
||||||
pypi-dns_lexicon
|
pypi-dns_lexicon
|
||||||
@@ -3849,7 +3869,7 @@ pypi-flake8
|
|||||||
pypi-flake8_blind_except
|
pypi-flake8_blind_except
|
||||||
pypi-flake8_class_newline
|
pypi-flake8_class_newline
|
||||||
pypi-flake8_docstrings
|
pypi-flake8_docstrings
|
||||||
pypi-flake8_import_order
|
pypi-flake8_isort
|
||||||
pypi-flaky
|
pypi-flaky
|
||||||
pypi-flask
|
pypi-flask
|
||||||
pypi-flatbuffers
|
pypi-flatbuffers
|
||||||
@@ -3867,7 +3887,6 @@ pypi-ftfy
|
|||||||
pypi-funcparserlib
|
pypi-funcparserlib
|
||||||
pypi-future
|
pypi-future
|
||||||
pypi-gast
|
pypi-gast
|
||||||
pypi-gcs_oauth2_boto_plugin
|
|
||||||
pypi-gevent
|
pypi-gevent
|
||||||
pypi-geventhttpclient
|
pypi-geventhttpclient
|
||||||
pypi-ghp_import
|
pypi-ghp_import
|
||||||
@@ -3888,7 +3907,6 @@ pypi-google_cloud_core
|
|||||||
pypi-google_cloud_secret_manager
|
pypi-google_cloud_secret_manager
|
||||||
pypi-google_cloud_storage
|
pypi-google_cloud_storage
|
||||||
pypi-google_crc32c
|
pypi-google_crc32c
|
||||||
pypi-google_pasta
|
|
||||||
pypi-google_reauth
|
pypi-google_reauth
|
||||||
pypi-google_resumable_media
|
pypi-google_resumable_media
|
||||||
pypi-googleapis_common_protos
|
pypi-googleapis_common_protos
|
||||||
@@ -3904,13 +3922,14 @@ pypi-grpcio_health_checking
|
|||||||
pypi-grpcio_reflection
|
pypi-grpcio_reflection
|
||||||
pypi-grpcio_tools
|
pypi-grpcio_tools
|
||||||
pypi-gssapi
|
pypi-gssapi
|
||||||
pypi-gsutil
|
|
||||||
pypi-gtts_token
|
pypi-gtts_token
|
||||||
|
pypi-gunicorn
|
||||||
pypi-h11
|
pypi-h11
|
||||||
pypi-h2
|
pypi-h2
|
||||||
pypi-h5py
|
pypi-h5py
|
||||||
pypi-hammock
|
pypi-hammock
|
||||||
pypi-hatch_fancy_pypi_readme
|
pypi-hatch_fancy_pypi_readme
|
||||||
|
pypi-hatch_jupyter_builder
|
||||||
pypi-hatch_nodejs_version
|
pypi-hatch_nodejs_version
|
||||||
pypi-hatch_requirements_txt
|
pypi-hatch_requirements_txt
|
||||||
pypi-hatch_vcs
|
pypi-hatch_vcs
|
||||||
@@ -3934,6 +3953,7 @@ pypi-hyperframe
|
|||||||
pypi-hyperlink
|
pypi-hyperlink
|
||||||
pypi-hypothesis
|
pypi-hypothesis
|
||||||
pypi-icalendar
|
pypi-icalendar
|
||||||
|
pypi-icecream
|
||||||
pypi-identify
|
pypi-identify
|
||||||
pypi-idna
|
pypi-idna
|
||||||
pypi-idna_ssl
|
pypi-idna_ssl
|
||||||
@@ -3957,7 +3977,6 @@ pypi-invoke
|
|||||||
pypi-iocapture
|
pypi-iocapture
|
||||||
pypi-ipaddress
|
pypi-ipaddress
|
||||||
pypi-ipdb
|
pypi-ipdb
|
||||||
pypi-ipdbplugin
|
|
||||||
pypi-ipykernel
|
pypi-ipykernel
|
||||||
pypi-ipyparallel
|
pypi-ipyparallel
|
||||||
pypi-ipython
|
pypi-ipython
|
||||||
@@ -3986,7 +4005,6 @@ pypi-jinxed
|
|||||||
pypi-jmespath
|
pypi-jmespath
|
||||||
pypi-joblib
|
pypi-joblib
|
||||||
pypi-josepy
|
pypi-josepy
|
||||||
pypi-jpype1
|
|
||||||
pypi-jsmin
|
pypi-jsmin
|
||||||
pypi-json5
|
pypi-json5
|
||||||
pypi-jsondiff
|
pypi-jsondiff
|
||||||
@@ -3995,12 +4013,13 @@ pypi-jsonpatch
|
|||||||
pypi-jsonpickle
|
pypi-jsonpickle
|
||||||
pypi-jsonpointer
|
pypi-jsonpointer
|
||||||
pypi-jsonschema
|
pypi-jsonschema
|
||||||
|
pypi-jsonschema_specifications
|
||||||
pypi-jupyter_cache
|
pypi-jupyter_cache
|
||||||
pypi-jupyter_client
|
pypi-jupyter_client
|
||||||
pypi-jupyter_console
|
pypi-jupyter_console
|
||||||
pypi-jupyter_core
|
pypi-jupyter_core
|
||||||
pypi-jupyter_events
|
pypi-jupyter_events
|
||||||
pypi-jupyter_nbgallery
|
pypi-jupyter_lsp
|
||||||
pypi-jupyter_packaging
|
pypi-jupyter_packaging
|
||||||
pypi-jupyter_server
|
pypi-jupyter_server
|
||||||
pypi-jupyter_server_fileid
|
pypi-jupyter_server_fileid
|
||||||
@@ -4010,7 +4029,6 @@ pypi-jupyter_server_ydoc
|
|||||||
pypi-jupyter_sphinx
|
pypi-jupyter_sphinx
|
||||||
pypi-jupyter_ydoc
|
pypi-jupyter_ydoc
|
||||||
pypi-jupyterlab
|
pypi-jupyterlab
|
||||||
pypi-jupyterlab_launcher
|
|
||||||
pypi-jupyterlab_link_share
|
pypi-jupyterlab_link_share
|
||||||
pypi-jupyterlab_pygments
|
pypi-jupyterlab_pygments
|
||||||
pypi-jupyterlab_server
|
pypi-jupyterlab_server
|
||||||
@@ -4032,8 +4050,10 @@ pypi-lazy
|
|||||||
pypi-lazy_loader
|
pypi-lazy_loader
|
||||||
pypi-lazy_object_proxy
|
pypi-lazy_object_proxy
|
||||||
pypi-ldap3
|
pypi-ldap3
|
||||||
|
pypi-levenshtein
|
||||||
pypi-libarchive_c
|
pypi-libarchive_c
|
||||||
pypi-libevdev
|
pypi-libevdev
|
||||||
|
pypi-license_expression
|
||||||
pypi-lightning_utilities
|
pypi-lightning_utilities
|
||||||
pypi-linkchecker
|
pypi-linkchecker
|
||||||
pypi-linkify_it_py
|
pypi-linkify_it_py
|
||||||
@@ -4042,9 +4062,9 @@ pypi-llfuse
|
|||||||
pypi-locket
|
pypi-locket
|
||||||
pypi-logical_unification
|
pypi-logical_unification
|
||||||
pypi-logilab_common
|
pypi-logilab_common
|
||||||
|
pypi-looseversion
|
||||||
pypi-lxml
|
pypi-lxml
|
||||||
pypi-lz4
|
pypi-lz4
|
||||||
pypi-m2r
|
|
||||||
pypi-macholib
|
pypi-macholib
|
||||||
pypi-mako
|
pypi-mako
|
||||||
pypi-markdown
|
pypi-markdown
|
||||||
@@ -4099,7 +4119,6 @@ pypi-nbconvert
|
|||||||
pypi-nbformat
|
pypi-nbformat
|
||||||
pypi-nbsphinx
|
pypi-nbsphinx
|
||||||
pypi-nbval
|
pypi-nbval
|
||||||
pypi-ncclient
|
|
||||||
pypi-ndg_httpsclient
|
pypi-ndg_httpsclient
|
||||||
pypi-neat_python
|
pypi-neat_python
|
||||||
pypi-nest_asyncio
|
pypi-nest_asyncio
|
||||||
@@ -4107,14 +4126,12 @@ pypi-netapp_lib
|
|||||||
pypi-netdisco
|
pypi-netdisco
|
||||||
pypi-netifaces
|
pypi-netifaces
|
||||||
pypi-networkx
|
pypi-networkx
|
||||||
|
pypi-nh3
|
||||||
pypi-nibabel
|
pypi-nibabel
|
||||||
pypi-nltk
|
pypi-nltk
|
||||||
pypi-nocasedict
|
pypi-nocasedict
|
||||||
pypi-nocaselist
|
pypi-nocaselist
|
||||||
pypi-nodeenv
|
pypi-nodeenv
|
||||||
pypi-nose
|
|
||||||
pypi-nose_timer
|
|
||||||
pypi-notebook
|
|
||||||
pypi-notebook_shim
|
pypi-notebook_shim
|
||||||
pypi-numpoly
|
pypi-numpoly
|
||||||
pypi-numpy
|
pypi-numpy
|
||||||
@@ -4130,8 +4147,10 @@ pypi-opt_einsum
|
|||||||
pypi-ordered_set
|
pypi-ordered_set
|
||||||
pypi-ouimeaux
|
pypi-ouimeaux
|
||||||
pypi-outcome
|
pypi-outcome
|
||||||
|
pypi-overrides
|
||||||
pypi-ovirt_imageio
|
pypi-ovirt_imageio
|
||||||
pypi-packaging
|
pypi-packaging
|
||||||
|
pypi-paginate
|
||||||
pypi-paho_mqtt
|
pypi-paho_mqtt
|
||||||
pypi-pandocfilters
|
pypi-pandocfilters
|
||||||
pypi-parameterized
|
pypi-parameterized
|
||||||
@@ -4149,7 +4168,6 @@ pypi-pastel
|
|||||||
pypi-patatt
|
pypi-patatt
|
||||||
pypi-pathlib2
|
pypi-pathlib2
|
||||||
pypi-pathspec
|
pypi-pathspec
|
||||||
pypi-pathtools
|
|
||||||
pypi-patsy
|
pypi-patsy
|
||||||
pypi-pbr
|
pypi-pbr
|
||||||
pypi-pdfminer.six
|
pypi-pdfminer.six
|
||||||
@@ -4233,7 +4251,7 @@ pypi-pycryptodomex
|
|||||||
pypi-pycups
|
pypi-pycups
|
||||||
pypi-pycurl
|
pypi-pycurl
|
||||||
pypi-pydantic
|
pypi-pydantic
|
||||||
pypi-pydata_sphinx_theme
|
pypi-pydantic_core
|
||||||
pypi-pydispatcher
|
pypi-pydispatcher
|
||||||
pypi-pydocstyle
|
pypi-pydocstyle
|
||||||
pypi-pydot
|
pypi-pydot
|
||||||
@@ -4248,7 +4266,6 @@ pypi-pyicu
|
|||||||
pypi-pyjwt
|
pypi-pyjwt
|
||||||
pypi-pylev
|
pypi-pylev
|
||||||
pypi-pylint
|
pypi-pylint
|
||||||
pypi-pyls_black
|
|
||||||
pypi-pymdown_extensions
|
pypi-pymdown_extensions
|
||||||
pypi-pynacl
|
pypi-pynacl
|
||||||
pypi-pynetbox
|
pypi-pynetbox
|
||||||
@@ -4313,9 +4330,6 @@ pypi-python_debian
|
|||||||
pypi-python_dotenv
|
pypi-python_dotenv
|
||||||
pypi-python_install
|
pypi-python_install
|
||||||
pypi-python_json_logger
|
pypi-python_json_logger
|
||||||
pypi-python_jsonrpc_server
|
|
||||||
pypi-python_language_server
|
|
||||||
pypi-python_levenshtein
|
|
||||||
pypi-python_lsp_black
|
pypi-python_lsp_black
|
||||||
pypi-python_lsp_jsonrpc
|
pypi-python_lsp_jsonrpc
|
||||||
pypi-python_lsp_server
|
pypi-python_lsp_server
|
||||||
@@ -4335,7 +4349,6 @@ pypi-pywavelets
|
|||||||
pypi-pywbem
|
pypi-pywbem
|
||||||
pypi-pywinrm
|
pypi-pywinrm
|
||||||
pypi-pyxattr
|
pypi-pyxattr
|
||||||
pypi-pyxdameraulevenshtein
|
|
||||||
pypi-pyxdg
|
pypi-pyxdg
|
||||||
pypi-pyyaml_env_tag
|
pypi-pyyaml_env_tag
|
||||||
pypi-pyzmq
|
pypi-pyzmq
|
||||||
@@ -4347,7 +4360,9 @@ pypi-rapidfuzz_capi
|
|||||||
pypi-rcssmin
|
pypi-rcssmin
|
||||||
pypi-rdflib
|
pypi-rdflib
|
||||||
pypi-readme_renderer
|
pypi-readme_renderer
|
||||||
|
pypi-readtime
|
||||||
pypi-recommonmark
|
pypi-recommonmark
|
||||||
|
pypi-referencing
|
||||||
pypi-regex
|
pypi-regex
|
||||||
pypi-reportlab
|
pypi-reportlab
|
||||||
pypi-repoze.lru
|
pypi-repoze.lru
|
||||||
@@ -4378,6 +4393,7 @@ pypi-rjsmin
|
|||||||
pypi-rlpycairo
|
pypi-rlpycairo
|
||||||
pypi-rope
|
pypi-rope
|
||||||
pypi-routes
|
pypi-routes
|
||||||
|
pypi-rpds_py
|
||||||
pypi-rpm_py_installer
|
pypi-rpm_py_installer
|
||||||
pypi-rpmfile
|
pypi-rpmfile
|
||||||
pypi-rsa
|
pypi-rsa
|
||||||
@@ -4385,6 +4401,7 @@ pypi-rtree
|
|||||||
pypi-ruamel.yaml
|
pypi-ruamel.yaml
|
||||||
pypi-ruamel.yaml.clib
|
pypi-ruamel.yaml.clib
|
||||||
pypi-s3transfer
|
pypi-s3transfer
|
||||||
|
pypi-safetensors
|
||||||
pypi-salib
|
pypi-salib
|
||||||
pypi-sanic_routing
|
pypi-sanic_routing
|
||||||
pypi-scikit_build
|
pypi-scikit_build
|
||||||
@@ -4403,15 +4420,13 @@ pypi-send2trash
|
|||||||
pypi-sentencepiece
|
pypi-sentencepiece
|
||||||
pypi-sentinels
|
pypi-sentinels
|
||||||
pypi-sentry_sdk
|
pypi-sentry_sdk
|
||||||
pypi-seqdiag
|
|
||||||
pypi-serpent
|
pypi-serpent
|
||||||
pypi-setproctitle
|
pypi-setproctitle
|
||||||
pypi-setuptools
|
pypi-setuptools
|
||||||
pypi-setuptools_git_ls_files
|
pypi-setuptools_changelog_shortener
|
||||||
pypi-setuptools_git_versioning
|
pypi-setuptools_git_versioning
|
||||||
pypi-setuptools_rust
|
pypi-setuptools_rust
|
||||||
pypi-setuptools_scm
|
pypi-setuptools_scm
|
||||||
pypi-setuptools_scm_git_archive
|
|
||||||
pypi-sh
|
pypi-sh
|
||||||
pypi-shapely
|
pypi-shapely
|
||||||
pypi-shellingham
|
pypi-shellingham
|
||||||
@@ -4458,7 +4473,6 @@ pypi-sphinxcontrib_plantuml
|
|||||||
pypi-sphinxcontrib_programoutput
|
pypi-sphinxcontrib_programoutput
|
||||||
pypi-sphinxcontrib_qthelp
|
pypi-sphinxcontrib_qthelp
|
||||||
pypi-sphinxcontrib_redoc
|
pypi-sphinxcontrib_redoc
|
||||||
pypi-sphinxcontrib_seqdiag
|
|
||||||
pypi-sphinxcontrib_serializinghtml
|
pypi-sphinxcontrib_serializinghtml
|
||||||
pypi-sphinxcontrib_svg2pdfconverter
|
pypi-sphinxcontrib_svg2pdfconverter
|
||||||
pypi-sphinxcontrib_websupport
|
pypi-sphinxcontrib_websupport
|
||||||
@@ -4468,7 +4482,6 @@ pypi-sqlalchemy
|
|||||||
pypi-sqlparse
|
pypi-sqlparse
|
||||||
pypi-sshtunnel
|
pypi-sshtunnel
|
||||||
pypi-stack_data
|
pypi-stack_data
|
||||||
pypi-statsmodels
|
|
||||||
pypi-storops
|
pypi-storops
|
||||||
pypi-strictyaml
|
pypi-strictyaml
|
||||||
pypi-subprocess_tee
|
pypi-subprocess_tee
|
||||||
@@ -4494,7 +4507,6 @@ pypi-three_merge
|
|||||||
pypi-tifffile
|
pypi-tifffile
|
||||||
pypi-tinycss2
|
pypi-tinycss2
|
||||||
pypi-tldextract
|
pypi-tldextract
|
||||||
pypi-tokenizers
|
|
||||||
pypi-toml
|
pypi-toml
|
||||||
pypi-tomli
|
pypi-tomli
|
||||||
pypi-tomli_w
|
pypi-tomli_w
|
||||||
@@ -4512,6 +4524,7 @@ pypi-trimesh
|
|||||||
pypi-trio
|
pypi-trio
|
||||||
pypi-trio_websocket
|
pypi-trio_websocket
|
||||||
pypi-trove_classifiers
|
pypi-trove_classifiers
|
||||||
|
pypi-truststore
|
||||||
pypi-ttp
|
pypi-ttp
|
||||||
pypi-twine
|
pypi-twine
|
||||||
pypi-typed_ast
|
pypi-typed_ast
|
||||||
@@ -4588,6 +4601,7 @@ pypi-wrapt
|
|||||||
pypi-wsgiproxy2
|
pypi-wsgiproxy2
|
||||||
pypi-wsproto
|
pypi-wsproto
|
||||||
pypi-wurlitzer
|
pypi-wurlitzer
|
||||||
|
pypi-wxPython
|
||||||
pypi-xcffib
|
pypi-xcffib
|
||||||
pypi-xgboost
|
pypi-xgboost
|
||||||
pypi-xmldiff
|
pypi-xmldiff
|
||||||
@@ -4638,7 +4652,6 @@ pypi-zope.security
|
|||||||
pypi-zope.testing
|
pypi-zope.testing
|
||||||
pypi-zope.testrunner
|
pypi-zope.testrunner
|
||||||
pypi-zopfli
|
pypi-zopfli
|
||||||
pyside2-setup
|
|
||||||
python
|
python
|
||||||
python-digitalocean
|
python-digitalocean
|
||||||
python-distutils-extra
|
python-distutils-extra
|
||||||
@@ -4675,12 +4688,45 @@ qrencode
|
|||||||
qscintilla
|
qscintilla
|
||||||
qsstv
|
qsstv
|
||||||
qstylizer
|
qstylizer
|
||||||
qt-creator
|
|
||||||
qt3d
|
qt3d
|
||||||
|
qt5compat
|
||||||
qt5ct
|
qt5ct
|
||||||
|
qt63d
|
||||||
|
qt6activeqt
|
||||||
qt6base
|
qt6base
|
||||||
|
qt6charts
|
||||||
|
qt6connectivity
|
||||||
|
qt6datavis3d
|
||||||
|
qt6declarative
|
||||||
|
qt6doc
|
||||||
|
qt6grpc
|
||||||
|
qt6httpserver
|
||||||
|
qt6imageformats
|
||||||
|
qt6languageserver
|
||||||
|
qt6lottie
|
||||||
|
qt6multimedia
|
||||||
|
qt6networkauth
|
||||||
|
qt6positioning
|
||||||
|
qt6quick3d
|
||||||
|
qt6quick3dphysics
|
||||||
|
qt6quickeffectmaker
|
||||||
|
qt6quicktimeline
|
||||||
|
qt6remoteobjects
|
||||||
|
qt6scxml
|
||||||
|
qt6sensors
|
||||||
|
qt6serialbus
|
||||||
|
qt6serialport
|
||||||
|
qt6shadertools
|
||||||
|
qt6speech
|
||||||
qt6svg
|
qt6svg
|
||||||
qt6tools
|
qt6tools
|
||||||
|
qt6translations
|
||||||
|
qt6virtualkeyboard
|
||||||
|
qt6wayland
|
||||||
|
qt6webchannel
|
||||||
|
qt6webengine
|
||||||
|
qt6websockets
|
||||||
|
qt6webview
|
||||||
qtbase
|
qtbase
|
||||||
qtcanvas3d
|
qtcanvas3d
|
||||||
qtcharts
|
qtcharts
|
||||||
@@ -4736,7 +4782,6 @@ recode
|
|||||||
redis-native
|
redis-native
|
||||||
redis2-nginx-module
|
redis2-nginx-module
|
||||||
redland
|
redland
|
||||||
redshift
|
|
||||||
redsocks
|
redsocks
|
||||||
requests-ntlm
|
requests-ntlm
|
||||||
rest
|
rest
|
||||||
@@ -4808,7 +4853,6 @@ sip
|
|||||||
slang
|
slang
|
||||||
slirp4netns
|
slirp4netns
|
||||||
slurm
|
slurm
|
||||||
smartcols
|
|
||||||
smartmontools
|
smartmontools
|
||||||
smemstat
|
smemstat
|
||||||
snappy
|
snappy
|
||||||
@@ -4836,7 +4880,7 @@ spice-vdagent
|
|||||||
sqlite-autoconf
|
sqlite-autoconf
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
squid
|
squid
|
||||||
sshfs
|
srt
|
||||||
sshpass
|
sshpass
|
||||||
sshuttle
|
sshuttle
|
||||||
ssocr
|
ssocr
|
||||||
@@ -4861,6 +4905,7 @@ sundials
|
|||||||
supertuxkart
|
supertuxkart
|
||||||
suricata
|
suricata
|
||||||
svgpart
|
svgpart
|
||||||
|
svxlink
|
||||||
sway
|
sway
|
||||||
swaybg
|
swaybg
|
||||||
swayidle
|
swayidle
|
||||||
@@ -4873,6 +4918,7 @@ swupd-probe
|
|||||||
swupd-search
|
swupd-search
|
||||||
sxiv
|
sxiv
|
||||||
sympy
|
sympy
|
||||||
|
syncthing
|
||||||
syndication
|
syndication
|
||||||
synergy
|
synergy
|
||||||
syntax-highlighting
|
syntax-highlighting
|
||||||
@@ -4892,6 +4938,7 @@ tbb
|
|||||||
tcl
|
tcl
|
||||||
tcpdump
|
tcpdump
|
||||||
tdb
|
tdb
|
||||||
|
tecla
|
||||||
telemetrics-client
|
telemetrics-client
|
||||||
telepathy-glib
|
telepathy-glib
|
||||||
telepathy-qt
|
telepathy-qt
|
||||||
@@ -4970,6 +5017,7 @@ vala
|
|||||||
valgrind
|
valgrind
|
||||||
valijson
|
valijson
|
||||||
vbox-integration
|
vbox-integration
|
||||||
|
vid.stab
|
||||||
vifm
|
vifm
|
||||||
vim
|
vim
|
||||||
vim-fugitive
|
vim-fugitive
|
||||||
@@ -4983,13 +5031,13 @@ vkd3d
|
|||||||
vlc
|
vlc
|
||||||
volume_key
|
volume_key
|
||||||
vpnc
|
vpnc
|
||||||
vpp
|
|
||||||
vsqlite
|
vsqlite
|
||||||
vte
|
vte
|
||||||
waffle
|
waffle
|
||||||
wavpack
|
wavpack
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
waypipe
|
||||||
wcslib
|
wcslib
|
||||||
webkitgtk
|
webkitgtk
|
||||||
webkitgtk60
|
webkitgtk60
|
||||||
@@ -5014,6 +5062,9 @@ wslu
|
|||||||
wxWidgets
|
wxWidgets
|
||||||
x11perf
|
x11perf
|
||||||
x11vnc
|
x11vnc
|
||||||
|
x264
|
||||||
|
x265
|
||||||
|
x86-simd-sort
|
||||||
xapian-core
|
xapian-core
|
||||||
xastir
|
xastir
|
||||||
xauth
|
xauth
|
||||||
@@ -5029,6 +5080,7 @@ xdg-desktop-portal
|
|||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-kde
|
xdg-desktop-portal-kde
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
xdg-user-dirs-gtk
|
xdg-user-dirs-gtk
|
||||||
xdg-utils
|
xdg-utils
|
||||||
@@ -5096,10 +5148,12 @@ xss-lock
|
|||||||
xterm
|
xterm
|
||||||
xtrans
|
xtrans
|
||||||
xvfb-run
|
xvfb-run
|
||||||
|
xvidcore
|
||||||
xwayland
|
xwayland
|
||||||
xwd
|
xwd
|
||||||
xwdrun
|
xwdrun
|
||||||
xwininfo
|
xwininfo
|
||||||
|
xxHash
|
||||||
xz
|
xz
|
||||||
yajl
|
yajl
|
||||||
yakuake
|
yakuake
|
||||||
@@ -5114,10 +5168,9 @@ ytnef
|
|||||||
zabbix
|
zabbix
|
||||||
zathura
|
zathura
|
||||||
zathura-pdf-poppler
|
zathura-pdf-poppler
|
||||||
zeek
|
|
||||||
zeek-af_packet-plugin
|
|
||||||
zenity
|
zenity
|
||||||
zeroconf-ioslave
|
zeroconf-ioslave
|
||||||
|
zimg
|
||||||
zip
|
zip
|
||||||
zlib
|
zlib
|
||||||
znc
|
znc
|
||||||
|
|||||||
Reference in New Issue
Block a user