diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-28 18:56:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-28 18:56:57 +0300 |
commit | c29adcbdc449886d0f448ce551132725c7a20b83 (patch) | |
tree | 21e79ae13c6cc1bda1a5c97e83424fbf9143e16a /dev-python | |
parent | dev-python/pydantic: Stabilize 1.10.7 arm, #905236 (diff) | |
download | gentoo-c29adcbdc449886d0f448ce551132725c7a20b83.tar.gz gentoo-c29adcbdc449886d0f448ce551132725c7a20b83.tar.bz2 gentoo-c29adcbdc449886d0f448ce551132725c7a20b83.zip |
dev-python/zope-i18nmessageid: drop 5.1.1, 6.0.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zope-i18nmessageid/Manifest | 2 | ||||
-rw-r--r-- | dev-python/zope-i18nmessageid/zope-i18nmessageid-5.1.1.ebuild | 45 | ||||
-rw-r--r-- | dev-python/zope-i18nmessageid/zope-i18nmessageid-6.0.0.ebuild | 45 |
3 files changed, 0 insertions, 92 deletions
diff --git a/dev-python/zope-i18nmessageid/Manifest b/dev-python/zope-i18nmessageid/Manifest index e167ba1f9fc1..8053757aa49b 100644 --- a/dev-python/zope-i18nmessageid/Manifest +++ b/dev-python/zope-i18nmessageid/Manifest @@ -1,3 +1 @@ -DIST zope.i18nmessageid-5.1.1.tar.gz 30589 BLAKE2B aa87ecc7b757c2f3ff877ea908df102477b5f888067a6bf98aab6467adaf7baa713c5b413f528cc0010b4082d03b48d069537dbf223713ed914982eb8f040433 SHA512 4762dc67d4b665ede25eaaeae1458257fef994207a887f128fb5c64685bcde08bc17e24890cf36a14febb57295813c9152f14aeea854493e4197702bb4e3d719 -DIST zope.i18nmessageid-6.0.0.tar.gz 27791 BLAKE2B 3589c46c0405f21e50df3eae1bc3aaabccd88d16cbc696634e31dffa866910965d050aef50534d9a04799d918830e78e8b977162409d7862e72e17eed4740c15 SHA512 415cf30bc571032719e39c4fdf12f3d8e877b975774a87fea22ff0577d83e4b1582c0af9744514b46253ffee04c4599c02803798cef2b514e8111c7eea17e34a DIST zope.i18nmessageid-6.0.1.tar.gz 27797 BLAKE2B bab5af18f9bec8a41b633bcd4081381dbda37b71eef32153e6889ca4b7760503f1ac2c8749b508213629505904e85166ea17d1898a5c50d5bcd55ae4a714c2a6 SHA512 8b50df352e7c53ce88c7adbc0eb1155b198ea0b200b411324819ffd59517a403f0be78746c76a7018e61e6272cdc1be1b623dcab1db28dafa3abf2a714623a4b diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.1.1.ebuild b/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.1.1.ebuild deleted file mode 100644 index 0e68b5c7c893..000000000000 --- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-5.1.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-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_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Zope support for i18nmessageid (tagging source of i18n strings)" -HOMEPAGE=" - https://pypi.org/project/zope.i18nmessageid/ - https://github.com/zopefoundation/zope.i18nmessageid/ -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - !dev-python/namespace-zope -" - -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "s:'setuptools',::" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - distutils_write_namespace zope - eunittest -} diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-6.0.0.ebuild b/dev-python/zope-i18nmessageid/zope-i18nmessageid-6.0.0.ebuild deleted file mode 100644 index d3e13bc75066..000000000000 --- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-6.0.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-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_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Zope support for i18nmessageid (tagging source of i18n strings)" -HOMEPAGE=" - https://pypi.org/project/zope.i18nmessageid/ - https://github.com/zopefoundation/zope.i18nmessageid/ -" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - !dev-python/namespace-zope -" - -distutils_enable_tests unittest - -src_prepare() { - # strip rdep specific to namespaces - sed -i -e "s:'setuptools',::" setup.py || die - distutils-r1_src_prepare -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - distutils_write_namespace zope - eunittest -} |