Skip to content

Commit

Permalink
Rename dev-python/{python-zstandard → zstandard}
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 21, 2023
1 parent 0d07051 commit 8a4c266
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RDEPEND="
kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
zstd? ( dev-python/python-zstandard[${PYTHON_USEDEP}] )
zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
"

distutils_enable_tests pytest
2 changes: 1 addition & 1 deletion app-admin/eclean-kernel/eclean-kernel-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RDEPEND="
kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
zstd? ( dev-python/python-zstandard[${PYTHON_USEDEP}] )
zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
"

distutils_enable_tests pytest
3 changes: 0 additions & 3 deletions dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ BDEPEND="
)
"

distutils_enable_sphinx docs \
dev-python/sphinxcontrib-github-alt \
dev-python/sphinx-rtd-theme
distutils_enable_tests pytest
4 changes: 2 additions & 2 deletions dev-python/kafka-python/kafka-python-2.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BDEPEND="
dev-python/lz4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/python-snappy[${PYTHON_USEDEP}]
)"

Expand All @@ -40,5 +40,5 @@ python_test() {
pkg_postinst() {
optfeature "LZ4 compression/decompression support" dev-python/lz4
optfeature "Snappy compression support" dev-python/python-snappy
optfeature "ZSTD compression/decompression support" dev-python/python-zstandard
optfeature "ZSTD compression/decompression support" dev-python/zstandard
}
4 changes: 2 additions & 2 deletions dev-python/kombu/kombu-5.3.0_beta2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BDEPEND="
>=dev-python/pymongo-4.1.1[${PYTHON_USEDEP}]
dev-python/Pyro4[${PYTHON_USEDEP}]
dev-python/pytest-freezegun[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/redis-4.2.2[${PYTHON_USEDEP}]
Expand Down Expand Up @@ -90,5 +90,5 @@ pkg_postinst() {
optfeature "yaml backend" dev-python/pyyaml
optfeature "MessagePack (de)serializer for Python" dev-python/msgpack
optfeature "brotli compression" "app-arch/brotli[python]"
optfeature "zstd compression" dev-python/python-zstandard
optfeature "zstd compression" dev-python/zstandard
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev-python/zstd/zstd-1.5.2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
!<dev-python/python-zstandard-0.15.2-r1[${PYTHON_USEDEP}]
!<dev-python/zstandard-0.15.2-r1[${PYTHON_USEDEP}]
"

distutils_enable_tests unittest
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/mercurial/mercurial-5.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ IUSE="+chg emacs gpg test tk rust"
BDEPEND="rust? ( ${RUST_DEPEND} )"
RDEPEND="
app-misc/ca-certificates
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
gpg? ( app-crypt/gnupg )
tk? ( dev-lang/tk )"

Expand Down
2 changes: 1 addition & 1 deletion media-gfx/blender/blender-3.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
')
media-libs/freetype:=[brotli]
Expand Down
2 changes: 1 addition & 1 deletion media-gfx/blender/blender-3.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
')
media-libs/freetype:=[brotli]
Expand Down
4 changes: 2 additions & 2 deletions media-gfx/blender/blender-3.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -50,7 +50,7 @@ RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
')
media-libs/freetype:=[brotli]
Expand Down
2 changes: 1 addition & 1 deletion media-gfx/blender/blender-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
')
media-libs/freetype:=[brotli]
Expand Down
2 changes: 1 addition & 1 deletion net-analyzer/scapy/scapy-2.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
)
"

Expand Down
4 changes: 2 additions & 2 deletions net-proxy/mitmproxy/mitmproxy-8.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -35,7 +35,7 @@ RDEPEND="
>=dev-python/pyopenssl-22.0[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
>=dev-python/pyperclip-1.6.0[${PYTHON_USEDEP}]
>=dev-python/python-zstandard-0.11.0[${PYTHON_USEDEP}]
>=dev-python/zstandard-0.11.0[${PYTHON_USEDEP}]
>=dev-python/ruamel-yaml-0.16[${PYTHON_USEDEP}]
>=dev-python/sortedcontainers-2.3.0[${PYTHON_USEDEP}]
>=dev-python/tornado-6.1[${PYTHON_USEDEP}]
Expand Down
4 changes: 2 additions & 2 deletions net-proxy/mitmproxy/mitmproxy-9.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -35,7 +35,7 @@ RDEPEND="
>=dev-python/pyopenssl-22.1[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
>=dev-python/pyperclip-1.6.0[${PYTHON_USEDEP}]
>=dev-python/python-zstandard-0.11.0[${PYTHON_USEDEP}]
>=dev-python/zstandard-0.11.0[${PYTHON_USEDEP}]
>=dev-python/ruamel-yaml-0.16[${PYTHON_USEDEP}]
>=dev-python/sortedcontainers-2.3.0[${PYTHON_USEDEP}]
>=dev-python/tornado-6.1[${PYTHON_USEDEP}]
Expand Down
1 change: 1 addition & 0 deletions profiles/updates/1Q-2023
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ move dev-python/keystoneauth dev-python/keystoneauth1
move dev-python/jupyter_server_fileid dev-python/jupyter-server-fileid
move dev-python/python-xmlsec dev-python/xmlsec
move dev-python/github3 dev-python/github3-py
move dev-python/python-zstandard dev-python/zstandard
1 change: 0 additions & 1 deletion profiles/updates/4Q-2022
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ move x11-libs/libva-intel-driver media-libs/libva-intel-driver
move x11-libs/libva-intel-media-driver media-libs/libva-intel-media-driver
move x11-libs/intel-hybrid-codec-driver media-libs/intel-hybrid-codec-driver
move dev-python/swagger-spec-validator dev-python/swagger_spec_validator
move dev-python/zstandard dev-python/python-zstandard
move dev-python/retworkx dev-python/rustworkx
move dev-python/libsass dev-python/libsass-python
move dev-lang/open-cobol dev-lang/gnucobol
Expand Down

0 comments on commit 8a4c266

Please sign in to comment.