public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mnemonic/
@ 2020-08-25  8:41 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-08-25  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c3aa5c81451089e266f567b5af9023d19305f249
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Aug 24 13:06:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Aug 24 13:17:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3aa5c81

dev-python/mnemonic: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/mnemonic/Manifest             |  1 +
 dev-python/mnemonic/metadata.xml         | 11 +++++++++++
 dev-python/mnemonic/mnemonic-0.19.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/mnemonic/Manifest b/dev-python/mnemonic/Manifest
new file mode 100644
index 0000000..1d1bbd0
--- /dev/null
+++ b/dev-python/mnemonic/Manifest
@@ -0,0 +1 @@
+DIST mnemonic-0.19.tar.gz 70481 BLAKE2B dc7d42915da65ede66ea7a3b9b467ebbe1a3e5e3cf6e7c44a273fecc3cc49e3461c6456cb03b6036ac34076c3583158f0c3707cf6f77d68e267388d322b2379e SHA512 4388587d4607d0c110851c1f2f53383f2fa282bd01d93b9770c9c15292a01aea5429c410874855c16e12abe9bcd38a82bbe10d0371fb35f472ad2fe81ff19cb0

diff --git a/dev-python/mnemonic/metadata.xml b/dev-python/mnemonic/metadata.xml
new file mode 100644
index 0000000..b75d394
--- /dev/null
+++ b/dev-python/mnemonic/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">trezor/python-mnemonic</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/mnemonic/mnemonic-0.19.ebuild b/dev-python/mnemonic/mnemonic-0.19.ebuild
new file mode 100644
index 0000000..a22af49
--- /dev/null
+++ b/dev-python/mnemonic/mnemonic-0.19.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Reference implementation of BIP-0039 for generating deterministic keys"
+HOMEPAGE="https://github.com/trezor/python-mnemonic"
+
+MY_PN="python-mnemonic"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/trezor/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+BDEPEND=""
+
+distutils_enable_tests unittest
+
+S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/mnemonic/
@ 2020-09-22 11:13 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-09-22 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e272ace0174025d90e17996ac83f9783f2b9f9d4
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 10:33:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 10:33:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e272ace0

dev-python/mnemonic: python 3.9 support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/mnemonic/mnemonic-0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mnemonic/mnemonic-0.19.ebuild b/dev-python/mnemonic/mnemonic-0.19.ebuild
index a22af499..5e99002c 100644
--- a/dev-python/mnemonic/mnemonic-0.19.ebuild
+++ b/dev-python/mnemonic/mnemonic-0.19.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Reference implementation of BIP-0039 for generating deterministic keys"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-22 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 11:13 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mnemonic/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25  8:41 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox