Updated flexget and dependencies
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST zxcvbn-4.5.0.tar.gz 411249 BLAKE2B 51f2d3842338feca7d31d1e75265408a8b779d9b876178bf3c20b69dae30cd8db382f43909d49ba8f5b4d60990deb2ff1613dc7ceb12642b28b85bf6300867d5 SHA512 4488cf7d4457e94d291010d7714c068dd43151dd181e410b2d2869e25c1aff3a1b11a752188f7f85f0953192d7c8efb89551d3bab0e8c28c667cd889dade0280
|
||||
EBUILD zxcvbn-4.5.0.ebuild 410 BLAKE2B de4b03cbe81815a0366c2610147200eec9cb2b537f509b0ee56cf1a7d2c780c510366b0540c96bd047acdc9cf38104c12e1e6139ce9ebf2e54a22ae6999cb914 SHA512 2bd7944adf74c0609ab16c376627bb702e2bd70875c120c8c48bd6a0604c64af004d0be7ab8c2eb3a77d7d9008c68222ce90d47709956695e6faa09832523932
|
||||
@@ -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_{6..13} )
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user