mirror of
https://github.com/clearlinux/common.git
synced 2026-09-04 12:41:53 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fd02ece36 | ||
|
|
039e63fb1e | ||
|
|
dcf8bc4978 | ||
|
|
3951710117 | ||
|
|
504d77bc58 | ||
|
|
d3514ae496 | ||
|
|
4403e9280a | ||
|
|
0aed61be35 | ||
|
|
cdda6bcece | ||
|
|
61203724ab | ||
|
|
3dfbdf4c58 | ||
|
|
e0e5b4b1a7 | ||
|
|
b95dd8c67f | ||
|
|
8ed4d2d0de | ||
|
|
023a2da624 | ||
|
|
cdd4aeebe2 | ||
|
|
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 |
+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";
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ PyMySQL
|
|||||||
PyQt5
|
PyQt5
|
||||||
PySocks
|
PySocks
|
||||||
PyYAML
|
PyYAML
|
||||||
|
QAT-ZSTD-Plugin
|
||||||
QAT_engine
|
QAT_engine
|
||||||
QGIS
|
|
||||||
QXlsx
|
QXlsx
|
||||||
R
|
R
|
||||||
R-AER
|
R-AER
|
||||||
@@ -126,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
|
||||||
@@ -160,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
|
||||||
@@ -226,6 +228,7 @@ R-bench
|
|||||||
R-benchr
|
R-benchr
|
||||||
R-betareg
|
R-betareg
|
||||||
R-bibtex
|
R-bibtex
|
||||||
|
R-bigD
|
||||||
R-biglm
|
R-biglm
|
||||||
R-binGroup
|
R-binGroup
|
||||||
R-bindr
|
R-bindr
|
||||||
@@ -245,6 +248,7 @@ R-bridgesampling
|
|||||||
R-brio
|
R-brio
|
||||||
R-brms
|
R-brms
|
||||||
R-broom
|
R-broom
|
||||||
|
R-broom.helpers
|
||||||
R-broom.mixed
|
R-broom.mixed
|
||||||
R-bslib
|
R-bslib
|
||||||
R-bvls
|
R-bvls
|
||||||
@@ -457,6 +461,7 @@ R-ggplot2
|
|||||||
R-ggplot2movies
|
R-ggplot2movies
|
||||||
R-ggrepel
|
R-ggrepel
|
||||||
R-ggridges
|
R-ggridges
|
||||||
|
R-ggstats
|
||||||
R-ggvis
|
R-ggvis
|
||||||
R-gh
|
R-gh
|
||||||
R-git2r
|
R-git2r
|
||||||
@@ -528,6 +533,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
|
||||||
@@ -636,6 +642,7 @@ R-mvnfast
|
|||||||
R-mvnormtest
|
R-mvnormtest
|
||||||
R-mvoutlier
|
R-mvoutlier
|
||||||
R-mvtnorm
|
R-mvtnorm
|
||||||
|
R-nanoarrow
|
||||||
R-natserv
|
R-natserv
|
||||||
R-ncbit
|
R-ncbit
|
||||||
R-ncdf4
|
R-ncdf4
|
||||||
@@ -741,6 +748,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
|
||||||
@@ -906,6 +914,7 @@ R-statmod
|
|||||||
R-statnet.common
|
R-statnet.common
|
||||||
R-stringdist
|
R-stringdist
|
||||||
R-stringi
|
R-stringi
|
||||||
|
R-stringmagic
|
||||||
R-stringr
|
R-stringr
|
||||||
R-strucchange
|
R-strucchange
|
||||||
R-styler
|
R-styler
|
||||||
@@ -996,6 +1005,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
|
||||||
@@ -1186,6 +1196,7 @@ buildreq-meson
|
|||||||
buildreq-nginx
|
buildreq-nginx
|
||||||
buildreq-php
|
buildreq-php
|
||||||
buildreq-qmake
|
buildreq-qmake
|
||||||
|
buildreq-qt6
|
||||||
buildreq-scons
|
buildreq-scons
|
||||||
buildx
|
buildx
|
||||||
byobu
|
byobu
|
||||||
@@ -1206,9 +1217,10 @@ cantarell-fonts
|
|||||||
cantata
|
cantata
|
||||||
cantor
|
cantor
|
||||||
capnproto
|
capnproto
|
||||||
|
capslock
|
||||||
capstone
|
capstone
|
||||||
caribou
|
|
||||||
casync
|
casync
|
||||||
|
catch2
|
||||||
ccache
|
ccache
|
||||||
ccid
|
ccid
|
||||||
cdparanoia
|
cdparanoia
|
||||||
@@ -1249,6 +1261,7 @@ clr-installer
|
|||||||
clr-man-pages
|
clr-man-pages
|
||||||
clr-network-troubleshooter
|
clr-network-troubleshooter
|
||||||
clr-one-shot-updates
|
clr-one-shot-updates
|
||||||
|
clr-optimized-link-scripts
|
||||||
clr-power-tweaks
|
clr-power-tweaks
|
||||||
clr-python-timestamp
|
clr-python-timestamp
|
||||||
clr-pyversion-strip
|
clr-pyversion-strip
|
||||||
@@ -1276,6 +1289,7 @@ cogl
|
|||||||
coinmp
|
coinmp
|
||||||
collectd
|
collectd
|
||||||
collectl
|
collectl
|
||||||
|
colm
|
||||||
colord
|
colord
|
||||||
colord-gtk
|
colord-gtk
|
||||||
colordiff
|
colordiff
|
||||||
@@ -1285,6 +1299,7 @@ compat-babeltrace-one
|
|||||||
compat-cairomm-soname10
|
compat-cairomm-soname10
|
||||||
compat-codec2-soname1
|
compat-codec2-soname1
|
||||||
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
|
||||||
@@ -1298,12 +1313,14 @@ compat-libsigc++-soname20
|
|||||||
compat-libsoup-soname-24
|
compat-libsoup-soname-24
|
||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
compat-libvpx-soname7
|
compat-libvpx-soname7
|
||||||
|
compat-libvpx-soname8
|
||||||
compat-pangomm-soname14
|
compat-pangomm-soname14
|
||||||
compat-protobuf-soname29
|
compat-protobuf-soname29
|
||||||
|
compat-re2-soname10
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
|
compat-tbb-soname2
|
||||||
compat-tiff-soname5
|
compat-tiff-soname5
|
||||||
component
|
component
|
||||||
compute-image-packages
|
|
||||||
configobj
|
configobj
|
||||||
confuse
|
confuse
|
||||||
conky
|
conky
|
||||||
@@ -1320,6 +1337,7 @@ cov-core
|
|||||||
cpio
|
cpio
|
||||||
cppcheck
|
cppcheck
|
||||||
cppunit
|
cppunit
|
||||||
|
cpufetch
|
||||||
cpuid
|
cpuid
|
||||||
cpuloadgen
|
cpuloadgen
|
||||||
cracklib
|
cracklib
|
||||||
@@ -1335,7 +1353,6 @@ cups-bjnp
|
|||||||
cups-filters
|
cups-filters
|
||||||
cups-pk-helper
|
cups-pk-helper
|
||||||
curl
|
curl
|
||||||
custom_inherit
|
|
||||||
cycler
|
cycler
|
||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
dapl
|
dapl
|
||||||
@@ -1392,7 +1409,9 @@ dotconf
|
|||||||
double-conversion
|
double-conversion
|
||||||
dovecot
|
dovecot
|
||||||
doxygen
|
doxygen
|
||||||
|
dpcpp-compiler
|
||||||
dpdk
|
dpdk
|
||||||
|
draco
|
||||||
dracut
|
dracut
|
||||||
dragon
|
dragon
|
||||||
dragonbox
|
dragonbox
|
||||||
@@ -1432,6 +1451,7 @@ eog
|
|||||||
eog-plugins
|
eog-plugins
|
||||||
epm
|
epm
|
||||||
epson-inkjet-printer-escpr
|
epson-inkjet-printer-escpr
|
||||||
|
epsonscan2
|
||||||
ethtool
|
ethtool
|
||||||
etr
|
etr
|
||||||
eventviews
|
eventviews
|
||||||
@@ -1499,6 +1519,7 @@ freeipmi
|
|||||||
freetype
|
freetype
|
||||||
fribidi
|
fribidi
|
||||||
fritzing-app
|
fritzing-app
|
||||||
|
frozen
|
||||||
fs
|
fs
|
||||||
fsarchiver
|
fsarchiver
|
||||||
fsearch
|
fsearch
|
||||||
@@ -1737,7 +1758,6 @@ indent
|
|||||||
indi
|
indi
|
||||||
inetutils
|
inetutils
|
||||||
inih
|
inih
|
||||||
iniparse
|
|
||||||
init-rdahead
|
init-rdahead
|
||||||
inkscape
|
inkscape
|
||||||
innoextract
|
innoextract
|
||||||
@@ -1900,7 +1920,9 @@ kimap
|
|||||||
kinfocenter
|
kinfocenter
|
||||||
kinit
|
kinit
|
||||||
kio
|
kio
|
||||||
|
kio-admin
|
||||||
kio-extras
|
kio-extras
|
||||||
|
kirigami-addons
|
||||||
kirigami2
|
kirigami2
|
||||||
kitemmodels
|
kitemmodels
|
||||||
kitemviews
|
kitemviews
|
||||||
@@ -2047,6 +2069,7 @@ libaccounts-qt
|
|||||||
libadwaita
|
libadwaita
|
||||||
libaio
|
libaio
|
||||||
libao
|
libao
|
||||||
|
libaom
|
||||||
libappindicator
|
libappindicator
|
||||||
libarchive
|
libarchive
|
||||||
libass
|
libass
|
||||||
@@ -2086,7 +2109,10 @@ libdatrie
|
|||||||
libdazzle
|
libdazzle
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
libdbusmenu-qt
|
libdbusmenu-qt
|
||||||
|
libdecor
|
||||||
libdeps
|
libdeps
|
||||||
|
libdex
|
||||||
|
libdisplay-info
|
||||||
libdmx
|
libdmx
|
||||||
libdnf
|
libdnf
|
||||||
libdrm
|
libdrm
|
||||||
@@ -2118,6 +2144,7 @@ libftdi1
|
|||||||
libgcrypt
|
libgcrypt
|
||||||
libgd
|
libgd
|
||||||
libgdata
|
libgdata
|
||||||
|
libgedit-amtk
|
||||||
libgee
|
libgee
|
||||||
libgeotiff
|
libgeotiff
|
||||||
libgit2
|
libgit2
|
||||||
@@ -2166,6 +2193,7 @@ libkscreen
|
|||||||
libksieve
|
libksieve
|
||||||
libksysguard
|
libksysguard
|
||||||
liblangtag
|
liblangtag
|
||||||
|
libliftoff
|
||||||
liblogging
|
liblogging
|
||||||
libmaxminddb
|
libmaxminddb
|
||||||
libmbim
|
libmbim
|
||||||
@@ -2202,10 +2230,12 @@ libnvme
|
|||||||
liboauth
|
liboauth
|
||||||
libodfgen
|
libodfgen
|
||||||
libogg
|
libogg
|
||||||
|
libopenmpt
|
||||||
libopenzwave
|
libopenzwave
|
||||||
liborcus
|
liborcus
|
||||||
libosinfo
|
libosinfo
|
||||||
libpagemaker
|
libpagemaker
|
||||||
|
libpanel
|
||||||
libpcap
|
libpcap
|
||||||
libpciaccess
|
libpciaccess
|
||||||
libpeas
|
libpeas
|
||||||
@@ -2230,6 +2260,7 @@ libreoffice
|
|||||||
librepo
|
librepo
|
||||||
libreswan
|
libreswan
|
||||||
librevenge
|
librevenge
|
||||||
|
librist
|
||||||
librsvg
|
librsvg
|
||||||
librtlsdr
|
librtlsdr
|
||||||
librttopo
|
librttopo
|
||||||
@@ -2330,7 +2361,6 @@ linux-lts2020
|
|||||||
linux-lts2021
|
linux-lts2021
|
||||||
linux-ltscurrent
|
linux-ltscurrent
|
||||||
linux-ltsprev
|
linux-ltsprev
|
||||||
linux-oracle
|
|
||||||
linux-preempt-rt
|
linux-preempt-rt
|
||||||
linux-tools
|
linux-tools
|
||||||
linuxptp
|
linuxptp
|
||||||
@@ -2339,6 +2369,7 @@ lldpd
|
|||||||
llvm
|
llvm
|
||||||
llvm14
|
llvm14
|
||||||
llvm15
|
llvm15
|
||||||
|
llvm16
|
||||||
lm-sensors
|
lm-sensors
|
||||||
lmdb
|
lmdb
|
||||||
logrotate
|
logrotate
|
||||||
@@ -2374,8 +2405,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
|
||||||
@@ -2443,6 +2476,7 @@ mosquitto
|
|||||||
motd-update
|
motd-update
|
||||||
motif
|
motif
|
||||||
mozjs102
|
mozjs102
|
||||||
|
mozjs115
|
||||||
mozjs91
|
mozjs91
|
||||||
mpc
|
mpc
|
||||||
mpfr
|
mpfr
|
||||||
@@ -2479,6 +2513,7 @@ ndctl
|
|||||||
ndpi
|
ndpi
|
||||||
neofetch
|
neofetch
|
||||||
neomutt
|
neomutt
|
||||||
|
neon
|
||||||
neovim
|
neovim
|
||||||
net-snmp
|
net-snmp
|
||||||
net-tools
|
net-tools
|
||||||
@@ -2514,7 +2549,6 @@ nlopt
|
|||||||
nmap
|
nmap
|
||||||
nodejs
|
nodejs
|
||||||
nose-parameterized
|
nose-parameterized
|
||||||
nosexcover
|
|
||||||
not-ffmpeg
|
not-ffmpeg
|
||||||
notmuch
|
notmuch
|
||||||
noto-cjk
|
noto-cjk
|
||||||
@@ -2528,17 +2562,16 @@ nss
|
|||||||
nss-altfiles
|
nss-altfiles
|
||||||
nss-pam-ldapd
|
nss-pam-ldapd
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntlm-auth
|
|
||||||
ntopng
|
ntopng
|
||||||
ntp
|
ntp
|
||||||
numactl
|
numactl
|
||||||
numatop
|
numatop
|
||||||
numlockx
|
numlockx
|
||||||
numpy-stl
|
numpy-stl
|
||||||
|
nut
|
||||||
nv-codec-headers
|
nv-codec-headers
|
||||||
nvme-cli
|
nvme-cli
|
||||||
oath-toolkit
|
oath-toolkit
|
||||||
obs-studio
|
|
||||||
ocaml
|
ocaml
|
||||||
ocamlbuild
|
ocamlbuild
|
||||||
ocl-icd
|
ocl-icd
|
||||||
@@ -2546,6 +2579,7 @@ octave
|
|||||||
oiio
|
oiio
|
||||||
okteta
|
okteta
|
||||||
okular
|
okular
|
||||||
|
oneDPL
|
||||||
oneVPL
|
oneVPL
|
||||||
onig
|
onig
|
||||||
opa-fm
|
opa-fm
|
||||||
@@ -2554,7 +2588,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
|
||||||
@@ -2569,8 +2602,6 @@ openjpeg
|
|||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
openpace
|
openpace
|
||||||
openscad
|
|
||||||
openshot-qt
|
|
||||||
opensm
|
opensm
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
@@ -2590,6 +2621,7 @@ ostree
|
|||||||
otp
|
otp
|
||||||
oxygen
|
oxygen
|
||||||
oxygen-icons5
|
oxygen-icons5
|
||||||
|
oxygen-sounds
|
||||||
p11-kit
|
p11-kit
|
||||||
p7zip
|
p7zip
|
||||||
pacrunner
|
pacrunner
|
||||||
@@ -2762,10 +2794,10 @@ 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
|
||||||
perl-DBD-mysql
|
|
||||||
perl-DBI
|
perl-DBI
|
||||||
perl-DBICx-TestDatabase
|
perl-DBICx-TestDatabase
|
||||||
perl-DBIx-Class
|
perl-DBIx-Class
|
||||||
@@ -2926,6 +2958,7 @@ perl-Geo-Distance
|
|||||||
perl-Geo-IP
|
perl-Geo-IP
|
||||||
perl-Geo-IPfree
|
perl-Geo-IPfree
|
||||||
perl-Getopt-Euclid
|
perl-Getopt-Euclid
|
||||||
|
perl-Getopt-Long
|
||||||
perl-Getopt-Long-Descriptive
|
perl-Getopt-Long-Descriptive
|
||||||
perl-Getopt-Long-Modern
|
perl-Getopt-Long-Modern
|
||||||
perl-Getopt-Tabular
|
perl-Getopt-Tabular
|
||||||
@@ -3300,6 +3333,7 @@ perl-Test-Deep
|
|||||||
perl-Test-DiagINC
|
perl-Test-DiagINC
|
||||||
perl-Test-Differences
|
perl-Test-Differences
|
||||||
perl-Test-Exception
|
perl-Test-Exception
|
||||||
|
perl-Test-ExpectAndCheck
|
||||||
perl-Test-FailWarnings
|
perl-Test-FailWarnings
|
||||||
perl-Test-Fatal
|
perl-Test-Fatal
|
||||||
perl-Test-File
|
perl-Test-File
|
||||||
@@ -3469,16 +3503,12 @@ phoronix-test-suite
|
|||||||
php
|
php
|
||||||
php-APCu
|
php-APCu
|
||||||
php-Bitset
|
php-Bitset
|
||||||
php-Molten
|
|
||||||
php-PDO_SQLANYWHERE
|
|
||||||
php-SeasClick
|
php-SeasClick
|
||||||
php-SeasLog
|
php-SeasLog
|
||||||
php-Xdebug
|
php-Xdebug
|
||||||
php-Yaf
|
|
||||||
php-ahocorasick
|
php-ahocorasick
|
||||||
php-apfd
|
php-apfd
|
||||||
php-ast
|
php-ast
|
||||||
php-componere
|
|
||||||
php-crypto
|
php-crypto
|
||||||
php-datadog_trace
|
php-datadog_trace
|
||||||
php-dbase
|
php-dbase
|
||||||
@@ -3487,7 +3517,6 @@ php-ds
|
|||||||
php-eio
|
php-eio
|
||||||
php-ev
|
php-ev
|
||||||
php-gRPC
|
php-gRPC
|
||||||
php-gender
|
|
||||||
php-geospatial
|
php-geospatial
|
||||||
php-gnupg
|
php-gnupg
|
||||||
php-hprose
|
php-hprose
|
||||||
@@ -3508,10 +3537,8 @@ php-oauth
|
|||||||
php-parle
|
php-parle
|
||||||
php-pcov
|
php-pcov
|
||||||
php-proctitle
|
php-proctitle
|
||||||
php-propro
|
|
||||||
php-protobuf
|
php-protobuf
|
||||||
php-psr
|
php-psr
|
||||||
php-radius
|
|
||||||
php-raphf
|
php-raphf
|
||||||
php-rdkafka
|
php-rdkafka
|
||||||
php-redis
|
php-redis
|
||||||
@@ -3519,8 +3546,6 @@ php-scrypt
|
|||||||
php-stomp
|
php-stomp
|
||||||
php-svm
|
php-svm
|
||||||
php-sync
|
php-sync
|
||||||
php-taint
|
|
||||||
php-timecop
|
|
||||||
php-timezonedb
|
php-timezonedb
|
||||||
php-trader
|
php-trader
|
||||||
php-uopz
|
php-uopz
|
||||||
@@ -3529,7 +3554,6 @@ php-xattr
|
|||||||
php-xlswriter
|
php-xlswriter
|
||||||
php-xxtea
|
php-xxtea
|
||||||
php-yaml
|
php-yaml
|
||||||
php-yar
|
|
||||||
php-zmq
|
php-zmq
|
||||||
picmi
|
picmi
|
||||||
picocom
|
picocom
|
||||||
@@ -3655,6 +3679,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
|
||||||
@@ -3701,7 +3726,6 @@ pypi-blockdiag
|
|||||||
pypi-bokeh
|
pypi-bokeh
|
||||||
pypi-boolean.py
|
pypi-boolean.py
|
||||||
pypi-booleanoperations
|
pypi-booleanoperations
|
||||||
pypi-boto
|
|
||||||
pypi-bowler
|
pypi-bowler
|
||||||
pypi-bracex
|
pypi-bracex
|
||||||
pypi-branca
|
pypi-branca
|
||||||
@@ -3761,7 +3785,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
|
||||||
@@ -3780,19 +3803,18 @@ 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
|
||||||
pypi-deepmerge
|
pypi-deepmerge
|
||||||
pypi-deepspeed
|
pypi-deepspeed
|
||||||
|
pypi-dep_logic
|
||||||
pypi-deprecated
|
pypi-deprecated
|
||||||
pypi-deprecation
|
pypi-deprecation
|
||||||
pypi-devpi_client
|
pypi-devpi_client
|
||||||
@@ -3813,7 +3835,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
|
||||||
@@ -3859,7 +3880,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
|
||||||
@@ -3877,7 +3898,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
|
||||||
@@ -3898,7 +3918,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
|
||||||
@@ -3914,7 +3933,6 @@ 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-gunicorn
|
||||||
pypi-h11
|
pypi-h11
|
||||||
@@ -3922,6 +3940,7 @@ 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
|
||||||
@@ -3945,6 +3964,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
|
||||||
@@ -3968,7 +3988,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
|
||||||
@@ -3997,7 +4016,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
|
||||||
@@ -4012,7 +4030,7 @@ 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
|
||||||
@@ -4022,12 +4040,10 @@ 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
|
||||||
pypi-jupyterlab_widgets
|
pypi-jupyterlab_widgets
|
||||||
pypi-jupytext
|
|
||||||
pypi-jxmlease
|
pypi-jxmlease
|
||||||
pypi-kcc
|
pypi-kcc
|
||||||
pypi-kerberos
|
pypi-kerberos
|
||||||
@@ -4044,6 +4060,7 @@ 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-license_expression
|
||||||
@@ -4052,12 +4069,13 @@ pypi-linkchecker
|
|||||||
pypi-linkify_it_py
|
pypi-linkify_it_py
|
||||||
pypi-livereload
|
pypi-livereload
|
||||||
pypi-llfuse
|
pypi-llfuse
|
||||||
|
pypi-locate
|
||||||
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
|
||||||
@@ -4112,7 +4130,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
|
||||||
@@ -4120,14 +4137,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
|
||||||
@@ -4143,8 +4158,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
|
||||||
@@ -4162,7 +4179,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
|
||||||
@@ -4246,7 +4262,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
|
||||||
@@ -4261,11 +4277,11 @@ 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
|
||||||
pypi-pynsist
|
pypi-pynsist
|
||||||
|
pypi-pynvml
|
||||||
pypi-pyomo
|
pypi-pyomo
|
||||||
pypi-pyopengl
|
pypi-pyopengl
|
||||||
pypi-pyopenssl
|
pypi-pyopenssl
|
||||||
@@ -4326,9 +4342,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
|
||||||
@@ -4348,7 +4361,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
|
||||||
@@ -4360,9 +4372,11 @@ 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-referencing
|
||||||
pypi-regex
|
pypi-regex
|
||||||
|
pypi-regress
|
||||||
pypi-reportlab
|
pypi-reportlab
|
||||||
pypi-repoze.lru
|
pypi-repoze.lru
|
||||||
pypi-requests
|
pypi-requests
|
||||||
@@ -4419,15 +4433,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
|
||||||
@@ -4460,6 +4472,7 @@ pypi-sphinx_togglebutton
|
|||||||
pypi-sphinxcontrib.jquery
|
pypi-sphinxcontrib.jquery
|
||||||
pypi-sphinxcontrib_apidoc
|
pypi-sphinxcontrib_apidoc
|
||||||
pypi-sphinxcontrib_applehelp
|
pypi-sphinxcontrib_applehelp
|
||||||
|
pypi-sphinxcontrib_asyncio
|
||||||
pypi-sphinxcontrib_bibtex
|
pypi-sphinxcontrib_bibtex
|
||||||
pypi-sphinxcontrib_blockdiag
|
pypi-sphinxcontrib_blockdiag
|
||||||
pypi-sphinxcontrib_devhelp
|
pypi-sphinxcontrib_devhelp
|
||||||
@@ -4474,7 +4487,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
|
||||||
@@ -4484,7 +4496,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
|
||||||
@@ -4510,7 +4521,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
|
||||||
@@ -4528,6 +4538,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
|
||||||
@@ -4541,6 +4552,7 @@ pypi-types_ipaddress
|
|||||||
pypi-types_jsonschema
|
pypi-types_jsonschema
|
||||||
pypi-types_mock
|
pypi-types_mock
|
||||||
pypi-types_psutil
|
pypi-types_psutil
|
||||||
|
pypi-types_pycurl
|
||||||
pypi-types_pyopenssl
|
pypi-types_pyopenssl
|
||||||
pypi-types_pyrfc3339
|
pypi-types_pyrfc3339
|
||||||
pypi-types_python_dateutil
|
pypi-types_python_dateutil
|
||||||
@@ -4587,6 +4599,7 @@ pypi-vsts_cd_manager
|
|||||||
pypi-waitress
|
pypi-waitress
|
||||||
pypi-warlock
|
pypi-warlock
|
||||||
pypi-watchdog
|
pypi-watchdog
|
||||||
|
pypi-wbdata
|
||||||
pypi-wcmatch
|
pypi-wcmatch
|
||||||
pypi-wcwidth
|
pypi-wcwidth
|
||||||
pypi-webcolors
|
pypi-webcolors
|
||||||
@@ -4599,6 +4612,7 @@ pypi-werkzeug
|
|||||||
pypi-wheel
|
pypi-wheel
|
||||||
pypi-widgetsnbextension
|
pypi-widgetsnbextension
|
||||||
pypi-wikipedia
|
pypi-wikipedia
|
||||||
|
pypi-wordcloud
|
||||||
pypi-wordfreq
|
pypi-wordfreq
|
||||||
pypi-wrapt
|
pypi-wrapt
|
||||||
pypi-wsgiproxy2
|
pypi-wsgiproxy2
|
||||||
@@ -4655,7 +4669,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
|
||||||
@@ -4679,6 +4692,7 @@ pyudev
|
|||||||
qalculate-gtk
|
qalculate-gtk
|
||||||
qatlib
|
qatlib
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
qca
|
||||||
qca-qt5
|
qca-qt5
|
||||||
qcoro
|
qcoro
|
||||||
qemu
|
qemu
|
||||||
@@ -4693,10 +4707,44 @@ qscintilla
|
|||||||
qsstv
|
qsstv
|
||||||
qstylizer
|
qstylizer
|
||||||
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
|
||||||
@@ -4743,6 +4791,7 @@ rapidjson
|
|||||||
raptor2
|
raptor2
|
||||||
rasqal
|
rasqal
|
||||||
rclone
|
rclone
|
||||||
|
rdfind
|
||||||
rdma-core
|
rdma-core
|
||||||
re2
|
re2
|
||||||
re2c
|
re2c
|
||||||
@@ -4752,7 +4801,6 @@ recode
|
|||||||
redis-native
|
redis-native
|
||||||
redis2-nginx-module
|
redis2-nginx-module
|
||||||
redland
|
redland
|
||||||
redshift
|
|
||||||
redsocks
|
redsocks
|
||||||
requests-ntlm
|
requests-ntlm
|
||||||
rest
|
rest
|
||||||
@@ -4823,8 +4871,8 @@ simplescreenrecorder
|
|||||||
sip
|
sip
|
||||||
slang
|
slang
|
||||||
slirp4netns
|
slirp4netns
|
||||||
|
sluice
|
||||||
slurm
|
slurm
|
||||||
smartcols
|
|
||||||
smartmontools
|
smartmontools
|
||||||
smemstat
|
smemstat
|
||||||
snappy
|
snappy
|
||||||
@@ -4852,7 +4900,7 @@ spice-vdagent
|
|||||||
sqlite-autoconf
|
sqlite-autoconf
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
squid
|
squid
|
||||||
sshfs
|
srt
|
||||||
sshpass
|
sshpass
|
||||||
sshuttle
|
sshuttle
|
||||||
ssocr
|
ssocr
|
||||||
@@ -4910,6 +4958,7 @@ tbb
|
|||||||
tcl
|
tcl
|
||||||
tcpdump
|
tcpdump
|
||||||
tdb
|
tdb
|
||||||
|
tecla
|
||||||
telemetrics-client
|
telemetrics-client
|
||||||
telepathy-glib
|
telepathy-glib
|
||||||
telepathy-qt
|
telepathy-qt
|
||||||
@@ -4988,6 +5037,7 @@ vala
|
|||||||
valgrind
|
valgrind
|
||||||
valijson
|
valijson
|
||||||
vbox-integration
|
vbox-integration
|
||||||
|
vid.stab
|
||||||
vifm
|
vifm
|
||||||
vim
|
vim
|
||||||
vim-fugitive
|
vim-fugitive
|
||||||
@@ -5001,7 +5051,6 @@ vkd3d
|
|||||||
vlc
|
vlc
|
||||||
volume_key
|
volume_key
|
||||||
vpnc
|
vpnc
|
||||||
vpp
|
|
||||||
vsqlite
|
vsqlite
|
||||||
vte
|
vte
|
||||||
waffle
|
waffle
|
||||||
@@ -5033,6 +5082,9 @@ wslu
|
|||||||
wxWidgets
|
wxWidgets
|
||||||
x11perf
|
x11perf
|
||||||
x11vnc
|
x11vnc
|
||||||
|
x264
|
||||||
|
x265
|
||||||
|
x86-simd-sort
|
||||||
xapian-core
|
xapian-core
|
||||||
xastir
|
xastir
|
||||||
xauth
|
xauth
|
||||||
@@ -5048,6 +5100,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
|
||||||
@@ -5115,10 +5168,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
|
||||||
@@ -5133,10 +5188,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
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ def update_cargo_sources(name, tag):
|
|||||||
with open('Makefile', encoding='utf8') as mfile:
|
with open('Makefile', encoding='utf8') as mfile:
|
||||||
for line in mfile.readlines():
|
for line in mfile.readlines():
|
||||||
if line.startswith('ARCHIVES'):
|
if line.startswith('ARCHIVES'):
|
||||||
if re.match(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz', line):
|
if re.match(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz', line):
|
||||||
new_archives = re.sub(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz',
|
new_archives = re.sub(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz',
|
||||||
f"{archive_match}-{tag}.tar.xz\n", line)
|
f"{archive_match}-{tag}.tar.xz\n", line)
|
||||||
else:
|
else:
|
||||||
new_archives = f"ARCHIVES = {archive_match}-{tag}.tar.xz ./vendor\n"
|
new_archives = f"ARCHIVES = {archive_match}-{tag}.tar.xz ./vendor\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user