From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1516539-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30ACD158CBB for <garchives@archives.gentoo.org>; Sun, 7 May 2023 20:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363C8E086C; Sun, 7 May 2023 20:29:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22348E086C for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 20:29:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56414340F97 for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 20:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFB8EA66 for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2023 20:29:15 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1683491320.8d519022db69ea742e836db58c5b031b0e2d1dff.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/zxcvbn/Manifest dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild X-VCS-Directories: dev-python/zxcvbn/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 8d519022db69ea742e836db58c5b031b0e2d1dff X-VCS-Branch: dev Date: Sun, 7 May 2023 20:29:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a39fda2f-86fc-4086-86d7-c7c692a119c8 X-Archives-Hash: 9202a5e575e115018b4b687262d93647 commit: 8d519022db69ea742e836db58c5b031b0e2d1dff Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sun May 7 20:28:40 2023 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun May 7 20:28:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d519022 dev-python/zxcvbn: use PYPI eclass Closes: https://bugs.gentoo.org/905762 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/zxcvbn/Manifest | 1 + dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest index 730905722..db06ac5a3 100644 --- a/dev-python/zxcvbn/Manifest +++ b/dev-python/zxcvbn/Manifest @@ -1 +1,2 @@ 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-r1.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild new file mode 100644 index 000000000..8badfcf11 --- /dev/null +++ b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild @@ -0,0 +1,17 @@ +# 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