* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/
@ 2022-12-23 20:22 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2022-12-23 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 213917e0c8455bfd0fa9eac8f57581671b8ab7ea
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Dec 23 20:21:47 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Dec 23 20:21:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=213917e0
dev-python/zxcvbn: new package, add 4.4.28
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/zxcvbn/Manifest | 1 +
dev-python/zxcvbn/metadata.xml | 18 ++++++++++++++++++
dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | 23 +++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
new file mode 100644
index 000000000..730905722
--- /dev/null
+++ b/dev-python/zxcvbn/Manifest
@@ -0,0 +1 @@
+DIST zxcvbn-4.4.28.gh.tar.gz 9392042 BLAKE2B e3baf57df00819243f9588c8203598b14b9f03e0a232d53152584b3b74872baef7050fdf8f11f25e8a8776e2e4a7a0af15c9045f07700fe686c6cb021f794f2b SHA512 be85f976dcf685e2885edff116147cc4549f9c86dee4317b61b84dc4f36ab2c8c2f3468d5d1a55e8890693c852a09104b14360f9ce43feb3727f8fc164eb78f1
diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml
new file mode 100644
index 000000000..d0c1ac233
--- /dev/null
+++ b/dev-python/zxcvbn/metadata.xml
@@ -0,0 +1,18 @@
+<?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>
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
new file mode 100644
index 000000000..600d03249
--- /dev/null
+++ b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/
@ 2023-05-07 20:29 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2023-05-07 20:29 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/
@ 2023-05-07 20:29 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2023-05-07 20:29 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/
@ 2024-01-04 2:21 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-01-04 2:21 UTC (permalink / raw
To: gentoo-commits
commit: 658840c1b68fc782b1154dd549850ed1989cd632
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jan 4 02:11:07 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Jan 4 02:12:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=658840c1
dev-python/zxcvbn: treeclean
Closes: https://bugs.gentoo.org/906183
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/zxcvbn/Manifest | 1 -
dev-python/zxcvbn/metadata.xml | 18 ------------------
dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild | 17 -----------------
3 files changed, 36 deletions(-)
diff --git a/dev-python/zxcvbn/Manifest b/dev-python/zxcvbn/Manifest
deleted file mode 100644
index 1ec5142336..0000000000
--- a/dev-python/zxcvbn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zxcvbn-4.4.28.tar.gz 407871 BLAKE2B 2fa3a8fbcb291ce6bbb1c5a61d12f5797c7977239c0ed641f59e22cda3a33274aa56c607d4fee661a90449b7489d7246431e4b6bfee0c939164cb9c83f239537 SHA512 6ed12b555442b4ee30662c90f38c90988833545310acce45e68a0aa2fc6297729da500ae0f578a1a266e85c09522eb3287c38d92bcfc1017f852ee76bf92c606
diff --git a/dev-python/zxcvbn/metadata.xml b/dev-python/zxcvbn/metadata.xml
deleted file mode 100644
index d0c1ac2336..0000000000
--- a/dev-python/zxcvbn/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
deleted file mode 100644
index 8badfcf11f..0000000000
--- a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild
+++ /dev/null
@@ -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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-04 2:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04 2:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zxcvbn/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2023-05-07 20:29 Julien Roy
2023-05-07 20:29 Julien Roy
2022-12-23 20:22 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox