[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2022-05-30 Thread Alessandro Barbieri
commit: 6a0984af87ca94f178d9d4182b59e2d72162bfcd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:59:01 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a0984af

dev-python/rstr: add 3.2.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest | 2 +-
 dev-python/rstr/{rstr-3.1.0.ebuild => rstr-3.2.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 3b57c5b99..1950f66ec 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1 +1 @@
-DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 
8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908
 SHA512 
3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216
+DIST rstr-3.2.0.tar.gz 12616 BLAKE2B 
d161fa291421cb56a7a5e05ef627e68b495ad2b3655483f46289780355bd3c312cbf44ad5710b17a1eb4f7e00f3695873f4677738a8d72aa4f2182051fffd182
 SHA512 
4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e

diff --git a/dev-python/rstr/rstr-3.1.0.ebuild 
b/dev-python/rstr/rstr-3.2.0.ebuild
similarity index 89%
rename from dev-python/rstr/rstr-3.1.0.ebuild
rename to dev-python/rstr/rstr-3.2.0.ebuild
index 8d112dacb..8210226aa 100644
--- a/dev-python/rstr/rstr-3.1.0.ebuild
+++ b/dev-python/rstr/rstr-3.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2022-03-27 Thread Alessandro Barbieri
commit: 6e2a082ddadff942856207f067195a06d7109689
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Mar 27 21:50:26 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Mar 27 21:50:26 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e2a082d

dev-python/rstr: drop 3.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest  |  1 -
 dev-python/rstr/rstr-3.0.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 040a1aa8a..3b57c5b99 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1,2 +1 @@
-DIST rstr-3.0.0.tar.gz 11389 BLAKE2B 
8e5283ed2fd478189a1ddb0663069ca4a50b52a928290af171d8e79b6e59659530f45eac282cffe52be150c8d4a75adca35fdc2e5afb5c0025da31ada02fc3c7
 SHA512 
8b9909057f44ffdbfa5a037f9eaf50e506204d846143b54c23c6c83a8589ea5dc7236fa7f987e20b127ef139bef6f47b22239fd961da1f5c5b45606f511cadd8
 DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 
8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908
 SHA512 
3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216

diff --git a/dev-python/rstr/rstr-3.0.0.ebuild 
b/dev-python/rstr/rstr-3.0.0.ebuild
deleted file mode 100644
index c6519bfff..0
--- a/dev-python/rstr/rstr-3.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Easily generate random strings of various types"
-HOMEPAGE="https://pypi.org/project/rstr;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-distutils_enable_tests unittest
-
-python_test() {
-   "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests 
removing failed"
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2022-03-27 Thread Alessandro Barbieri
commit: 1841cd2699bb99e1a76315ee096c5b8af2e3fa1f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Mar 27 21:49:42 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Mar 27 21:49:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1841cd26

dev-python/rstr: disable pypy3

Closes: https://bugs.gentoo.org/835474
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/rstr-3.1.0.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/rstr/rstr-3.1.0.ebuild 
b/dev-python/rstr/rstr-3.1.0.ebuild
index 843c74e97..8d112dacb 100644
--- a/dev-python/rstr/rstr-3.1.0.ebuild
+++ b/dev-python/rstr/rstr-3.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474
 
 inherit distutils-r1
 
@@ -21,10 +21,6 @@ KEYWORDS="~amd64"
 
 distutils_enable_tests unittest
 
-python_test() {
-   "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed 
with ${EPYTHON}"
-}
-
 python_install_all() {
distutils-r1_python_install_all
find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests 
removing failed"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2022-03-13 Thread Alessandro Barbieri
commit: 753037dda3d9136a0077c7440afa2dd6fd398966
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:16:01 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=753037dd

dev-python/rstr: add 3.1.0, drop 2.2.6

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest | 2 +-
 dev-python/rstr/{rstr-2.2.6.ebuild => rstr-3.1.0.ebuild} | 8 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 6ae33ee17..040a1aa8a 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1,2 +1,2 @@
-DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 
115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b
 SHA512 
ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976
 DIST rstr-3.0.0.tar.gz 11389 BLAKE2B 
8e5283ed2fd478189a1ddb0663069ca4a50b52a928290af171d8e79b6e59659530f45eac282cffe52be150c8d4a75adca35fdc2e5afb5c0025da31ada02fc3c7
 SHA512 
8b9909057f44ffdbfa5a037f9eaf50e506204d846143b54c23c6c83a8589ea5dc7236fa7f987e20b127ef139bef6f47b22239fd961da1f5c5b45606f511cadd8
+DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 
8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908
 SHA512 
3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216

diff --git a/dev-python/rstr/rstr-2.2.6.ebuild 
b/dev-python/rstr/rstr-3.1.0.ebuild
similarity index 78%
rename from dev-python/rstr/rstr-2.2.6.ebuild
rename to dev-python/rstr/rstr-3.1.0.ebuild
index af5142c3c..843c74e97 100644
--- a/dev-python/rstr/rstr-2.2.6.ebuild
+++ b/dev-python/rstr/rstr-3.1.0.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Easily generate random strings of various types"
-HOMEPAGE="https://pypi.org/project/rstr;
+HOMEPAGE="
+   https://github.com/leapfrogonline/rstr
+   https://pypi.org/project/rstr/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2021-10-07 Thread Alessandro Barbieri
commit: b090fff1a890f67fd6c216e6e5e229f253ef9895
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Oct  7 09:59:58 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Oct  7 10:22:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b090fff1

dev-python/rstr: build with pyproject

Closes: https://bugs.gentoo.org/816768
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/rstr-3.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rstr/rstr-3.0.0.ebuild 
b/dev-python/rstr/rstr-3.0.0.ebuild
index af5142c3c..c6519bfff 100644
--- a/dev-python/rstr/rstr-3.0.0.ebuild
+++ b/dev-python/rstr/rstr-3.0.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2021-10-04 Thread Alessandro Barbieri
commit: 49ec9d3e7d53819d25c94c4c2267829d9086d0e4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 22:10:34 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Oct  4 22:30:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49ec9d3e

dev-python/rstr: add 3.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest  |  1 +
 dev-python/rstr/rstr-3.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index b5b287942..6ae33ee17 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1 +1,2 @@
 DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 
115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b
 SHA512 
ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976
+DIST rstr-3.0.0.tar.gz 11389 BLAKE2B 
8e5283ed2fd478189a1ddb0663069ca4a50b52a928290af171d8e79b6e59659530f45eac282cffe52be150c8d4a75adca35fdc2e5afb5c0025da31ada02fc3c7
 SHA512 
8b9909057f44ffdbfa5a037f9eaf50e506204d846143b54c23c6c83a8589ea5dc7236fa7f987e20b127ef139bef6f47b22239fd961da1f5c5b45606f511cadd8

diff --git a/dev-python/rstr/rstr-3.0.0.ebuild 
b/dev-python/rstr/rstr-3.0.0.ebuild
new file mode 100644
index 0..af5142c3c
--- /dev/null
+++ b/dev-python/rstr/rstr-3.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily generate random strings of various types"
+HOMEPAGE="https://pypi.org/project/rstr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+   "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests 
removing failed"
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2021-07-03 Thread Alessandro Barbieri
commit: 2b865e2e3fb1823274d930398df04ffbc6bbcfa4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:16:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b865e2e

dev-python/rstr: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest  |  1 +
 dev-python/rstr/metadata.xml  | 17 +
 dev-python/rstr/rstr-2.2.6.ebuild | 27 +++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
new file mode 100644
index 0..b5b287942
--- /dev/null
+++ b/dev-python/rstr/Manifest
@@ -0,0 +1 @@
+DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 
115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b
 SHA512 
ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976

diff --git a/dev-python/rstr/metadata.xml b/dev-python/rstr/metadata.xml
new file mode 100644
index 0..e141e5d73
--- /dev/null
+++ b/dev-python/rstr/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   rstr is a helper module for easily generating random strings
+   of various types. It could be useful for fuzz testing,
+   generating dummy data, or other applications.
+   
+   
+   rstr
+   
+

diff --git a/dev-python/rstr/rstr-2.2.6.ebuild 
b/dev-python/rstr/rstr-2.2.6.ebuild
new file mode 100644
index 0..af5142c3c
--- /dev/null
+++ b/dev-python/rstr/rstr-2.2.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily generate random strings of various types"
+HOMEPAGE="https://pypi.org/project/rstr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+   "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests 
removing failed"
+}