commit:     9ec9119f3f28a05b47a3277db064571a354fe6cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  7 12:04:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  7 12:05:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec9119f

dev-python/atpublic: Bump to 6.0.1

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

 dev-python/atpublic/Manifest              |  1 +
 dev-python/atpublic/atpublic-6.0.1.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index 381d4e1a08d2..3d54e3402095 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1 +1,2 @@
 DIST atpublic-5.1.tar.gz 14670 BLAKE2B 
46a9b0b583504e394d9ff1bf5db63d486a600aeedd7a2a15bb0b84074aaec6087afe9346c545da233af17a895359f23396a73f563a019b1db3ec10248d481b57
 SHA512 
7f15a6852e7a3140376ca15500f0154cb86d7183cf0fd7e847fd7ec52c14c64854d5578b8a78b8fce808886ace54971396d882be08c6932a62acbb0e0939e306
+DIST atpublic-6.0.1.tar.gz 17520 BLAKE2B 
1849350e3eb0a1c5ea8a5a3190ad5aad2cce6a9199f384697c0d8738bd7d76c63f117b7b82e44532ab01175013f84c1074b983d5293264e390e4f05d53f60312
 SHA512 
7bfe1ac7663ac069c075d729cce0005e66406c3eba763f47b9d3c38cd28d8bd7ecf12666718e92a810cc3f76cd7a8e8bdcfbc4ab95522b5898089959dce84678

diff --git a/dev-python/atpublic/atpublic-6.0.1.ebuild 
b/dev-python/atpublic/atpublic-6.0.1.ebuild
new file mode 100644
index 000000000000..400b964b2576
--- /dev/null
+++ b/dev-python/atpublic/atpublic-6.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A decorator to populate __all__ and the module globals"
+HOMEPAGE="
+       https://gitlab.com/warsaw/public/
+       https://pypi.org/project/atpublic/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+       $(python_gen_cond_dep '
+               >=dev-python/importlib-resources-5.10[${PYTHON_USEDEP}]
+       ' 3.10 3.11)
+"
+BDEPEND="
+       test? (
+               dev-python/sybil[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to