summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-30 07:45:45 +0100
committerMichał Górny <mgorny@gentoo.org>2022-10-30 07:49:21 +0100
commit2018f76571ec6c736e0133a9cb0e4e681ca72273 (patch)
treeaa9c0bea215c7e2c7a827bcf9f82dff3aa1564a7 /dev-python/kombu
parentdev-ruby/hoe: add 3.26.0 (diff)
downloadgentoo-2018f76571ec6c736e0133a9cb0e4e681ca72273.tar.gz
gentoo-2018f76571ec6c736e0133a9cb0e4e681ca72273.tar.bz2
gentoo-2018f76571ec6c736e0133a9cb0e4e681ca72273.zip
Move dev-python/{zstandard → python-zstandard}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r--dev-python/kombu/kombu-5.2.4.ebuild4
-rw-r--r--dev-python/kombu/kombu-5.3.0_beta2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/kombu/kombu-5.2.4.ebuild b/dev-python/kombu/kombu-5.2.4.ebuild
index ee3abf177c8a..566a2f02ed3f 100644
--- a/dev-python/kombu/kombu-5.2.4.ebuild
+++ b/dev-python/kombu/kombu-5.2.4.ebuild
@@ -33,11 +33,11 @@ BDEPEND="
dev-python/pycurl[${PYTHON_USEDEP}]
>=dev-python/pymongo-3.3.0[${PYTHON_USEDEP}]
dev-python/Pyro4[${PYTHON_USEDEP}]
+ dev-python/python-zstandard[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.3.11[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
)
"
@@ -76,5 +76,5 @@ pkg_postinst() {
optfeature "Zookeeper backend" dev-python/kazoo
optfeature "MessagePack (de)serializer for Python" dev-python/msgpack
optfeature "brotli compression" "app-arch/brotli[python]"
- optfeature "zstd compression" dev-python/zstandard
+ optfeature "zstd compression" dev-python/python-zstandard
}
diff --git a/dev-python/kombu/kombu-5.3.0_beta2.ebuild b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
index 2da90fe54985..9f7f2d69998c 100644
--- a/dev-python/kombu/kombu-5.3.0_beta2.ebuild
+++ b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
@@ -38,11 +38,11 @@ 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/pytz[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/redis-py-4.2.2[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
)
"
@@ -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/zstandard
+ optfeature "zstd compression" dev-python/python-zstandard
}