diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 18:07:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 18:07:07 +0300 |
commit | 2e11060815c0953a781dacb81f4d8970f473d797 (patch) | |
tree | e8273633950cfd14f3c30b915bf2dd048e9560c3 /dev-python/unidecode | |
parent | dev-python/unidecode: Stabilize 1.3.4 ALLARCHES, #838526 (diff) | |
download | gentoo-2e11060815c0953a781dacb81f4d8970f473d797.tar.gz gentoo-2e11060815c0953a781dacb81f4d8970f473d797.tar.bz2 gentoo-2e11060815c0953a781dacb81f4d8970f473d797.zip |
dev-python/unidecode: drop 1.3.3
Signed-off-by: Arthur Zamarin <arthurzam@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.3.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest index f533b374a385..eafec87e347b 100644 --- a/dev-python/unidecode/Manifest +++ b/dev-python/unidecode/Manifest @@ -1,2 +1 @@ -DIST Unidecode-1.3.3.tar.gz 192050 BLAKE2B 74fe777ad25e78357499ed80f3cd9e43ef42d0a08e3b14e4916c57d43e0e296c6852722f84a3fd1c57911f7d97962cbe12043e3b68adad15d785793912ec53ed SHA512 1c42f2530fa68c56ded097a92b580a3b1c223c957711778b81dd92c8543068a76a87379db7fbe4d2dcb6a9a6c2fc2aef28ed950e0c07d411ae2891c00a8ffea7 DIST Unidecode-1.3.4.tar.gz 192346 BLAKE2B 34edea805896022fa42f47929a55ba01850475cb49431c4c50329caa2f198455704224320887ac7dcad5fba3517ab42cafc8ade726e785be0d0141814a5ad455 SHA512 bdbf482abd0d93ea8d891b95aea9f95cca6f85dbe71cd2bef4664216b3aa1d672c2f4ecf3b8bf356cdb1d8e4a1141c296728498473d9d0067d9774d0a7de8d48 diff --git a/dev-python/unidecode/unidecode-1.3.3.ebuild b/dev-python/unidecode/unidecode-1.3.3.ebuild deleted file mode 100644 index b672c007a086..000000000000 --- a/dev-python/unidecode/unidecode-1.3.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -MY_P=Unidecode-${PV} -DESCRIPTION="Module providing ASCII transliterations of Unicode text" -HOMEPAGE="https://pypi.org/project/Unidecode/" -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" - -distutils_enable_tests unittest |