summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-26 15:11:39 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-26 15:11:39 +0100
commit87cfbc1a377fb39073912080caed9fb5d65baa36 (patch)
treea1900dce86a0a1a8e216fedc18ddf5631bc3f6ae
parentdev-python/colorful: Remove old (diff)
downloadgentoo-87cfbc1a377fb39073912080caed9fb5d65baa36.tar.gz
gentoo-87cfbc1a377fb39073912080caed9fb5d65baa36.tar.bz2
gentoo-87cfbc1a377fb39073912080caed9fb5d65baa36.zip
dev-python/confusable-homoglyphs: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/confusable-homoglyphs/Manifest1
-rw-r--r--dev-python/confusable-homoglyphs/confusable-homoglyphs-3.2.0-r2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/confusable-homoglyphs/Manifest b/dev-python/confusable-homoglyphs/Manifest
index c0687835ca3f..9f8ce60e5894 100644
--- a/dev-python/confusable-homoglyphs/Manifest
+++ b/dev-python/confusable-homoglyphs/Manifest
@@ -1,2 +1 @@
-DIST confusable_homoglyphs-3.2.0.tar.gz 161937 BLAKE2B ac2c66317b18dd73868b3cbe3b11162550597547da8ee3df5525362b79bd7f61a19bd7446839dfb477d5c2b27464fc88a120c5c6d496de8b86c9e88aabd8aeb0 SHA512 0a46a5bc94393592f6fa088bbe2f95cc301972c55de08231f3607828fcd3c5cb462514b80013283ef8cd8d76eaa3e14258ac8f3433c9c2cd1a89bcebca8fa7f6
DIST confusable_homoglyphs-3.3.1.tar.gz 325480 BLAKE2B 74a18d442832197cd6371721269ef6389fe2e82e96131656e1ba4d49cb2be9431f715125640c330babe3bce1b2eb34aaf9097a29b6743d2b1c90b5aa53f5dee3 SHA512 c6032479025caa779c79761fc6b34e5b5adab3d784bfe03282b7f5edc7701366ee7897bd4e8a4c264e7a06a59f075ac876bd47fa328accfe981944e70092d40d
diff --git a/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.2.0-r2.ebuild b/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.2.0-r2.ebuild
deleted file mode 100644
index 3a56823cdf16..000000000000
--- a/dev-python/confusable-homoglyphs/confusable-homoglyphs-3.2.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Detect confusable usage of unicode homoglyphs, prevent homograph attacks"
-HOMEPAGE="
- https://github.com/vhf/confusable_homoglyphs/
- https://pypi.org/project/confusable_homoglyphs/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/click[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/versioneer[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # removed outdated bundled version (for py3.12 compat)
- rm versioneer.py || die
- distutils-r1_src_prepare
-}