mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ce6661a3 | |||
| aba3ecef75 | |||
| bf40bb0056 | |||
| 8e349a2441 | |||
| c9a3ea50df | |||
| 1e4b77528c | |||
| e5fe3a6a3d | |||
| 27cb95023f | |||
| 4402706e5b | |||
| 046035907a | |||
| 43a3640492 | |||
| 30efe3f2e6 | |||
| 41bc67d5c3 | |||
| 791e62166b | |||
| 184466de12 | |||
| f62255e8c3 | |||
| 2d1a67d3b0 | |||
| 65c7cc8db6 | |||
| 5c7f52dc15 | |||
| 6d165ea0dd | |||
| c4ce7408a7 |
+6
-6
@@ -31,11 +31,13 @@ $(proj_PKGS):
|
||||
@proj=$(patsubst proj_%,%,$@); \
|
||||
[ -d projects/$$proj ] || ( \
|
||||
echo "Checking out: projects/$$proj"; \
|
||||
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
|
||||
cd projects/$$proj; \
|
||||
if [ "$$proj" = "autospec" ] ; then \
|
||||
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
|
||||
git clone https://github.com/clearlinux/autospec.git projects/autospec; \
|
||||
else \
|
||||
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
|
||||
fi; \
|
||||
cd projects/$$proj; \
|
||||
if [ "$$proj" != "autospec" ] ; then \
|
||||
$(call gitoliteurl,projects/$$proj); \
|
||||
fi; \
|
||||
$(call subjectprefix,$$proj); \
|
||||
@@ -76,9 +78,7 @@ ${PULL_PKGS}:
|
||||
fi ; \
|
||||
git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit $$O..$$N; echo; \
|
||||
fi ; \
|
||||
if [ "$$p" = "projects/autospec" ] ; then \
|
||||
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
|
||||
else \
|
||||
if [ "$$p" != "projects/autospec" ] ; then \
|
||||
$(call gitoliteurl,$$p); \
|
||||
fi ; \
|
||||
else \
|
||||
|
||||
@@ -4,6 +4,7 @@ Botan
|
||||
CGAL
|
||||
CGNS
|
||||
CUnit
|
||||
CacheControl
|
||||
Cheetah3
|
||||
CherryPy
|
||||
Coin
|
||||
@@ -16,7 +17,6 @@ DML
|
||||
Django
|
||||
F-Engrave
|
||||
Flask
|
||||
FreeCAD
|
||||
FreeRDP
|
||||
GConf
|
||||
GitPython
|
||||
@@ -28,9 +28,6 @@ Imath
|
||||
JAGS
|
||||
Jinja2
|
||||
Judy
|
||||
Keras
|
||||
Keras_Applications
|
||||
Keras_Preprocessing
|
||||
LPCNet
|
||||
LS_COLORS
|
||||
LVM2
|
||||
@@ -222,6 +219,7 @@ R-XML
|
||||
R-abind
|
||||
R-acepack
|
||||
R-actuar
|
||||
R-ada
|
||||
R-ade4
|
||||
R-adegenet
|
||||
R-adegraphics
|
||||
@@ -236,6 +234,7 @@ R-ape
|
||||
R-argparse
|
||||
R-arm
|
||||
R-arsenal
|
||||
R-arules
|
||||
R-ash
|
||||
R-askpass
|
||||
R-assertthat
|
||||
@@ -468,6 +467,7 @@ R-geojson
|
||||
R-geometry
|
||||
R-gert
|
||||
R-getopt
|
||||
R-ggfortify
|
||||
R-ggjoy
|
||||
R-ggplot2
|
||||
R-ggplot2movies
|
||||
@@ -647,6 +647,7 @@ R-mvtnorm
|
||||
R-natserv
|
||||
R-ncbit
|
||||
R-ncdf4
|
||||
R-neighbr
|
||||
R-network
|
||||
R-neuralnet
|
||||
R-nleqslv
|
||||
@@ -687,6 +688,7 @@ R-pdfCluster
|
||||
R-pdftools
|
||||
R-pdp
|
||||
R-permute
|
||||
R-perry
|
||||
R-phangorn
|
||||
R-pheatmap
|
||||
R-phylobase
|
||||
@@ -818,6 +820,7 @@ R-rngWELL
|
||||
R-rngtools
|
||||
R-robCompositions
|
||||
R-robust
|
||||
R-robustHD
|
||||
R-robustbase
|
||||
R-rootSolve
|
||||
R-rotl
|
||||
@@ -929,6 +932,7 @@ R-testit
|
||||
R-testthat
|
||||
R-texreg
|
||||
R-textshaping
|
||||
R-tfautograph
|
||||
R-tfruns
|
||||
R-themis
|
||||
R-threejs
|
||||
@@ -993,6 +997,7 @@ R-withr
|
||||
R-wk
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xgboost
|
||||
R-xml2
|
||||
R-xmlparsedata
|
||||
R-xopen
|
||||
@@ -1021,6 +1026,7 @@ SDL_net
|
||||
SDL_ttf
|
||||
SFCGAL
|
||||
SFML
|
||||
SPIRV-Cross
|
||||
SPIRV-Headers
|
||||
SPIRV-Tools
|
||||
SQLAlchemy
|
||||
@@ -1065,9 +1071,11 @@ acrn-hypervisor
|
||||
adal
|
||||
ade
|
||||
adwaita-icon-theme
|
||||
aesara
|
||||
aiodns
|
||||
aiohttp
|
||||
aiohttp-cors
|
||||
aiosignal
|
||||
akonadi
|
||||
akonadi-calendar
|
||||
akonadi-calendar-tools
|
||||
@@ -1131,6 +1139,7 @@ asunder
|
||||
asv
|
||||
async-timeout
|
||||
async_generator
|
||||
asynctest
|
||||
at
|
||||
at-spi2-atk
|
||||
at-spi2-core
|
||||
@@ -1157,10 +1166,10 @@ autossh
|
||||
avahi
|
||||
awesome-wm
|
||||
awesomeversion
|
||||
aws-sam-translator
|
||||
awscli
|
||||
axel
|
||||
azure-configs
|
||||
azure-iot-sdk
|
||||
babeltrace
|
||||
babl
|
||||
backcall
|
||||
@@ -1253,6 +1262,7 @@ ca-certs-static
|
||||
cabextract
|
||||
cached-property
|
||||
cachetools
|
||||
cachy
|
||||
cairo
|
||||
cairomm
|
||||
calc
|
||||
@@ -1279,6 +1289,7 @@ cfgv
|
||||
cfitsio
|
||||
cgdb
|
||||
cgit
|
||||
chaospy
|
||||
chardet
|
||||
charset-normalizer
|
||||
check
|
||||
@@ -1293,9 +1304,12 @@ ciso8601
|
||||
clamav
|
||||
clear-config-management
|
||||
clear-font
|
||||
cleo
|
||||
click
|
||||
click-completion
|
||||
click-datetime
|
||||
click-log
|
||||
clikit
|
||||
clinfo
|
||||
cln
|
||||
cloc
|
||||
@@ -1310,6 +1324,7 @@ clr-bundle-screenshots
|
||||
clr-bundles
|
||||
clr-debug-info
|
||||
clr-desktop-defaults
|
||||
clr-elf-replace
|
||||
clr-find-bundle
|
||||
clr-fwupd-hooks
|
||||
clr-hardware-files
|
||||
@@ -1343,6 +1358,7 @@ cni
|
||||
cni-plugins
|
||||
cockpit
|
||||
codec2
|
||||
codecov
|
||||
cogl
|
||||
coinmp
|
||||
collectd
|
||||
@@ -1351,10 +1367,12 @@ colorama
|
||||
colord
|
||||
colord-gtk
|
||||
colordiff
|
||||
colorlog
|
||||
columbiad
|
||||
commonmark
|
||||
compat-atkmm-soname16
|
||||
compat-boost-soname1.73.0
|
||||
compat-boost-soname1.74.0
|
||||
compat-cairomm-soname10
|
||||
compat-curl-gnutls-soname4
|
||||
compat-enchant-soname1
|
||||
@@ -1367,16 +1385,19 @@ compat-libpng-soname12
|
||||
compat-libsigc++-soname20
|
||||
compat-libsoup-soname-24
|
||||
compat-libva-soname1
|
||||
compat-libvpx-soname6
|
||||
compat-lua-52
|
||||
compat-lua-53
|
||||
compat-nettle-soname7
|
||||
compat-pangomm-soname14
|
||||
compat-protobuf-soname23
|
||||
compat-readline-soname5
|
||||
compat-tracker-soname2.0
|
||||
compat-webkitgtk-soname40
|
||||
complete
|
||||
component
|
||||
compute-image-packages
|
||||
comtypes
|
||||
conda
|
||||
configobj
|
||||
confuse
|
||||
@@ -1398,9 +1419,11 @@ coverage
|
||||
cpio
|
||||
cppcheck
|
||||
cppunit
|
||||
cppy
|
||||
cpuid
|
||||
cpuloadgen
|
||||
cracklib
|
||||
crashtest
|
||||
crcmod
|
||||
createrepo_c
|
||||
cri-o
|
||||
@@ -1476,7 +1499,6 @@ django_compressor
|
||||
dkms
|
||||
dlm
|
||||
dlt-daemon
|
||||
dm-tree
|
||||
dmap2gcode
|
||||
dmenu
|
||||
dmidecode
|
||||
@@ -1557,6 +1579,7 @@ evolution
|
||||
evolution-data-server
|
||||
evolution-ews
|
||||
evtest
|
||||
exdir
|
||||
execnet
|
||||
exempi
|
||||
exfat-utils
|
||||
@@ -1564,6 +1587,7 @@ exiv2
|
||||
exo
|
||||
expat
|
||||
expect
|
||||
expecttest
|
||||
extra-cmake-modules
|
||||
extras
|
||||
f2fs-tools
|
||||
@@ -1605,6 +1629,7 @@ flatpak-builder
|
||||
flatten_json
|
||||
fldigi
|
||||
flex
|
||||
flit_core
|
||||
fllog
|
||||
flmsg
|
||||
flnet
|
||||
@@ -1627,6 +1652,7 @@ freetype
|
||||
freezegun
|
||||
fribidi
|
||||
fritzing-app
|
||||
frozenlist
|
||||
fs
|
||||
fsearch
|
||||
fsspec
|
||||
@@ -1634,7 +1660,7 @@ funcparserlib
|
||||
funcsigs
|
||||
fuse
|
||||
fwupd
|
||||
fwupdate
|
||||
fwupd-efi
|
||||
gTTS-token
|
||||
garcon
|
||||
gast
|
||||
@@ -1673,6 +1699,7 @@ gexiv2
|
||||
gfbgraph
|
||||
gflags
|
||||
gftp
|
||||
gh
|
||||
ghc
|
||||
ghostscript
|
||||
giflib
|
||||
@@ -1702,7 +1729,6 @@ glusterfs
|
||||
gmic
|
||||
gmime
|
||||
gmp
|
||||
gmpy2
|
||||
gmqtt
|
||||
gmsh
|
||||
gnome-applets
|
||||
@@ -1794,6 +1820,7 @@ grilo
|
||||
grilo-plugins
|
||||
grisbi
|
||||
groff
|
||||
growpart
|
||||
grpc
|
||||
grpcio
|
||||
grpcio-channelz
|
||||
@@ -1853,7 +1880,6 @@ hicolor-icon-theme
|
||||
hiredis-c
|
||||
home-assistant
|
||||
home-assistant-frontend
|
||||
horovod
|
||||
hostname
|
||||
hpack
|
||||
hplip
|
||||
@@ -1946,6 +1972,7 @@ iputils
|
||||
ipvsadm
|
||||
ipxe
|
||||
ipykernel
|
||||
ipyparallel
|
||||
ipython
|
||||
ipython-sql
|
||||
ipython_genutils
|
||||
@@ -2000,6 +2027,7 @@ jsonpointer
|
||||
jsonschema
|
||||
juk
|
||||
jupyter
|
||||
jupyter-cache
|
||||
jupyter-nbgallery
|
||||
jupyter-notebook-gist
|
||||
jupyter-packaging
|
||||
@@ -2007,11 +2035,15 @@ jupyter_client
|
||||
jupyter_console
|
||||
jupyter_core
|
||||
jupyter_server
|
||||
jupyter_server_mathjax
|
||||
jupyter_sphinx
|
||||
jupyterlab
|
||||
jupyterlab_launcher
|
||||
jupyterlab_pygments
|
||||
jupyterlab_server
|
||||
jupyterlab_widgets
|
||||
jupytext
|
||||
kaccounts-integration
|
||||
kactivities
|
||||
kactivities-stats
|
||||
kactivitymanagerd
|
||||
@@ -2237,6 +2269,7 @@ kyotocabinet
|
||||
ladspa_sdk
|
||||
lark-parser
|
||||
latencytop
|
||||
latexcodec
|
||||
latte-dock
|
||||
layer-shell-qt
|
||||
lazy-object-proxy
|
||||
@@ -2272,6 +2305,8 @@ libXvMC
|
||||
libXxf86dga
|
||||
libabigail
|
||||
libabw
|
||||
libaccounts-glib
|
||||
libaccounts-qt
|
||||
libadwaita
|
||||
libaio
|
||||
libappindicator
|
||||
@@ -2366,6 +2401,7 @@ libinstpatch
|
||||
libiptcdata
|
||||
libiscsi
|
||||
libisofs
|
||||
libjcat
|
||||
libjpeg-turbo
|
||||
libkcapi
|
||||
libkcddb
|
||||
@@ -2513,6 +2549,7 @@ libwnck3
|
||||
libwpd
|
||||
libwpg
|
||||
libwps
|
||||
libxcvt
|
||||
libxdg-basedir
|
||||
libxfce4ui
|
||||
libxfce4util
|
||||
@@ -2552,6 +2589,7 @@ linux-oracle
|
||||
linux-preempt-rt
|
||||
linux-tools
|
||||
linuxptp
|
||||
livereload
|
||||
lksctp-tools
|
||||
lldb
|
||||
llfuse
|
||||
@@ -2614,6 +2652,7 @@ man-pages
|
||||
man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
markdown-it-py
|
||||
matplotlib
|
||||
matplotlib-inline
|
||||
mc
|
||||
@@ -2701,6 +2740,7 @@ mtr
|
||||
multidict
|
||||
multimon-ng
|
||||
multipath-tools
|
||||
multiprocess
|
||||
mumble
|
||||
munge
|
||||
munkres
|
||||
@@ -2713,6 +2753,8 @@ mxnet
|
||||
mypaint-brushes
|
||||
mypy
|
||||
mypy_extensions
|
||||
myst-nb
|
||||
myst-parser
|
||||
mythes
|
||||
nagios-plugins
|
||||
nano
|
||||
@@ -2721,7 +2763,9 @@ nautilus
|
||||
nbclassic
|
||||
nbclient
|
||||
nbconvert
|
||||
nbdime
|
||||
nbformat
|
||||
nbsphinx
|
||||
nbval
|
||||
ncdu
|
||||
ncurses
|
||||
@@ -2742,7 +2786,6 @@ netdata
|
||||
netdisco
|
||||
nethogs
|
||||
netifaces
|
||||
netkit-telnet
|
||||
nettle
|
||||
network-manager-applet
|
||||
networkmanager-qt
|
||||
@@ -2765,7 +2808,6 @@ nim
|
||||
ninja
|
||||
nload
|
||||
nlopt
|
||||
nltk
|
||||
nmap
|
||||
nocasedict
|
||||
nocaselist
|
||||
@@ -2773,6 +2815,7 @@ nodeenv
|
||||
nodejs
|
||||
nose
|
||||
nose-parameterized
|
||||
nose-timer
|
||||
nosexcover
|
||||
not-ffmpeg
|
||||
notebook
|
||||
@@ -2794,6 +2837,7 @@ ntp
|
||||
numactl
|
||||
numatop
|
||||
numlockx
|
||||
numpoly
|
||||
numpy
|
||||
numpy-stl
|
||||
numpydoc
|
||||
@@ -2809,6 +2853,7 @@ octave
|
||||
oiio
|
||||
okteta
|
||||
okular
|
||||
oldest-supported-numpy
|
||||
olefile
|
||||
onig
|
||||
onnx
|
||||
@@ -2880,11 +2925,13 @@ parso
|
||||
partd
|
||||
parted
|
||||
pass
|
||||
pastel
|
||||
patch
|
||||
patchelf
|
||||
patchutils
|
||||
pathlib
|
||||
pathlib2
|
||||
pathos
|
||||
pathspec
|
||||
patsy
|
||||
pavucontrol
|
||||
@@ -3841,6 +3888,8 @@ pmix
|
||||
pngcrush
|
||||
po4a
|
||||
podman
|
||||
poetry
|
||||
poetry-core
|
||||
polkit
|
||||
polkit-kde-agent
|
||||
polkit-qt
|
||||
@@ -3863,8 +3912,10 @@ powerdevil
|
||||
powerline-fonts
|
||||
powerstat
|
||||
powertop
|
||||
pox
|
||||
poxml
|
||||
poyo
|
||||
ppft
|
||||
ppp
|
||||
pre_commit
|
||||
pretend
|
||||
@@ -3903,13 +3954,16 @@ pyasn1
|
||||
pyasn1-modules
|
||||
pyatspi
|
||||
pybind11
|
||||
pybtex
|
||||
pybtex-docutils
|
||||
pycairo
|
||||
pycares
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycollada
|
||||
pycparser
|
||||
pycryptodomex
|
||||
pycurl
|
||||
pydata-sphinx-theme
|
||||
pydocstyle
|
||||
pydot
|
||||
pydot_ng
|
||||
@@ -3919,9 +3973,9 @@ pyelftools
|
||||
pyflakes
|
||||
pygobject
|
||||
pyhs100
|
||||
pylev
|
||||
pylint
|
||||
pyls-black
|
||||
pyls-spyder
|
||||
pynvim
|
||||
pyotherside
|
||||
pyotp
|
||||
@@ -3929,6 +3983,100 @@ pyparsing
|
||||
pyparted
|
||||
pyperclip
|
||||
pyperf
|
||||
pypi-ansible_compat
|
||||
pypi-apacheconfig
|
||||
pypi-argon2_cffi_bindings
|
||||
pypi-awscrt
|
||||
pypi-awxkit
|
||||
pypi-azure_common
|
||||
pypi-azure_core
|
||||
pypi-azure_devops
|
||||
pypi-azure_mgmt_compute
|
||||
pypi-azure_mgmt_core
|
||||
pypi-azure_mgmt_netapp
|
||||
pypi-azure_mgmt_network
|
||||
pypi-azure_mgmt_resource
|
||||
pypi-azure_mgmt_storage
|
||||
pypi-brotli
|
||||
pypi-brotlicffi
|
||||
pypi-cerberus
|
||||
pypi-ciscoisesdk
|
||||
pypi-click_help_colors
|
||||
pypi-configparser
|
||||
pypi-coveralls
|
||||
pypi-cs
|
||||
pypi-cytoolz
|
||||
pypi-datetime
|
||||
pypi-deprecated
|
||||
pypi-diff_cover
|
||||
pypi-enrich
|
||||
pypi-expandvars
|
||||
pypi-fastjsonschema
|
||||
pypi-flit
|
||||
pypi-humanize
|
||||
pypi-ijson
|
||||
pypi-infi.dtypes.iqn
|
||||
pypi-infi.dtypes.wwn
|
||||
pypi-inflect
|
||||
pypi-inspursmsdk
|
||||
pypi-ipaddress
|
||||
pypi-jax
|
||||
pypi-jinja2_pluralize
|
||||
pypi-jpype1
|
||||
pypi-jxmlease
|
||||
pypi-kubernetes
|
||||
pypi-linkify_it_py
|
||||
pypi-mdit_py_plugins
|
||||
pypi-mdurl
|
||||
pypi-molecule
|
||||
pypi-msrestazure
|
||||
pypi-munch
|
||||
pypi-ncclient
|
||||
pypi-netapp_lib
|
||||
pypi-openshift
|
||||
pypi-perl
|
||||
pypi-phabricator
|
||||
pypi-probed
|
||||
pypi-purestorage
|
||||
pypi-purity_fb
|
||||
pypi-pycosat
|
||||
pypi-pycountry
|
||||
pypi-pycryptodome
|
||||
pypi-pyfakefs
|
||||
pypi-pygithub
|
||||
pypi-pynsist
|
||||
pypi-pyprojectx
|
||||
pypi-pypsrp
|
||||
pypi-pysnow
|
||||
pypi-python_string_utils
|
||||
pypi-requests_download
|
||||
pypi-selectors2
|
||||
pypi-selinux
|
||||
pypi-sentinels
|
||||
pypi-sphinx_argparse
|
||||
pypi-sphinxcontrib_plantuml
|
||||
pypi-subprocess_tee
|
||||
pypi-textfsm
|
||||
pypi-tomli_w
|
||||
pypi-ttp
|
||||
pypi-types_cryptography
|
||||
pypi-types_enum34
|
||||
pypi-types_ipaddress
|
||||
pypi-types_mock
|
||||
pypi-types_pyopenssl
|
||||
pypi-types_pyrfc3339
|
||||
pypi-types_python_dateutil
|
||||
pypi-types_pytz
|
||||
pypi-types_requests
|
||||
pypi-types_setuptools
|
||||
pypi-types_six
|
||||
pypi-typing
|
||||
pypi-uc_micro_py
|
||||
pypi-ufolib2
|
||||
pypi-urlobject
|
||||
pypi-yarg
|
||||
pypi-zabbix_api
|
||||
pypi-zopfli
|
||||
pyquery
|
||||
pyreadline
|
||||
pyroma
|
||||
@@ -3943,6 +4091,7 @@ pyroute2.nslink
|
||||
pyrsistent
|
||||
pyserial
|
||||
pyside2-setup
|
||||
pyspnego
|
||||
pysubnettree
|
||||
pytest
|
||||
pytest-asyncio
|
||||
@@ -3961,9 +4110,9 @@ pytest-xdist
|
||||
python
|
||||
python-Levenshtein
|
||||
python-augeas
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dbusmock
|
||||
python-debian
|
||||
python-digitalocean
|
||||
python-distutils-extra
|
||||
python-dotenv
|
||||
@@ -3971,6 +4120,7 @@ python-future
|
||||
python-gflags
|
||||
python-graphviz
|
||||
python-hwinfo
|
||||
python-install
|
||||
python-jsonrpc-server
|
||||
python-kconfiglib
|
||||
python-language-server
|
||||
@@ -3993,8 +4143,10 @@ python-slugify
|
||||
python-subunit
|
||||
python-systemd
|
||||
python-tabulate
|
||||
python-tzdata
|
||||
python-urwid
|
||||
python-utils
|
||||
python-xlib
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python3
|
||||
@@ -4002,6 +4154,7 @@ python37
|
||||
pythran
|
||||
pytorch
|
||||
pytz
|
||||
pytz-deprecation-shim
|
||||
pyu2f
|
||||
pyudev
|
||||
pyusb
|
||||
@@ -4027,6 +4180,7 @@ qstylizer
|
||||
qt-creator
|
||||
qt3d
|
||||
qt5ct
|
||||
qt6base
|
||||
qtbase
|
||||
qtcanvas3d
|
||||
qtcharts
|
||||
@@ -4104,6 +4258,7 @@ resolvelib
|
||||
responses
|
||||
rest
|
||||
restic
|
||||
restructuredtext_lint
|
||||
retry
|
||||
retry_decorator
|
||||
retrying
|
||||
@@ -4114,6 +4269,7 @@ rhythmbox
|
||||
rich
|
||||
rinutils
|
||||
rjsmin
|
||||
rlPyCairo
|
||||
rlwrap
|
||||
rng-tools
|
||||
robin-map
|
||||
@@ -4145,6 +4301,7 @@ rxvt-unicode
|
||||
s2tc
|
||||
s3fs-fuse
|
||||
s3transfer
|
||||
salib
|
||||
salt
|
||||
samba
|
||||
samtools
|
||||
@@ -4172,6 +4329,7 @@ secretstorage
|
||||
sed
|
||||
selenium
|
||||
semantic_version
|
||||
sentry-sdk
|
||||
seqdiag
|
||||
serf
|
||||
serpent
|
||||
@@ -4188,8 +4346,10 @@ shadow
|
||||
shapelib
|
||||
shared-mime-info
|
||||
sharutils
|
||||
shellingham
|
||||
shim
|
||||
siege
|
||||
signond
|
||||
simg-tools
|
||||
simple-scan
|
||||
simplegeneric
|
||||
@@ -4223,10 +4383,19 @@ spdlog
|
||||
spectacle
|
||||
speex
|
||||
speexdsp
|
||||
sphinx-autobuild
|
||||
sphinx-book-theme
|
||||
sphinx-copybutton
|
||||
sphinx-feature-classification
|
||||
sphinx-gallery
|
||||
sphinx-last-updated-by-git
|
||||
sphinx-thebe
|
||||
sphinx-togglebutton
|
||||
sphinx_design
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-apidoc
|
||||
sphinxcontrib-applehelp
|
||||
sphinxcontrib-bibtex
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-devhelp
|
||||
sphinxcontrib-htmlhelp
|
||||
@@ -4237,12 +4406,12 @@ sphinxcontrib-programoutput
|
||||
sphinxcontrib-qthelp
|
||||
sphinxcontrib-seqdiag
|
||||
sphinxcontrib-serializinghtml
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
sphinxcontrib-websupport
|
||||
sphinxcontrib_github_alt
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
spyder-ide
|
||||
spyder-kernels
|
||||
spyrk
|
||||
sqlite-autoconf
|
||||
sqlparse
|
||||
@@ -4315,12 +4484,7 @@ telepathy-glib
|
||||
telepathy-qt
|
||||
templated-dictionary
|
||||
tempora
|
||||
tensorboard
|
||||
tensorflow
|
||||
tensorflow-addons
|
||||
tensorflow-estimator
|
||||
tensorflow-probability
|
||||
tensorflow-serving
|
||||
tenacity
|
||||
tepl
|
||||
termcolor
|
||||
terminado
|
||||
@@ -4390,6 +4554,7 @@ tree-sitter
|
||||
twine
|
||||
typed_ast
|
||||
typeguard
|
||||
types-colorama
|
||||
typing_extensions
|
||||
typing_inspect
|
||||
tzdata
|
||||
@@ -4404,12 +4569,13 @@ uget
|
||||
uhttpmock
|
||||
ujson
|
||||
unbundle
|
||||
uncertainpy
|
||||
unibilium
|
||||
unicodedata2
|
||||
unidiff
|
||||
unifdef
|
||||
unison
|
||||
unit
|
||||
unittest2
|
||||
unixODBC
|
||||
unzip
|
||||
upower
|
||||
@@ -4573,6 +4739,7 @@ xss-lock
|
||||
xterm
|
||||
xtrans
|
||||
xvfb-run
|
||||
xvfbwrapper
|
||||
xwayland
|
||||
xwd
|
||||
xwdrun
|
||||
@@ -4583,11 +4750,13 @@ yakuake
|
||||
yaml
|
||||
yaml-cpp
|
||||
yamlloader
|
||||
yapf
|
||||
yarl
|
||||
yasm
|
||||
yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
yq
|
||||
ytnef
|
||||
zabbix
|
||||
zathura
|
||||
@@ -4621,3 +4790,4 @@ zope.testrunner
|
||||
zopfli
|
||||
zsh
|
||||
zstd
|
||||
zstd-bin
|
||||
|
||||
Reference in New Issue
Block a user