diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-29 11:07:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-29 11:07:46 +0100 |
commit | 0e256be112095bf91f811c391e09335791bfa99d (patch) | |
tree | 9897e450a11f319b5ceb6f05f870557ac61a167a /dev-python/unidecode | |
parent | dev-python/sphinxcontrib-devhelp: Remove old (diff) | |
download | gentoo-0e256be112095bf91f811c391e09335791bfa99d.tar.gz gentoo-0e256be112095bf91f811c391e09335791bfa99d.tar.bz2 gentoo-0e256be112095bf91f811c391e09335791bfa99d.zip |
dev-python/unidecode: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/Manifest | 1 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-1.3.7.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest index 565622cddafb..70cd22a2d40b 100644 --- a/dev-python/unidecode/Manifest +++ b/dev-python/unidecode/Manifest @@ -1,2 +1 @@ -DIST Unidecode-1.3.7.tar.gz 192647 BLAKE2B bb32b816b9bd3cd8e29c84297a5ff81d60c2865c4b1e7039435e9819c5cd46057f3853d3eaf128ab13444105f81c5451533eac3a38d6181157bc8a30c86234bf SHA512 b4f7c8b40e1c2d05aab4e53b54fd657a3db35ea5feba0f95551ba2ccfd7e5b0da034aec6de11c5e43f23c3a9609f5cbe8e458fe18539ffdf7ef79e039e1b390e DIST Unidecode-1.3.8.tar.gz 192701 BLAKE2B 622b61b89d83070101626775187a666b830399bc86c67367b0793b6626667dc8f4655372c7bc8b61f2433ac927ec7572e5beb104407784dd2f8e20ced9ecf981 SHA512 0c93647b05b3ce041ba0091705630a4d75dfc249b3aa57b1d8bd26d26f1a067af1d0103a0f57ee2ea07224797ce204562e08df92d0fe60e250a16614bf146ece diff --git a/dev-python/unidecode/unidecode-1.3.7.ebuild b/dev-python/unidecode/unidecode-1.3.7.ebuild deleted file mode 100644 index f4f05547075b..000000000000 --- a/dev-python/unidecode/unidecode-1.3.7.ebuild +++ /dev/null @@ -1,20 +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=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Module providing ASCII transliterations of Unicode text" -HOMEPAGE="https://pypi.org/project/Unidecode/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" - -distutils_enable_tests unittest |