diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-05 14:27:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-05 14:27:19 +0100 |
commit | 09385d5339935c581aeb17d413ae7f1c679b4210 (patch) | |
tree | 39d7c0dd9c853073360cd1cd693467c20927d977 /dev-python/vine | |
parent | dev-libs/c-blosc2: Bump to 2.11.1 (diff) | |
download | gentoo-09385d5339935c581aeb17d413ae7f1c679b4210.tar.gz gentoo-09385d5339935c581aeb17d413ae7f1c679b4210.tar.bz2 gentoo-09385d5339935c581aeb17d413ae7f1c679b4210.zip |
dev-python/vine: Bump to 5.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vine')
-rw-r--r-- | dev-python/vine/Manifest | 1 | ||||
-rw-r--r-- | dev-python/vine/vine-5.1.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest index d17e446324e9..96437be17a2e 100644 --- a/dev-python/vine/Manifest +++ b/dev-python/vine/Manifest @@ -1 +1,2 @@ DIST vine-5.0.0.tar.gz 48758 BLAKE2B 11f90ceb3d3f0b008551db458e18a41b301b797a2109e011154cc3e6063433c3c917b0aa2cfdd0df8b868a3b459c061e6ed97fd23b9fb8cfdf58f5833e17459a SHA512 ff8f4b3f675220772ed0523e468eedbaec4aca793877b984e9a215603d1288cc3cc71dfeb152219d22f98de0ac7e9f9fa0cc35c2424ff36044cfc8f28192c159 +DIST vine-5.1.0.tar.gz 48980 BLAKE2B e46a85582df4bdb6bddbe37ccc2511b5361cfcdd8210f81fe3064a41cb683e34b5a4e2d0539989246f60332e5fbf4b3dcca6a05e2a20a75af4927fd9bbe4b736 SHA512 899a494d26ce8236ba12451e8da42fad03803df0a9cf69829f650c23c0d4f6232b9246230fd984fa6616edbad8b2c08f0efe95e3692bee756dfc094f14e3432d diff --git a/dev-python/vine/vine-5.1.0.ebuild b/dev-python/vine/vine-5.1.0.ebuild new file mode 100644 index 000000000000..aa8ff6b1313a --- /dev/null +++ b/dev-python/vine/vine-5.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python Promises" +HOMEPAGE=" + https://github.com/celery/vine/ + https://pypi.org/project/vine/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests pytest |