* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2020-10-04 18:53 Andreas Zuber
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Zuber @ 2020-10-04 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Sun Oct 4 17:59:50 2020 +0000
Commit: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
CommitDate: Sun Oct 4 17:59:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57de211b
dev-python/base58: new package
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
dev-python/base58/Manifest | 1 +
dev-python/base58/base58-2.0.1.ebuild | 22 ++++++++++++++++++++++
dev-python/base58/metadata.xml | 11 +++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/base58/Manifest b/dev-python/base58/Manifest
new file mode 100644
index 00000000..93ef5e1d
--- /dev/null
+++ b/dev-python/base58/Manifest
@@ -0,0 +1 @@
+DIST base58-2.0.1.tar.gz 4960 BLAKE2B bccda786945a77001a90754590137dbd10ab5bd8997cc02334e269e86508f008f8030d36d63472b7ce01bb2e79bf3ab7c0110a202f8c308ff9bab941946dfba2 SHA512 c438b424cec785091189c6c93f4edfcb5fc2d1a4ed7614ce457c4ef686f1f9d9f3a08a268f1590e72b4ea918569cf0eef4c0d3301166e2542b9563d8bf2adf36
diff --git a/dev-python/base58/base58-2.0.1.ebuild b/dev-python/base58/base58-2.0.1.ebuild
new file mode 100644
index 00000000..18eb08f8
--- /dev/null
+++ b/dev-python/base58/base58-2.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Base58 and Base58Check implementation"
+HOMEPAGE="https://github.com/keis/base58"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )"
+BDEPEND=""
+
+distutils_enable_tests pytest
diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml
new file mode 100644
index 00000000..e3fbb3b3
--- /dev/null
+++ b/dev-python/base58/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>a.zuber@gmx.ch</email>
+ <name>Andreas Zuber</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">keis/base58</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
2020-10-06 9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-10-06 9:10 ` Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-10-06 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 1161f1de073b99fa9f7b1493f13c83728e2a085f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Oct 6 09:03:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Oct 6 09:03:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1161f1de
dev-python/base58: move test deps to BDEPEND
makes repoman happy, besides test deps
are only needed at build time anyway
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/base58/base58-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/base58/base58-2.0.1.ebuild b/dev-python/base58/base58-2.0.1.ebuild
index 18eb08f8..18bb05a9 100644
--- a/dev-python/base58/base58-2.0.1.ebuild
+++ b/dev-python/base58/base58-2.0.1.ebuild
@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )"
-BDEPEND=""
+RDEPEND=""
+BDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2021-05-25 10:37 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2021-05-25 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 831fd5553a178d374cb54bd4c9aeb53873a95bd4
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 25 08:58:34 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 25 10:37:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=831fd555
dev-python/base58: support python 3.9
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/base58/base58-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/base58/base58-2.1.0.ebuild b/dev-python/base58/base58-2.1.0.ebuild
index af411eb8e..c629e7932 100644
--- a/dev-python/base58/base58-2.1.0.ebuild
+++ b/dev-python/base58/base58-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2022-05-31 7:27 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-05-31 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 52fd7e6286063a0c836a990b04a03d801be75181
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 31 07:21:12 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 31 07:26:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52fd7e62
dev-python/base58: add 2.1.1, drop 2.1.0
Closes: https://bugs.gentoo.org/848132
Closes: https://bugs.gentoo.org/816117
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/base58/Manifest | 2 +-
dev-python/base58/{base58-2.1.0.ebuild => base58-2.1.1.ebuild} | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-python/base58/Manifest b/dev-python/base58/Manifest
index db3fd16b5..1e93990c3 100644
--- a/dev-python/base58/Manifest
+++ b/dev-python/base58/Manifest
@@ -1 +1 @@
-DIST base58-2.1.0.tar.gz 6351 BLAKE2B 0ec76670a5257cc9ff855f0cee359932ba8a25733bdf034e98a41c9cd42a30d89765c399b0e4ef211ed90be23eb41bd790c3d8bae283c35afc36a0c9f8416788 SHA512 1912d01eed30d923fecef72f643f1a1e9954c80505805ef5d673e361eb8ee73d5cbb7cdb48599cfa3b28969b79fb4fd9994aea21dc7a9779a1bb21d729dc058c
+DIST base58-2.1.1.tar.gz 6528 BLAKE2B 7ef740243fed7e2f39d3e6f1abe4782c0877415f7f8edbeba419e0ccf4ac7c6e0f6425f419a883df7f040abede7b88071c5d34f95b8e5f26d572cfda39b3af31 SHA512 b62620cf19716a70acaef1d2361f11e4188661935b1c349a73e8f0757b7643807a0e0ff2f98c7a672fd24d8d5301352998b86953583e690fb687c66929632a54
diff --git a/dev-python/base58/base58-2.1.0.ebuild b/dev-python/base58/base58-2.1.1.ebuild
similarity index 86%
rename from dev-python/base58/base58-2.1.0.ebuild
rename to dev-python/base58/base58-2.1.1.ebuild
index 0fcbbdf9b..601a89b37 100644
--- a/dev-python/base58/base58-2.1.0.ebuild
+++ b/dev-python/base58/base58-2.1.1.ebuild
@@ -1,11 +1,9 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Base58 and Base58Check implementation"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2022-06-05 20:58 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2022-06-05 20:58 UTC (permalink / raw
To: gentoo-commits
commit: d70639b9e10217d1d185c318e1fd907b860e236f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun 5 20:54:50 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jun 5 20:57:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d70639b9
dev-python/base58: unkeyword 2.1.1 for ~x86
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/base58/base58-2.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/base58/base58-2.1.1.ebuild b/dev-python/base58/base58-2.1.1.ebuild
index 601a89b37..829c596ae 100644
--- a/dev-python/base58/base58-2.1.1.ebuild
+++ b/dev-python/base58/base58-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2023-04-28 7:06 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-04-28 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 89fb61b7af62d3af14e473bf1d05bbe8862c01be
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 28 04:59:16 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Apr 28 05:21:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89fb61b7
dev-python/base58: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../{base58-2.1.1.ebuild => base58-2.1.1-r1.ebuild} | 10 +++++++---
dev-python/base58/metadata.xml | 15 ++++++++-------
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/dev-python/base58/base58-2.1.1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild
similarity index 65%
rename from dev-python/base58/base58-2.1.1.ebuild
rename to dev-python/base58/base58-2.1.1-r1.ebuild
index 492305f25..6e7a3510f 100644
--- a/dev-python/base58/base58-2.1.1.ebuild
+++ b/dev-python/base58/base58-2.1.1-r1.ebuild
@@ -1,13 +1,17 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Base58 and Base58Check implementation"
-HOMEPAGE="https://github.com/keis/base58"
+HOMEPAGE="
+ https://pypi.org/project/base58/
+ https://github.com/keis/base58
+"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml
index d57691944..eb56a913c 100644
--- a/dev-python/base58/metadata.xml
+++ b/dev-python/base58/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>a.zuber@gmx.ch</email>
- <name>Andreas Zuber</name>
- </maintainer>
- <upstream>
- <remote-id type="github">keis/base58</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>a.zuber@gmx.ch</email>
+ <name>Andreas Zuber</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">base58</remote-id>
+ <remote-id type="github">keis/base58</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2023-04-28 18:20 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2023-04-28 18:20 UTC (permalink / raw
To: gentoo-commits
commit: cf16f3de7532aa8f3e8013779279b559e008fa52
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 28 17:41:16 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Apr 28 18:20:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf16f3de
dev-python/base58: disable benchmark tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/base58/base58-2.1.1-r1.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild
index 6e7a3510f..8a1bc3939 100644
--- a/dev-python/base58/base58-2.1.1-r1.ebuild
+++ b/dev-python/base58/base58-2.1.1-r1.ebuild
@@ -18,10 +18,13 @@ SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
- test? (
- dev-python/pyhamcrest[${PYTHON_USEDEP}]
- dev-python/pytest-benchmark[${PYTHON_USEDEP}]
- )
+ test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )
"
+EPYTEST_DESELECT=(
+ # need pytest-benchmark
+ test_base58.py::test_encode_random
+ test_base58.py::test_decode_random
+)
+
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/
@ 2024-04-13 17:09 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-04-13 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 5f561f127a0b0c574d44507cce068f12f18ac83a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:22:48 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 17:09:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f561f12
dev-python/base58: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/base58/base58-2.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild
index 5ba205fa5d..3a4300bafd 100644
--- a/dev-python/base58/base58-2.1.1-r1.ebuild
+++ b/dev-python/base58/base58-2.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-13 17:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-25 10:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 17:09 Julien Roy
2023-04-28 18:20 Anna Vyalkova
2023-04-28 7:06 Anna Vyalkova
2022-06-05 20:58 Alessandro Barbieri
2022-05-31 7:27 Anna Vyalkova
2020-10-06 9:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-06 9:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-04 18:53 Andreas Zuber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox