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

2023-04-28 Thread Arthur Zamarin
commit: 89fb61b7af62d3af14e473bf1d05bbe8862c01be
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 04:59:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 05:21:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89fb61b7

dev-python/base58: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-a.zu...@gmx.ch
-Andreas Zuber
-  
-  
-keis/base58
-  
+   
+   a.zu...@gmx.ch
+   Andreas Zuber
+   
+   
+   base58
+   keis/base58
+   
 



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

2022-06-06 Thread Florian Schmaus
commit: d70639b9e10217d1d185c318e1fd907b860e236f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  5 20:54:50 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jun  5 20:57:58 2022 +
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  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? (



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

2021-05-25 Thread Haelwenn Monnier
commit: 831fd5553a178d374cb54bd4c9aeb53873a95bd4
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Tue May 25 08:58:34 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 25 10:37:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=831fd555

dev-python/base58: support python 3.9

Signed-off-by: Anna Vyalkova  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



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

2020-10-05 Thread Andrew Ammerlaan
commit: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96
Author: Andreas Zuber  gmx  ch>
AuthorDate: Sun Oct  4 17:59:50 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Oct  4 17:59:50 2020 +
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  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 ..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 ..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 ..e3fbb3b3
--- /dev/null
+++ b/dev-python/base58/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+a.zu...@gmx.ch
+Andreas Zuber
+  
+  
+keis/base58
+  
+