commit: b18a3152f746c30ea9e29aa6dbaf42d0bcbb658a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May 7 20:29:03 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 7 20:29:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b18a3152
dev-python/zxcvbn: drop 4.4.28
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/zxcvbn/Manifest | 1 -
dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
index db06ac5a3..1ec514233 100644
--- a/dev-python/zxcvbn/Manifest
+++ b/dev-python/zxcvbn/Manifest
@@ -1,2 +1 @@
-DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B
e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b
SHA512
be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1
DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B
2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537
SHA512
6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
deleted file mode 100644
index 51a0b6416..000000000
--- a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of Dropbox's realistic password strength
estimator"
-HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
-SRC_URI="https://github.com/dwolfhub/${PN}-python/archive/v${PV}.tar.gz ->
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-python-${PV}"
-
-distutils_enable_tests pytest