commit:     a1bc57338fecfa177e28891f730fcd35081a3236
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 05:15:38 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 05:30:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bc5733

dev-python/deprecated: Bump to 1.2.18

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/deprecated/Manifest                 |  1 +
 dev-python/deprecated/deprecated-1.2.18.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 41ef2cab07ba..ad7219832e9f 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1,2 +1,3 @@
 DIST deprecated-1.2.15.tar.gz 2977612 BLAKE2B 
b12747c874ac94825dd6c8e2004aa31d4b0b5a7b2f6057951963ba24a26d17fead67ce4283755b3740399e7bb7ed49a7b3ad7b081497e58af80c6454280eefd1
 SHA512 
03d5eaa2cb881b5b284f9112d15502522887c3beb91a0e8e2868bfd7b7d8ddf0c947937f3b19dd42c8b512ab1e37dc1012f5e0b5d3d374eb7a8718c4b5f214b8
 DIST deprecated-1.2.17.tar.gz 2928237 BLAKE2B 
c957f7d9f033f8068ad3e5e8bd9c5af36b70ff2845636f6f4c0e53b8b3742aa20917e7e7b41ad74089c21b4db9e221b73ebd332bee9e36b4061e17fdbd3e95ff
 SHA512 
d20cbf83622fcd661370ee9b39c3fb4d9f3f5c56a115515eddffd5687d4f304067822c55bcea775b8fa259281b99820327c8ff3fc0a5877db707b3622db64d8b
+DIST deprecated-1.2.18.tar.gz 2928744 BLAKE2B 
e71acf4851015380abf13865096c2be935e0586c09d88d2ee34b27c98ca462619186a098c4f93cfadd65ff1321e65a76b63b820e642720e646aff10398783bbd
 SHA512 
d19abf2ac19e92666cbcca8a20870ba3e69c6dd724c4e527b9b29cd34c4d91a4f703592f3e3d34dab2ae049d8295ad0cb0b2aa98945b1a81be0d557b4e177639

diff --git a/dev-python/deprecated/deprecated-1.2.18.ebuild 
b/dev-python/deprecated/deprecated-1.2.18.ebuild
new file mode 100644
index 000000000000..7ba5e83ec256
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.18.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="
+       https://github.com/laurent-laporte-pro//deprecated/
+       https://pypi.org/project/Deprecated/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+       dev-python/wrapt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to