diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-10 08:27:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-10 08:54:17 +0200 |
commit | 544a37b9996ddec409586fbf5784b4332d6872cd (patch) | |
tree | cdb191c29845a8851ff73f7183df4edfceee215c | |
parent | dev-python/certifi: Remove old (diff) | |
download | gentoo-544a37b9996ddec409586fbf5784b4332d6872cd.tar.gz gentoo-544a37b9996ddec409586fbf5784b4332d6872cd.tar.bz2 gentoo-544a37b9996ddec409586fbf5784b4332d6872cd.zip |
dev-python/Babel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/Babel/Babel-2.9.1.ebuild | 35 | ||||
-rw-r--r-- | dev-python/Babel/Manifest | 1 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/Babel/Babel-2.9.1.ebuild b/dev-python/Babel/Babel-2.9.1.ebuild deleted file mode 100644 index 76244effd2f1..000000000000 --- a/dev-python/Babel/Babel-2.9.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Collection of tools for internationalizing Python applications" -HOMEPAGE="https://babel.pocoo.org/ https://pypi.org/project/Babel/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -RDEPEND="dev-python/pytz[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/backports-zoneinfo[${PYTHON_USEDEP}] - ' python3_{7..8} pypy3)" -BDEPEND="test? ( dev-python/freezegun[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -python_test() { - local -x TZ=UTC - local deselect=() - [[ ${EPYTHON} == pypy3 ]] && deselect+=( - tests/messages/test_extract.py::ExtractPythonTestCase::test_extract_strip_comment_tags - ) - epytest ${deselect[@]/#/--deselect } -} diff --git a/dev-python/Babel/Manifest b/dev-python/Babel/Manifest index ab7204da213c..052c66a72536 100644 --- a/dev-python/Babel/Manifest +++ b/dev-python/Babel/Manifest @@ -1,2 +1 @@ DIST Babel-2.10.1.tar.gz 9342917 BLAKE2B fe9f4cff416a57b4964481afcf9cf154b3d9e2c0c88b2b97786cbede1cb068f9637a2168a819dd94770ce3a5836ee8096b2fe7131d2dff16eb0a31a924b9fae1 SHA512 d6f8876bc47d2ad88277f5a9512abb177518b79d4f477cdba11d1cd1af8fb92bfd033c2c05c7a6c32dbd087a28189288f8ac80f9b654027b3e026a06c4ade127 -DIST Babel-2.9.1.tar.gz 8683505 BLAKE2B e4c6fe7284f03cd9e3e712156d87a520a437316955679f765aa68ca941bf668c544c96598486f3dad1bbb1f1d9a0719ccd527f23a2b1fb0274e453bdba557bd7 SHA512 89a2ce18301b522907bb66ec5453cbcd4c6b2d494d6928c9c62dc07bd8b6983982db571a85e251a1ea413b6f76fbd515f65c67c9bccf5441c62d351a57f2f4d0 |