summaryrefslogtreecommitdiff
path: root/dev-python/anyascii/anyascii-0.3.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-19 12:52:31 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-19 13:06:14 +0200
commit6fca14c9a37949d7127d793ee10cefdd9b643752 (patch)
tree377c0a8880d85d858d43a917f8ef461e0332694c /dev-python/anyascii/anyascii-0.3.2.ebuild
parentfd6c8a1c18724b7e3dce43f69dfb48e9b90b1f5a (diff)
downloadgentoo-6fca14c9a37949d7127d793ee10cefdd9b643752.tar.gz
gentoo-6fca14c9a37949d7127d793ee10cefdd9b643752.tar.bz2
gentoo-6fca14c9a37949d7127d793ee10cefdd9b643752.zip
dev-python/anyascii: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/anyascii/anyascii-0.3.2.ebuild')
-rw-r--r--dev-python/anyascii/anyascii-0.3.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/anyascii/anyascii-0.3.2.ebuild b/dev-python/anyascii/anyascii-0.3.2.ebuild
deleted file mode 100644
index e89ebe81da68..000000000000
--- a/dev-python/anyascii/anyascii-0.3.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unicode to ASCII transliteration"
-HOMEPAGE="
- https://github.com/anyascii/anyascii/
- https://pypi.org/project/anyascii/
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-
-distutils_enable_tests pytest