diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-06 06:23:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-06 06:23:06 +0000 |
| commit | 49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc (patch) | |
| tree | 314478f85ee9b4d5fd0ebdb3217443d488afc0da /dev-python/zope-hookable | |
| parent | cba8bd9e2c56b4981613b3f90994a30e697cfc11 (diff) | |
| download | baldeagleos-repo-49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc.tar.gz baldeagleos-repo-49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc.tar.xz baldeagleos-repo-49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/zope-hookable')
| -rw-r--r-- | dev-python/zope-hookable/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/zope-hookable/zope-hookable-5.4.ebuild | 45 | ||||
| -rw-r--r-- | dev-python/zope-hookable/zope-hookable-6.0.ebuild | 2 |
3 files changed, 1 insertions, 47 deletions
diff --git a/dev-python/zope-hookable/Manifest b/dev-python/zope-hookable/Manifest index 4d1b959c0698..6f399c4e3460 100644 --- a/dev-python/zope-hookable/Manifest +++ b/dev-python/zope-hookable/Manifest @@ -1,2 +1 @@ -DIST zope.hookable-5.4.tar.gz 25390 BLAKE2B 6421e21d03cc4f7ab55c327b2b07d26e8873567d8730382bdc51cff8131e452c72b8a8accbda5698b7b63006c923823f1689800d7145601dab0af66def42c705 SHA512 aaa1c15927b19c6785de31171d7856b3e60755965538f923b26bba7048e6816749587b55a4dbbe555822021fc77d8ffd2705c4bbcf79016f4bbdc5c75c8ffdad DIST zope.hookable-6.0.tar.gz 24013 BLAKE2B 808005d0993e22967bc7a73a7b8a26f2263dfc9f3f33d840495a233ea8686a5e700ee46cf0dad8e37aeebb0383ec51b15a4f98323daf4d6bb606fc1ab149f39e SHA512 33d1200a24fc664ed9c7942f71b003704fda21ac42f5acc24611838aa4e8096a27a5da01956ec824105d454a0580480ce8a262c8f5c4f24782ab11416d9fdafd diff --git a/dev-python/zope-hookable/zope-hookable-5.4.ebuild b/dev-python/zope-hookable/zope-hookable-5.4.ebuild deleted file mode 100644 index 124c6c1d165e..000000000000 --- a/dev-python/zope-hookable/zope-hookable-5.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Efficient creation of 'hookable' objects" -HOMEPAGE=" - https://pypi.org/project/zope.hookable/ - https://github.com/zopefoundation/zope.hookable/ -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/zope-testing[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - eunittest -s "${BUILD_DIR}/install$(python_get_sitedir)/zope/hookable/tests" -} diff --git a/dev-python/zope-hookable/zope-hookable-6.0.ebuild b/dev-python/zope-hookable/zope-hookable-6.0.ebuild index 43a4d6330569..124c6c1d165e 100644 --- a/dev-python/zope-hookable/zope-hookable-6.0.ebuild +++ b/dev-python/zope-hookable/zope-hookable-6.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="ZPL" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" BDEPEND=" test? ( |
