diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-28 04:46:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-28 04:50:31 +0200 |
commit | 6ac494f544f4ac307041cc9e7091b15a190f0835 (patch) | |
tree | aa2222bd9729c72c8f94b5053892233b51268aa1 /dev-python/deprecated | |
parent | dev-python/asgiref: Bump to 3.7.2 (diff) | |
download | gentoo-6ac494f544f4ac307041cc9e7091b15a190f0835.tar.gz gentoo-6ac494f544f4ac307041cc9e7091b15a190f0835.tar.bz2 gentoo-6ac494f544f4ac307041cc9e7091b15a190f0835.zip |
dev-python/deprecated: Bump to 1.2.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecated')
-rw-r--r-- | dev-python/deprecated/Manifest | 1 | ||||
-rw-r--r-- | dev-python/deprecated/deprecated-1.2.14.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest index cd6a8d61366a..b4411320b4b8 100644 --- a/dev-python/deprecated/Manifest +++ b/dev-python/deprecated/Manifest @@ -1 +1,2 @@ +DIST Deprecated-1.2.14.tar.gz 2974416 BLAKE2B d7994a435f7709a74fde71b1bfe20aaec44813893fd8d9fba70b55938ec2dcb01364a0084e5b161ad84819a6ce258ef28813f7272c9cc48cfc8a2159408b5f29 SHA512 5c2f71fc4c1abb6d4a6913bd9644d47d12f709a0830b2aa3513aa2aa92c13e916c49fcd45a5f38aa29279822a5bb8563c4062e5f3e21bb6c55ca97b7845ee736 DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711 SHA512 c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619 diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild b/dev-python/deprecated/deprecated-1.2.14.ebuild new file mode 100644 index 000000000000..f0f289559634 --- /dev/null +++ b/dev-python/deprecated/deprecated-1.2.14.ebuild @@ -0,0 +1,27 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN^} +PYTHON_COMPAT=( python3_{10..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python @deprecated decorator to deprecate old API" +HOMEPAGE=" + https://github.com/tantale/deprecated/ + https://pypi.org/project/Deprecated/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/wrapt[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |