Python updates

This commit is contained in:
Torsten Kurbad
2026-09-04 21:40:26 +02:00
parent 0d2edf617d
commit ab662b55f5
5 changed files with 139 additions and 139 deletions
+21
View File
@@ -0,0 +1,21 @@
# Copyright 2024 Kirixetamine <revelation@krxt.dev>
# Distributed under the terms of the ISC License
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="A realistic password strength estimator"
HOMEPAGE="
https://github.com/dwolfhub/zxcvbn-python/
https://pypi.org/project/zxcvbn/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"