diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-20 07:13:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-20 07:13:25 +0000 |
| commit | 24ffcd487c2714c9d53cad5f02c3566761e5f891 (patch) | |
| tree | b3b618fc52dd2ed86ab6dad085d8cda221de30b8 /dev-python/attrs | |
| parent | 117d3bbc805e74921f2a1773a52d6f40612d5454 (diff) | |
| download | baldeagleos-repo-24ffcd487c2714c9d53cad5f02c3566761e5f891.tar.gz baldeagleos-repo-24ffcd487c2714c9d53cad5f02c3566761e5f891.tar.xz baldeagleos-repo-24ffcd487c2714c9d53cad5f02c3566761e5f891.zip | |
Adding metadata
Diffstat (limited to 'dev-python/attrs')
| -rw-r--r-- | dev-python/attrs/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/attrs/attrs-26.1.0.ebuild (renamed from dev-python/attrs/attrs-25.3.0.ebuild) | 16 |
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest index db05b715fc3f..2f7663864a0f 100644 --- a/dev-python/attrs/Manifest +++ b/dev-python/attrs/Manifest @@ -1,2 +1,3 @@ -DIST attrs-25.3.0.tar.gz 812032 BLAKE2B a4417e2ccc14a61f1f23cf40bd75c665a081130482484752af46d94d40a6e06679f7adf7d2e8c9b27c8d7ae4bbc1cc835ba0f533d37caa2d7b333ca2158e3d89 SHA512 acf34c38865157c49ba4070b35a162f0eb976ded0a8b8f74afe4c7e7238b8418af6108954cfc92c9721a090505e73ae193225a73a02352ab3bba0d9ace189059 DIST attrs-25.4.0.tar.gz 934251 BLAKE2B 5d3a4ef1c5821ac8998a401239d73ea8e6fa2508b779c2772eca9240375835193b0ed62c40d0502f5f31c6582fc9b4a62d5505236d6ae5c878695bfecd336ba4 SHA512 945ea1766adf7e8c8cc8b8f8c63c3dca652553522cede6a09d479f9919a41d43539819da2fe6fdc0e0b42822e353c7cb04b79fb9cecfd54bde5e301574a82341 +DIST attrs-26.1.0.tar.gz 952055 BLAKE2B d03f39e5c47775e0c19aaf12ba9df4c2765c61d918f8cecd0d2f9107396259c3af90c4a1ba367845e20efd610a5807676f6209e926166a336c65b12097bb08ff SHA512 f9ae9f3a3d313c5f111870d14308fdbb3e2d75a077e76a3b8304d6b9688902c256d7d5b097eaa41e674c29db08c5034e635ee564252096c62f64b6b817f145ae +DIST attrs-26.1.0.tar.gz.provenance 9709 BLAKE2B 7313bb97036329c6f82179291fc9df3e273a0d3e94214be8b21da715795e6ca73fac517aa92ee83c015b15a0af399acd57cb786b9f76a19346bcd3ce51ce3b0b SHA512 fa6631c56b5f5354c470a880d4b6c9c845a4d209643cf057e9eb47951213dc22922e0c5169dcb4f9fc9ae9ecf5b54bfc36f0384c7cc00807c1431903706bb924 diff --git a/dev-python/attrs/attrs-25.3.0.ebuild b/dev-python/attrs/attrs-26.1.0.ebuild index 1f0f3d65f525..b7be7747e20d 100644 --- a/dev-python/attrs/attrs-25.3.0.ebuild +++ b/dev-python/attrs/attrs-26.1.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/python-attrs/attrs PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi @@ -17,7 +18,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" BDEPEND=" >=dev-python/hatchling-1.26.0[${PYTHON_USEDEP}] @@ -25,16 +26,16 @@ BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( $(python_gen_impl_dep sqlite) - dev-python/hypothesis[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/zope-interface[${PYTHON_USEDEP}] - ' python3_{10..13} 'pypy*') $(python_gen_cond_dep ' dev-python/cloudpickle[${PYTHON_USEDEP}] - ' python3_{10..13} pypy3) + ' python3_{11..14}) + $(python_gen_cond_dep ' + dev-python/zope-interface[${PYTHON_USEDEP}] + ' python3_{11..14} pypy3_11) ) " +EPYTEST_PLUGINS=( hypothesis ) distutils_enable_tests pytest python_test() { @@ -49,6 +50,5 @@ python_test() { ;; esac - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest } |
