dev-python/zxcvbn: treeclean

Closes: https://bugs.gentoo.org/906183
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-01-03 21:11:07 -05:00
parent eb5d87913f
commit 658840c1b6
3 changed files with 0 additions and 36 deletions

View File

@@ -1 +0,0 @@
DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B 2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537 SHA512 6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<upstream>
<maintainer>
<name>Daniel Wolf</name>
<email>danielrwolf5@gmail.com</email>
</maintainer>
<doc>https://github.com/dwolfhub/zxcvbn-python/blob/master/README.rst</doc>
<bugs-to>https://github.com/dwolfhub/zxcvbn-python/issues</bugs-to>
<remote-id type="github">dwolfhub/zxcvbn-python</remote-id>
<remote-id type="pypi">zxcvbn</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,17 +0,0 @@
# Copyright 2022-2023 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 pypi
DESCRIPTION="Python implementation of Dropbox's realistic password strength estimator"
HOMEPAGE="https://github.com/dwolfhub/zxcvbn-python"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests pytest