* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2016-06-06 7:17 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2016-06-06 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 0d68f251903ef9555fded9039a0fe8e58ae89b60
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 07:14:56 2016 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 07:16:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d68f251
dev-python/python-stdnum: version bump to 1.3
Package-Manager: portage-2.2.28
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.3.ebuild | 28 +++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 440a520..0bf296b 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1,3 @@
DIST python-stdnum-0.9.tar.gz 136636 SHA256 c25bbdc6d8fb9d82e4d4d3c72545cff56eb8dd4389162e4ee415c3c7218136e6 SHA512 c9870ad116c2c08b123b7b01cc229a1f9d3f3e15da3ba75bdf5da8bee2a854474f6ddd7464c2d662559fedf272ea13a3549ed79a4636ddc1d733a47ea11ae058 WHIRLPOOL 3e124851b81e9cf8212994a8720b1b4994883d8175198fa1a0ee907dc989e4f5edd28c6e0f71c1a2b0df3987499f05f25405bfaa969e93c47c17fda7c4dc59a1
DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35 SHA512 b066b5cd4b04b70b52850942489f28165a833d2e29fe16eeec9b93e395f19742eaf2edc3cdbb31972e8ffd7ad46b189a186c3ed93bd91ab90e829681f54cf1f4 WHIRLPOOL 79c908885b0d3f89a300511d04f3283fcbaec02938ce763a263f40e6febef62c607ee241cc664bdbfc98176505b58ac69820fea717455bef3f17f5e93dcae8a9
+DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f
diff --git a/dev-python/python-stdnum/python-stdnum-1.3.ebuild b/dev-python/python-stdnum/python-stdnum-1.3.ebuild
new file mode 100644
index 0000000..1ce3022
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( dev-python/suds )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2016-08-06 10:56 Pacho Ramos
0 siblings, 0 replies; 48+ messages in thread
From: Pacho Ramos @ 2016-08-06 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 22d8f4e7a5b425e2f1723779f64b3aac57bc7e6f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 10:55:24 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 10:56:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d8f4e7
dev-python/python-stdnum: Cleanup per bug #151880
Package-Manager: portage-2.3.0
dev-python/python-stdnum/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index 83f7bfa..702a5f5 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>cedk@gentoo.org</email>
- <name>Cédric Krier</name>
- </maintainer>
<longdescription lang="en">
A module to handle standardized numbers and codes
</longdescription>
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2016-08-06 14:31 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2016-08-06 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 2eed71dddef022dbf9b782c8a3531090feeb188a
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 14:30:10 2016 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 14:30:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eed71dd
dev-python/python-stdnum: Version bump
Package-Manager: portage-2.2.28
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/metadata.xml | 18 +++++++++------
dev-python/python-stdnum/python-stdnum-1.4.ebuild | 28 +++++++++++++++++++++++
3 files changed, 40 insertions(+), 7 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 0bf296b..287037d 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,3 +1,4 @@
DIST python-stdnum-0.9.tar.gz 136636 SHA256 c25bbdc6d8fb9d82e4d4d3c72545cff56eb8dd4389162e4ee415c3c7218136e6 SHA512 c9870ad116c2c08b123b7b01cc229a1f9d3f3e15da3ba75bdf5da8bee2a854474f6ddd7464c2d662559fedf272ea13a3549ed79a4636ddc1d733a47ea11ae058 WHIRLPOOL 3e124851b81e9cf8212994a8720b1b4994883d8175198fa1a0ee907dc989e4f5edd28c6e0f71c1a2b0df3987499f05f25405bfaa969e93c47c17fda7c4dc59a1
DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35 SHA512 b066b5cd4b04b70b52850942489f28165a833d2e29fe16eeec9b93e395f19742eaf2edc3cdbb31972e8ffd7ad46b189a186c3ed93bd91ab90e829681f54cf1f4 WHIRLPOOL 79c908885b0d3f89a300511d04f3283fcbaec02938ce763a263f40e6febef62c607ee241cc664bdbfc98176505b58ac69820fea717455bef3f17f5e93dcae8a9
DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f
+DIST python-stdnum-1.4.tar.gz 252850 SHA256 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 SHA512 e00d3dba4840fd8107d4385a474ea66becd017e7508b72e8e61f39572ba429e6eed40c7c54546e46cf355a466f3bf192ef46dc6ff0164bb1cae0b1901ff5dd52 WHIRLPOOL e2bdfb54cc16f58ffdd1efd4b8c58cbe2e7757a00c2ceda82fd3bc8f11692ea755742c587e93bb523eb9f74bab332c8cac151f5217647d6f73ccbc81d71b8e17
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index 702a5f5..60baaf8 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>cedk@gentoo.org</email>
+ <name>Cédric Krier</name>
+ </maintainer>
+ <longdescription lang="en">
A module to handle standardized numbers and codes
</longdescription>
- <use>
- <flag name="vies">Enable VIES</flag>
- </use>
- <upstream>
- <remote-id type="pypi">python-stdnum</remote-id>
- </upstream>
+ <use>
+ <flag name="vies">Enable VIES</flag>
+ </use>
+ <upstream>
+ <remote-id type="pypi">python-stdnum</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/python-stdnum/python-stdnum-1.4.ebuild b/dev-python/python-stdnum/python-stdnum-1.4.ebuild
new file mode 100644
index 0000000..1ce3022
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( dev-python/suds )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2016-11-14 12:48 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2016-11-14 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 3d2db673ac65bc5e265b2bae61795ad8a4541c37
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 12:48:45 2016 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 12:48:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2db673
dev-python/python-stdnum: Version bump
Package-Manager: portage-2.3.0
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.5.ebuild | 28 +++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 287037d..139046c 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -2,3 +2,4 @@ DIST python-stdnum-0.9.tar.gz 136636 SHA256 c25bbdc6d8fb9d82e4d4d3c72545cff56eb8
DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35 SHA512 b066b5cd4b04b70b52850942489f28165a833d2e29fe16eeec9b93e395f19742eaf2edc3cdbb31972e8ffd7ad46b189a186c3ed93bd91ab90e829681f54cf1f4 WHIRLPOOL 79c908885b0d3f89a300511d04f3283fcbaec02938ce763a263f40e6febef62c607ee241cc664bdbfc98176505b58ac69820fea717455bef3f17f5e93dcae8a9
DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f
DIST python-stdnum-1.4.tar.gz 252850 SHA256 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 SHA512 e00d3dba4840fd8107d4385a474ea66becd017e7508b72e8e61f39572ba429e6eed40c7c54546e46cf355a466f3bf192ef46dc6ff0164bb1cae0b1901ff5dd52 WHIRLPOOL e2bdfb54cc16f58ffdd1efd4b8c58cbe2e7757a00c2ceda82fd3bc8f11692ea755742c587e93bb523eb9f74bab332c8cac151f5217647d6f73ccbc81d71b8e17
+DIST python-stdnum-1.5.tar.gz 268416 SHA256 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 WHIRLPOOL 530d5b5b5f9ca3d1d6b0a9c2078d90112180724ec05750be1e5d30990cf1fff067e0342c221bbb52fdfc902ab1efc09adb1ab7fce2833d35368e53ae16de8ec1
diff --git a/dev-python/python-stdnum/python-stdnum-1.5.ebuild b/dev-python/python-stdnum/python-stdnum-1.5.ebuild
new file mode 100644
index 00000000..22e6e81
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( dev-python/suds )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2017-04-14 21:04 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2017-04-14 21:04 UTC (permalink / raw
To: gentoo-commits
commit: e9c18c85213f7d0b04a3ab23d90e14a51797dfb8
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 21:03:49 2017 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 21:03:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c18c85
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.6.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 139046ccf61..7aea73404ee 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -3,3 +3,4 @@ DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712
DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f
DIST python-stdnum-1.4.tar.gz 252850 SHA256 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 SHA512 e00d3dba4840fd8107d4385a474ea66becd017e7508b72e8e61f39572ba429e6eed40c7c54546e46cf355a466f3bf192ef46dc6ff0164bb1cae0b1901ff5dd52 WHIRLPOOL e2bdfb54cc16f58ffdd1efd4b8c58cbe2e7757a00c2ceda82fd3bc8f11692ea755742c587e93bb523eb9f74bab332c8cac151f5217647d6f73ccbc81d71b8e17
DIST python-stdnum-1.5.tar.gz 268416 SHA256 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 WHIRLPOOL 530d5b5b5f9ca3d1d6b0a9c2078d90112180724ec05750be1e5d30990cf1fff067e0342c221bbb52fdfc902ab1efc09adb1ab7fce2833d35368e53ae16de8ec1
+DIST python-stdnum-1.6.tar.gz 399518 SHA256 157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655 SHA512 dc2fba2563e4de658a09b7afc7d0d663f21b5528da9061f126d581e8deb2a88569c83304bde834c0da376dc65ee09274aed82d55abb60b0fe0a181e1b5cfe88f WHIRLPOOL 2bd6203adde32bda1c2971d743fcb9db02c49a65c944e57a3d58d4ca7f3e16c08d82ee018208aff45e1e7c7c347580396aa02fbb2dc0f7cc7608c3b26fb83d9f
diff --git a/dev-python/python-stdnum/python-stdnum-1.6.ebuild b/dev-python/python-stdnum/python-stdnum-1.6.ebuild
new file mode 100644
index 00000000000..f2da42e2503
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( dev-python/suds )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2017-05-14 11:10 Manuel Rüger
0 siblings, 0 replies; 48+ messages in thread
From: Manuel Rüger @ 2017-05-14 11:10 UTC (permalink / raw
To: gentoo-commits
commit: 4d3599870934dbd60aadefb1c4b7dbba9839a884
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:46:36 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 14 11:09:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d359987
dev-python/python-stdnum: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/python-stdnum/Manifest | 4 ----
dev-python/python-stdnum/python-stdnum-0.9.ebuild | 22 ------------------
dev-python/python-stdnum/python-stdnum-1.1.ebuild | 27 -----------------------
dev-python/python-stdnum/python-stdnum-1.3.ebuild | 27 -----------------------
dev-python/python-stdnum/python-stdnum-1.4.ebuild | 27 -----------------------
5 files changed, 107 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 7aea73404ee..2554054fc8e 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,6 +1,2 @@
-DIST python-stdnum-0.9.tar.gz 136636 SHA256 c25bbdc6d8fb9d82e4d4d3c72545cff56eb8dd4389162e4ee415c3c7218136e6 SHA512 c9870ad116c2c08b123b7b01cc229a1f9d3f3e15da3ba75bdf5da8bee2a854474f6ddd7464c2d662559fedf272ea13a3549ed79a4636ddc1d733a47ea11ae058 WHIRLPOOL 3e124851b81e9cf8212994a8720b1b4994883d8175198fa1a0ee907dc989e4f5edd28c6e0f71c1a2b0df3987499f05f25405bfaa969e93c47c17fda7c4dc59a1
-DIST python-stdnum-1.1.tar.gz 205495 SHA256 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35 SHA512 b066b5cd4b04b70b52850942489f28165a833d2e29fe16eeec9b93e395f19742eaf2edc3cdbb31972e8ffd7ad46b189a186c3ed93bd91ab90e829681f54cf1f4 WHIRLPOOL 79c908885b0d3f89a300511d04f3283fcbaec02938ce763a263f40e6febef62c607ee241cc664bdbfc98176505b58ac69820fea717455bef3f17f5e93dcae8a9
-DIST python-stdnum-1.3.tar.gz 274077 SHA256 3e33f1d3e15fb5fe68518ed8a41d0f3247703f3a8d53864005529441c5ddc9d9 SHA512 44244937839ce1ebd18712fc090654ce44a063218714e57caf4041705159fdd9153b308647458dc38aaf21e5cf0bbda173437fb4760f9415252e355d8146c934 WHIRLPOOL 981b6a72fd86c60113ed0d61cff57407441fe60a98ee7cc9935d5d9a125954d287735bd91c86edb9db83740554dc667d0a7d260900d84016f36dffe2db8daf3f
-DIST python-stdnum-1.4.tar.gz 252850 SHA256 78e763b08a4b378397cba9cb155922b30149bb34757e22cab66705fb196cd8e6 SHA512 e00d3dba4840fd8107d4385a474ea66becd017e7508b72e8e61f39572ba429e6eed40c7c54546e46cf355a466f3bf192ef46dc6ff0164bb1cae0b1901ff5dd52 WHIRLPOOL e2bdfb54cc16f58ffdd1efd4b8c58cbe2e7757a00c2ceda82fd3bc8f11692ea755742c587e93bb523eb9f74bab332c8cac151f5217647d6f73ccbc81d71b8e17
DIST python-stdnum-1.5.tar.gz 268416 SHA256 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 WHIRLPOOL 530d5b5b5f9ca3d1d6b0a9c2078d90112180724ec05750be1e5d30990cf1fff067e0342c221bbb52fdfc902ab1efc09adb1ab7fce2833d35368e53ae16de8ec1
DIST python-stdnum-1.6.tar.gz 399518 SHA256 157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655 SHA512 dc2fba2563e4de658a09b7afc7d0d663f21b5528da9061f126d581e8deb2a88569c83304bde834c0da376dc65ee09274aed82d55abb60b0fe0a181e1b5cfe88f WHIRLPOOL 2bd6203adde32bda1c2971d743fcb9db02c49a65c944e57a3d58d4ca7f3e16c08d82ee018208aff45e1e7c7c347580396aa02fbb2dc0f7cc7608c3b26fb83d9f
diff --git a/dev-python/python-stdnum/python-stdnum-0.9.ebuild b/dev-python/python-stdnum/python-stdnum-0.9.ebuild
deleted file mode 100644
index 9ea1ae94856..00000000000
--- a/dev-python/python-stdnum/python-stdnum-0.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies"
-
-DEPEND="dev-python/setuptools
- vies? ( dev-python/suds )"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog NEWS README )
diff --git a/dev-python/python-stdnum/python-stdnum-1.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.1.ebuild
deleted file mode 100644
index c5f377ec9ea..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( dev-python/suds )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
diff --git a/dev-python/python-stdnum/python-stdnum-1.3.ebuild b/dev-python/python-stdnum/python-stdnum-1.3.ebuild
deleted file mode 100644
index 65a4b727012..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( dev-python/suds )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
diff --git a/dev-python/python-stdnum/python-stdnum-1.4.ebuild b/dev-python/python-stdnum/python-stdnum-1.4.ebuild
deleted file mode 100644
index 65a4b727012..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( dev-python/suds )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2017-10-08 16:39 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2017-10-08 16:39 UTC (permalink / raw
To: gentoo-commits
commit: e92182740e9619d12c44b85b26e3263b24cf10c2
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 16:39:14 2017 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 16:39:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9218274
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.8, Repoman-2.3.1
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.7.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 2554054fc8e..e5a9f409daa 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1,3 @@
DIST python-stdnum-1.5.tar.gz 268416 SHA256 10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 WHIRLPOOL 530d5b5b5f9ca3d1d6b0a9c2078d90112180724ec05750be1e5d30990cf1fff067e0342c221bbb52fdfc902ab1efc09adb1ab7fce2833d35368e53ae16de8ec1
DIST python-stdnum-1.6.tar.gz 399518 SHA256 157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655 SHA512 dc2fba2563e4de658a09b7afc7d0d663f21b5528da9061f126d581e8deb2a88569c83304bde834c0da376dc65ee09274aed82d55abb60b0fe0a181e1b5cfe88f WHIRLPOOL 2bd6203adde32bda1c2971d743fcb9db02c49a65c944e57a3d58d4ca7f3e16c08d82ee018208aff45e1e7c7c347580396aa02fbb2dc0f7cc7608c3b26fb83d9f
+DIST python-stdnum-1.7.tar.gz 411134 SHA256 987c25e1047e8742131bcf29dac7a406987adb1463465749e2daaba8cb19d264 SHA512 323f5e37087e95143eb59345c4ddb5fb1529a136c234c8e9c957cf9914984e758b256facbfbc5de379000b8939460ea25e8105428d67f7052a23676c334a002a WHIRLPOOL 8cff46c9f7406f3f8783ab522c14a3fe43d7469759eccd99dfe1ffe900313c687d378d14e99110219b51783d7786d0efa2df8a66cb52158d8943214eb0dfcd40
diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
new file mode 100644
index 00000000000..6bb1b062dfb
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( dev-python/suds )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2018-03-03 15:00 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2018-03-03 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 9e51b808abd8a5340278476a676ad0b8b67272c2
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 14:58:28 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 15:00:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e51b808
dev-python/python-stdnum: Version bumps and remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/python-stdnum/Manifest | 3 +--
dev-python/python-stdnum/python-stdnum-1.5.ebuild | 27 ----------------------
...tdnum-1.6.ebuild => python-stdnum-1.8.1.ebuild} | 6 ++---
3 files changed, 4 insertions(+), 32 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 465d197ff01..204c3d7237f 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,3 +1,2 @@
-DIST python-stdnum-1.5.tar.gz 268416 BLAKE2B e12cb020c438939f2d83166bf9330e7a736c734b007fc8d7016784631dc2e9764040ff9e1f089b3a3b8132fba59b885da74eb8bbdec1761997db90111351199e SHA512 8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656
-DIST python-stdnum-1.6.tar.gz 399518 BLAKE2B af9feb648c8612a733def2722189cc4c453c75d7c2f8b828d4df080965d43ba17826a11e7d8b57009abedfbaadbf298ae34f8c3750a6ad64fccbcbbfeeb892dd SHA512 dc2fba2563e4de658a09b7afc7d0d663f21b5528da9061f126d581e8deb2a88569c83304bde834c0da376dc65ee09274aed82d55abb60b0fe0a181e1b5cfe88f
DIST python-stdnum-1.7.tar.gz 411134 BLAKE2B 22afadd03c1f9043a68f34dcebcb80f8c053deb550924ae16c8e9b121f47da5422a28578743a6aa3cf1b71bc8fb3b588352ff776a36c78161cb3fd69faab71a6 SHA512 323f5e37087e95143eb59345c4ddb5fb1529a136c234c8e9c957cf9914984e758b256facbfbc5de379000b8939460ea25e8105428d67f7052a23676c334a002a
+DIST python-stdnum-1.8.1.tar.gz 421921 BLAKE2B 814e887e15573ef09ee7a050204204474a06b9a65dad6f98a67a029ee4fdb64764dcbe43c491dcc6fdb56a88ea837bfa0b14a3c45dfef6b0aafa47ce70dc6f80 SHA512 02b0f8bc7e2245f780777b3b45db860b6332ad7fedfd6e674a8d67666693107773f5eda02bb241aef950a2409d5ac241b6de8326f80159311f2c22f0d0dc9465
diff --git a/dev-python/python-stdnum/python-stdnum-1.5.ebuild b/dev-python/python-stdnum/python-stdnum-1.5.ebuild
deleted file mode 100644
index 65a4b727012..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( dev-python/suds )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
diff --git a/dev-python/python-stdnum/python-stdnum-1.6.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
similarity index 82%
rename from dev-python/python-stdnum/python-stdnum-1.6.ebuild
rename to dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
index f2da42e2503..9bd98db1252 100644
--- a/dev-python/python-stdnum/python-stdnum-1.6.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vies test"
-RDEPEND="vies? ( dev-python/suds )"
+RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
DEPEND="${DEPEND}
dev-python/setuptools
test? ( dev-python/nose )"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2018-04-25 21:28 Aaron Bauman
0 siblings, 0 replies; 48+ messages in thread
From: Aaron Bauman @ 2018-04-25 21:28 UTC (permalink / raw
To: gentoo-commits
commit: bcbb36558dca3879619865da941463fc9014cf94
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 25 18:07:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 21:27:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb3655
dev-python/python-stdnum: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8136
dev-python/python-stdnum/python-stdnum-1.7.ebuild | 4 ++--
dev-python/python-stdnum/python-stdnum-1.8.1.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
index 6bb1b062dfb..db1d8fe5bd1 100644
--- a/dev-python/python-stdnum/python-stdnum-1.7.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
diff --git a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
index 9bd98db1252..8d73d4288ed 100644
--- a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="http://arthurdejong.org/python-stdnum/"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2018-06-03 10:23 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2018-06-03 10:23 UTC (permalink / raw
To: gentoo-commits
commit: b527300d3decb4d46f3dd6eb8f62a4730c78ca69
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 10:22:31 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 10:23:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b527300d
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.9.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 204c3d7237f..eddad5ebb3c 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1,3 @@
DIST python-stdnum-1.7.tar.gz 411134 BLAKE2B 22afadd03c1f9043a68f34dcebcb80f8c053deb550924ae16c8e9b121f47da5422a28578743a6aa3cf1b71bc8fb3b588352ff776a36c78161cb3fd69faab71a6 SHA512 323f5e37087e95143eb59345c4ddb5fb1529a136c234c8e9c957cf9914984e758b256facbfbc5de379000b8939460ea25e8105428d67f7052a23676c334a002a
DIST python-stdnum-1.8.1.tar.gz 421921 BLAKE2B 814e887e15573ef09ee7a050204204474a06b9a65dad6f98a67a029ee4fdb64764dcbe43c491dcc6fdb56a88ea837bfa0b14a3c45dfef6b0aafa47ce70dc6f80 SHA512 02b0f8bc7e2245f780777b3b45db860b6332ad7fedfd6e674a8d67666693107773f5eda02bb241aef950a2409d5ac241b6de8326f80159311f2c22f0d0dc9465
+DIST python-stdnum-1.9.tar.gz 466861 BLAKE2B 31656cb64ab422dd172ee1a9121cf41d18bfd85a98a38a956e499e04e20369115449ed0b4b946e1aa2ce8d41eb24ca20b296aa178151276f3ea1e37153875969 SHA512 ed236e7fa5f64bb812578f019c2286a139f75356073ec7d0b0fc9220092b5e0e5d3b4fd133661e4126ac3f78141457af1793fdbc45a22daa4d36ceaf1535901f
diff --git a/dev-python/python-stdnum/python-stdnum-1.9.ebuild b/dev-python/python-stdnum/python-stdnum-1.9.ebuild
new file mode 100644
index 00000000000..6cc5bf1ad67
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+
+RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests -v || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2018-06-03 10:23 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2018-06-03 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 7ca8d165bfafb70e6851392c3b0035dce6826994
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 10:23:13 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 10:23:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca8d165
dev-python/python-stdnum: Remove old ebuilds
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-stdnum/Manifest | 2 --
dev-python/python-stdnum/python-stdnum-1.7.ebuild | 27 ----------------------
.../python-stdnum/python-stdnum-1.8.1.ebuild | 27 ----------------------
3 files changed, 56 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index eddad5ebb3c..3dc5b2aca3a 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,3 +1 @@
-DIST python-stdnum-1.7.tar.gz 411134 BLAKE2B 22afadd03c1f9043a68f34dcebcb80f8c053deb550924ae16c8e9b121f47da5422a28578743a6aa3cf1b71bc8fb3b588352ff776a36c78161cb3fd69faab71a6 SHA512 323f5e37087e95143eb59345c4ddb5fb1529a136c234c8e9c957cf9914984e758b256facbfbc5de379000b8939460ea25e8105428d67f7052a23676c334a002a
-DIST python-stdnum-1.8.1.tar.gz 421921 BLAKE2B 814e887e15573ef09ee7a050204204474a06b9a65dad6f98a67a029ee4fdb64764dcbe43c491dcc6fdb56a88ea837bfa0b14a3c45dfef6b0aafa47ce70dc6f80 SHA512 02b0f8bc7e2245f780777b3b45db860b6332ad7fedfd6e674a8d67666693107773f5eda02bb241aef950a2409d5ac241b6de8326f80159311f2c22f0d0dc9465
DIST python-stdnum-1.9.tar.gz 466861 BLAKE2B 31656cb64ab422dd172ee1a9121cf41d18bfd85a98a38a956e499e04e20369115449ed0b4b946e1aa2ce8d41eb24ca20b296aa178151276f3ea1e37153875969 SHA512 ed236e7fa5f64bb812578f019c2286a139f75356073ec7d0b0fc9220092b5e0e5d3b4fd133661e4126ac3f78141457af1793fdbc45a22daa4d36ceaf1535901f
diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
deleted file mode 100644
index db1d8fe5bd1..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( dev-python/suds )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
diff --git a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
deleted file mode 100644
index 8d73d4288ed..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="vies test"
-
-RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests || die
-}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2018-10-27 7:43 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2018-10-27 7:43 UTC (permalink / raw
To: gentoo-commits
commit: d0cb204949a13436c5adce86e29d7d658849010c
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 07:42:38 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 07:43:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cb2049
dev-python/python-stdnum: Version bump and migrate to EAPI 7
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-python/python-stdnum/Manifest | 2 +-
.../{python-stdnum-1.9.ebuild => python-stdnum-1.10.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 3dc5b2aca3a..ccebc6f2638 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1 @@
-DIST python-stdnum-1.9.tar.gz 466861 BLAKE2B 31656cb64ab422dd172ee1a9121cf41d18bfd85a98a38a956e499e04e20369115449ed0b4b946e1aa2ce8d41eb24ca20b296aa178151276f3ea1e37153875969 SHA512 ed236e7fa5f64bb812578f019c2286a139f75356073ec7d0b0fc9220092b5e0e5d3b4fd133661e4126ac3f78141457af1793fdbc45a22daa4d36ceaf1535901f
+DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b
diff --git a/dev-python/python-stdnum/python-stdnum-1.9.ebuild b/dev-python/python-stdnum/python-stdnum-1.10.ebuild
similarity index 92%
rename from dev-python/python-stdnum/python-stdnum-1.9.ebuild
rename to dev-python/python-stdnum/python-stdnum-1.10.ebuild
index 6cc5bf1ad67..404a644410d 100644
--- a/dev-python/python-stdnum/python-stdnum-1.9.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2019-09-14 13:04 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2019-09-14 13:04 UTC (permalink / raw
To: gentoo-commits
commit: c7ba256bea0a604e4ff39774bbe63fc730695d51
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:04:21 2019 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 13:04:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ba256b
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 2 +-
.../{python-stdnum-1.10.ebuild => python-stdnum-1.11.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index ccebc6f2638..b309ec2ca24 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1 @@
-DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b
+DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1
diff --git a/dev-python/python-stdnum/python-stdnum-1.10.ebuild b/dev-python/python-stdnum/python-stdnum-1.11.ebuild
similarity index 93%
rename from dev-python/python-stdnum/python-stdnum-1.10.ebuild
rename to dev-python/python-stdnum/python-stdnum-1.11.ebuild
index 224d45275f6..18bda3addee 100644
--- a/dev-python/python-stdnum/python-stdnum-1.10.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2019-11-03 22:15 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2019-11-03 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 9d21ee6767ea72962af3e9501624f956f7d48d34
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 22:14:58 2019 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 22:15:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d21ee67
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 2 +-
.../{python-stdnum-1.11.ebuild => python-stdnum-1.12.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index b309ec2ca24..80e9508daef 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1 @@
-DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1
+DIST python-stdnum-1.12.tar.gz 882778 BLAKE2B 49b0b83b8a76cf8963b35729b8acb1bb7f6cc8071cfee5490ba8f60fb2b74df28e11e65d9dafe6c717d297382628fe924ab5e193d8a39597cc214b98f12fa5dd SHA512 7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f
diff --git a/dev-python/python-stdnum/python-stdnum-1.11.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
similarity index 100%
rename from dev-python/python-stdnum/python-stdnum-1.11.ebuild
rename to dev-python/python-stdnum/python-stdnum-1.12.ebuild
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2019-11-03 23:06 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2019-11-03 23:06 UTC (permalink / raw
To: gentoo-commits
commit: f31499c37d3918fa63b94fc6646927be6d5d2802
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 23:06:06 2019 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 23:06:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31499c3
dev-python/python-stdnum: Restrict test
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.12.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-stdnum/python-stdnum-1.12.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
index 18bda3addee..afa8a22186a 100644
--- a/dev-python/python-stdnum/python-stdnum-1.12.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
@@ -14,6 +14,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vies test"
+RESTRICT="!test? ( test )"
RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
DEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-01-18 23:15 Thomas Deutschmann
0 siblings, 0 replies; 48+ messages in thread
From: Thomas Deutschmann @ 2020-01-18 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 526371e00a3f08464fbd62d38499a8ea7703ec15
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 23:11:20 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 23:15:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526371e0
dev-python/python-stdnum: x86 stable (bug #705722)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.12.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
index d7f66230b1b..344c138e65c 100644
--- a/dev-python/python-stdnum/python-stdnum-1.12.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="vies test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-01-20 12:52 Agostino Sarubbo
0 siblings, 0 replies; 48+ messages in thread
From: Agostino Sarubbo @ 2020-01-20 12:52 UTC (permalink / raw
To: gentoo-commits
commit: c96d6c5751de27168cf7701e8fc42b68c9288c49
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 12:50:08 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 12:50:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96d6c57
dev-python/python-stdnum: amd64 stable wrt bug #705722
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.12.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
index 344c138e65c..ccf5764af03 100644
--- a/dev-python/python-stdnum/python-stdnum-1.12.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="vies test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-04-25 8:45 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2020-04-25 8:45 UTC (permalink / raw
To: gentoo-commits
commit: 48e6fef1b515d8b893bee3e02b120491cbae77b3
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 08:27:39 2020 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 08:45:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e6fef1
dev-python/python-stdnum: Version bumps
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.13.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 80e9508daef..dc8ed244783 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.12.tar.gz 882778 BLAKE2B 49b0b83b8a76cf8963b35729b8acb1bb7f6cc8071cfee5490ba8f60fb2b74df28e11e65d9dafe6c717d297382628fe924ab5e193d8a39597cc214b98f12fa5dd SHA512 7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f
+DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf
diff --git a/dev-python/python-stdnum/python-stdnum-1.13.ebuild b/dev-python/python-stdnum/python-stdnum-1.13.ebuild
new file mode 100644
index 00000000000..b5adb936c63
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ test? ( dev-python/nose )"
+
+DOCS=( ChangeLog NEWS README )
+
+python_test() {
+ nosetests -v || die
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-07-11 7:24 Cédric Krier
0 siblings, 0 replies; 48+ messages in thread
From: Cédric Krier @ 2020-07-11 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 3df7aad205d76562cb488a7eebf2c2a71b4e7a95
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 07:23:47 2020 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 07:24:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df7aad2
dev-python/python-stdnum: clean old version
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/metadata.xml | 3 ---
dev-python/python-stdnum/python-stdnum-1.12.ebuild | 28 ----------------------
3 files changed, 32 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index dc8ed244783..257d9988cc6 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.12.tar.gz 882778 BLAKE2B 49b0b83b8a76cf8963b35729b8acb1bb7f6cc8071cfee5490ba8f60fb2b74df28e11e65d9dafe6c717d297382628fe924ab5e193d8a39597cc214b98f12fa5dd SHA512 7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f
DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index 60baaf8d7a5..dcb46a6b59e 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -5,9 +5,6 @@
<email>cedk@gentoo.org</email>
<name>Cédric Krier</name>
</maintainer>
- <longdescription lang="en">
- A module to handle standardized numbers and codes
- </longdescription>
<use>
<flag name="vies">Enable VIES</flag>
</use>
diff --git a/dev-python/python-stdnum/python-stdnum-1.12.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild
deleted file mode 100644
index ccf5764af03..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-DOCS=( ChangeLog NEWS README )
-
-python_test() {
- nosetests -v || die
-}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-08-02 22:04 Sam James
0 siblings, 0 replies; 48+ messages in thread
From: Sam James @ 2020-08-02 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 82980b1ec7fe79bb2dd2f900fad2a42a3ee41106
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 04:56:55 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 22:04:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82980b1e
dev-python/python-stdnum: add Python 3.9 (+ modernise)
* Add Python 3.9
* Use distutils_enable_tests
* Cleanup dependencies (and in doing so fix typo)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.13.ebuild | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.13.ebuild b/dev-python/python-stdnum/python-stdnum-1.13.ebuild
index 0d8700d7775..6d65e2186d2 100644
--- a/dev-python/python-stdnum/python-stdnum-1.13.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.13.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -13,16 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="vies test"
-RESTRICT="!test? ( test )"
+IUSE="vies"
RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
-DEPEND="${DEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
DOCS=( ChangeLog NEWS README )
-python_test() {
- nosetests -v || die
-}
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-08-10 11:00 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2020-08-10 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 32755f0727d7062fddd7f2643e15c631227bbe37
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:53:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:00:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32755f07
dev-python/python-stdnum: Bump to 1.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.14.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 257d9988cc6..ce2986d99cb 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf
+DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
diff --git a/dev-python/python-stdnum/python-stdnum-1.14.ebuild b/dev-python/python-stdnum/python-stdnum-1.14.ebuild
new file mode 100644
index 00000000000..8e0346dc058
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
+
+DOCS=( ChangeLog NEWS README )
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-09-16 7:13 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2020-09-16 7:13 UTC (permalink / raw
To: gentoo-commits
commit: 791145e821c6378f88c4973c4e89a46cbafb4916
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 07:08:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 07:13:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791145e8
dev-python/python-stdnum: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index dcb46a6b59e..3755b32c79e 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -5,6 +5,7 @@
<email>cedk@gentoo.org</email>
<name>Cédric Krier</name>
</maintainer>
+ <stabilize-allarches/>
<use>
<flag name="vies">Enable VIES</flag>
</use>
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2020-09-18 15:43 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2020-09-18 15:43 UTC (permalink / raw
To: gentoo-commits
commit: a3ccecd7bf61f4d08731fd24aebf5468076264c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:36:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:36:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ccecd7
dev-python/python-stdnum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/python-stdnum-1.13.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index ce2986d99cb..6fd6bbf0eda 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf
DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
diff --git a/dev-python/python-stdnum/python-stdnum-1.13.ebuild b/dev-python/python-stdnum/python-stdnum-1.13.ebuild
deleted file mode 100644
index 6d65e2186d2..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
-
-DOCS=( ChangeLog NEWS README )
-
-distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-01-12 9:49 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-01-12 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 8b00c8780928849c2f086378087d9d5292713936
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 08:58:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 09:48:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b00c878
dev-python/python-stdnum: Bump to 1.15
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.15.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 6fd6bbf0eda..253bf45853f 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
+DIST python-stdnum-1.15.tar.gz 1037630 BLAKE2B 7d4bc086a5c0e272b7c55ed5bead9561375b6410b286c6d1d78e49dfc1473a9021646fbd363cfa532bc3eb1a54284b253f46ab28f60d2d411efa0992772a02a0 SHA512 e6f1d921e8ce64a11f9c5572e7eabc27bd7c71c34017fb795c45fa585701fcc78ff81c15b1a9bd48b8d9975e1fbc354b3923942c6f81e8fe4dfb8f611e3ab9cc
diff --git a/dev-python/python-stdnum/python-stdnum-1.15.ebuild b/dev-python/python-stdnum/python-stdnum-1.15.ebuild
new file mode 100644
index 00000000000..5ec38434f38
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds[${PYTHON_USEDEP}]
+ )
+ )"
+
+DOCS=( ChangeLog NEWS README )
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-01-12 9:49 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-01-12 9:49 UTC (permalink / raw
To: gentoo-commits
commit: f4ae92fa66dc96f4006110dce44866f738667493
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 08:58:30 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 09:48:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ae92fa
dev-python/python-stdnum: Add python@ as co-maint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index 3755b32c79e..3ad18d7b3d8 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -5,6 +5,10 @@
<email>cedk@gentoo.org</email>
<name>Cédric Krier</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<use>
<flag name="vies">Enable VIES</flag>
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-02-07 9:00 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-02-07 9:00 UTC (permalink / raw
To: gentoo-commits
commit: b8d5abbec53d2580f65b343c9708838267e75063
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 08:56:00 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 09:00:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d5abbe
dev-python/python-stdnum: Bump to 1.16
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.16.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 253bf45853f..81fdafea534 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1,3 @@
DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
DIST python-stdnum-1.15.tar.gz 1037630 BLAKE2B 7d4bc086a5c0e272b7c55ed5bead9561375b6410b286c6d1d78e49dfc1473a9021646fbd363cfa532bc3eb1a54284b253f46ab28f60d2d411efa0992772a02a0 SHA512 e6f1d921e8ce64a11f9c5572e7eabc27bd7c71c34017fb795c45fa585701fcc78ff81c15b1a9bd48b8d9975e1fbc354b3923942c6f81e8fe4dfb8f611e3ab9cc
+DIST python-stdnum-1.16.tar.gz 1039599 BLAKE2B 98197fca412371757b7e7ec242d30d5fc43352b9eba7677aeb3a475dbe7a379c4f88797192b8e5de97493186562d1d21347703643be7798316e22f28c6a144bf SHA512 29ad92a8d1d3267c56e3d128700611cbfe3bc7a27a1420bfe62851f110f3f23b1d8927771588ef043aba366913bf7a5b0eb72896ee50343f3adf72cdb071415b
diff --git a/dev-python/python-stdnum/python-stdnum-1.16.ebuild b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
new file mode 100644
index 00000000000..7ee9a4124ff
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds[${PYTHON_USEDEP}]
+ )
+ )"
+
+DOCS=( ChangeLog NEWS README )
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-03-02 7:38 Sam James
0 siblings, 0 replies; 48+ messages in thread
From: Sam James @ 2021-03-02 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 0037b8e4393a553c5ef6e816f579c02c08bfac77
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 07:37:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 07:37:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0037b8e4
dev-python/python-stdnum: Stabilize 1.15 ALLARCHES, #773847
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.15.ebuild b/dev-python/python-stdnum/python-stdnum-1.15.ebuild
index 7ee9a4124ff..bfb61e91ad0 100644
--- a/dev-python/python-stdnum/python-stdnum-1.15.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.15.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-03-15 6:30 Sam James
0 siblings, 0 replies; 48+ messages in thread
From: Sam James @ 2021-03-15 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 9deb99e61cfc0f1bfab1329d56bb935e81b62e64
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 06:30:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 06:30:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9deb99e6
dev-python/python-stdnum: Stabilize 1.16 ALLARCHES, #776121
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.16.ebuild b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
index 7ee9a4124ff..bfb61e91ad0 100644
--- a/dev-python/python-stdnum/python-stdnum-1.16.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-03-15 8:57 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-03-15 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 949f5bc67edd642fb1a71bf413921da24881d5d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 08:54:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 08:54:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949f5bc6
dev-python/python-stdnum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 2 --
dev-python/python-stdnum/python-stdnum-1.14.ebuild | 22 -----------------
dev-python/python-stdnum/python-stdnum-1.15.ebuild | 28 ----------------------
3 files changed, 52 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 81fdafea534..2a08b34b76d 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,3 +1 @@
-DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
-DIST python-stdnum-1.15.tar.gz 1037630 BLAKE2B 7d4bc086a5c0e272b7c55ed5bead9561375b6410b286c6d1d78e49dfc1473a9021646fbd363cfa532bc3eb1a54284b253f46ab28f60d2d411efa0992772a02a0 SHA512 e6f1d921e8ce64a11f9c5572e7eabc27bd7c71c34017fb795c45fa585701fcc78ff81c15b1a9bd48b8d9975e1fbc354b3923942c6f81e8fe4dfb8f611e3ab9cc
DIST python-stdnum-1.16.tar.gz 1039599 BLAKE2B 98197fca412371757b7e7ec242d30d5fc43352b9eba7677aeb3a475dbe7a379c4f88797192b8e5de97493186562d1d21347703643be7798316e22f28c6a144bf SHA512 29ad92a8d1d3267c56e3d128700611cbfe3bc7a27a1420bfe62851f110f3f23b1d8927771588ef043aba366913bf7a5b0eb72896ee50343f3adf72cdb071415b
diff --git a/dev-python/python-stdnum/python-stdnum-1.14.ebuild b/dev-python/python-stdnum/python-stdnum-1.14.ebuild
deleted file mode 100644
index 44071335679..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
-
-DOCS=( ChangeLog NEWS README )
-
-distutils_enable_tests nose
diff --git a/dev-python/python-stdnum/python-stdnum-1.15.ebuild b/dev-python/python-stdnum/python-stdnum-1.15.ebuild
deleted file mode 100644
index bfb61e91ad0..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="
- vies? (
- || (
- dev-python/zeep[${PYTHON_USEDEP}]
- dev-python/suds[${PYTHON_USEDEP}]
- )
- )"
-
-DOCS=( ChangeLog NEWS README )
-
-distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-05-06 15:04 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-05-06 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 1222c66170728b08ac45a66e665277ce5a727429
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 14:55:37 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 6 15:04:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1222c661
dev-python/python-stdnum: Remove inactive maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index 3ad18d7b3d8..ccbf49ffb4b 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>cedk@gentoo.org</email>
- <name>Cédric Krier</name>
- </maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-10-03 19:19 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2021-10-03 19:19 UTC (permalink / raw
To: gentoo-commits
commit: e0284311bc7828aa6b3d9e5d0a62eb1bd199dfc4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 19:12:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 19:18:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0284311
dev-python/python-stdnum: Bump to 1.17
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.17.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 2a08b34b76d..7440cbf7ab4 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.16.tar.gz 1039599 BLAKE2B 98197fca412371757b7e7ec242d30d5fc43352b9eba7677aeb3a475dbe7a379c4f88797192b8e5de97493186562d1d21347703643be7798316e22f28c6a144bf SHA512 29ad92a8d1d3267c56e3d128700611cbfe3bc7a27a1420bfe62851f110f3f23b1d8927771588ef043aba366913bf7a5b0eb72896ee50343f3adf72cdb071415b
+DIST python-stdnum-1.17.tar.gz 1068804 BLAKE2B eaef8d0016f7e836226a6d83d4b54d507477d333af8572f59f24eba44f3a24bedc4d0b7d3492e7a5a64d9ceff77e296bda2876f976aab46cdb27989d0dd80df3 SHA512 9ddec525ea153e3066f205ee70602a59821e793f9ffde66a4b01511daf9a559a3a42082a99bddf69c1159a27b2d9e64d91f8a65ee283a2d7da473d766ce0e711
diff --git a/dev-python/python-stdnum/python-stdnum-1.17.ebuild b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
new file mode 100644
index 00000000000..cced3449d63
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="https://arthurdejong.org/python-stdnum/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds[${PYTHON_USEDEP}]
+ )
+ )"
+
+src_prepare() {
+ sed -i -e '/with-coverage/d' setup.cfg || die
+ distutils-r1_src_prepare
+}
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-11-05 2:12 Sam James
0 siblings, 0 replies; 48+ messages in thread
From: Sam James @ 2021-11-05 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 8f4fa84f1b362789fe72ce0a96f57361c8eaca2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 02:11:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 5 02:11:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4fa84f
dev-python/python-stdnum: Stabilize 1.17 ALLARCHES, #821805
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.17.ebuild b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
index cced3449d63..041e3e4abfd 100644
--- a/dev-python/python-stdnum/python-stdnum-1.17.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2021-11-05 5:40 Arthur Zamarin
0 siblings, 0 replies; 48+ messages in thread
From: Arthur Zamarin @ 2021-11-05 5:40 UTC (permalink / raw
To: gentoo-commits
commit: 375366497f878d48ff7c9a5b6da94445d9d49e45
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 05:32:15 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 5 05:40:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37536649
dev-python/python-stdnum: drop 1.16
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/python-stdnum-1.16.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 7440cbf7ab4..79b28175de3 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.16.tar.gz 1039599 BLAKE2B 98197fca412371757b7e7ec242d30d5fc43352b9eba7677aeb3a475dbe7a379c4f88797192b8e5de97493186562d1d21347703643be7798316e22f28c6a144bf SHA512 29ad92a8d1d3267c56e3d128700611cbfe3bc7a27a1420bfe62851f110f3f23b1d8927771588ef043aba366913bf7a5b0eb72896ee50343f3adf72cdb071415b
DIST python-stdnum-1.17.tar.gz 1068804 BLAKE2B eaef8d0016f7e836226a6d83d4b54d507477d333af8572f59f24eba44f3a24bedc4d0b7d3492e7a5a64d9ceff77e296bda2876f976aab46cdb27989d0dd80df3 SHA512 9ddec525ea153e3066f205ee70602a59821e793f9ffde66a4b01511daf9a559a3a42082a99bddf69c1159a27b2d9e64d91f8a65ee283a2d7da473d766ce0e711
diff --git a/dev-python/python-stdnum/python-stdnum-1.16.ebuild b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
deleted file mode 100644
index bfb61e91ad0..00000000000
--- a/dev-python/python-stdnum/python-stdnum-1.16.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="
- vies? (
- || (
- dev-python/zeep[${PYTHON_USEDEP}]
- dev-python/suds[${PYTHON_USEDEP}]
- )
- )"
-
-DOCS=( ChangeLog NEWS README )
-
-distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2022-11-13 19:42 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2022-11-13 19:42 UTC (permalink / raw
To: gentoo-commits
commit: ead94bbf793d2d0fce7b6da473d9a185e0350f17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 19:40:25 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:42:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead94bbf
dev-python/python-stdnum: Bump to 1.18
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.18.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 79b28175de3d..8283f7ca70ed 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.17.tar.gz 1068804 BLAKE2B eaef8d0016f7e836226a6d83d4b54d507477d333af8572f59f24eba44f3a24bedc4d0b7d3492e7a5a64d9ceff77e296bda2876f976aab46cdb27989d0dd80df3 SHA512 9ddec525ea153e3066f205ee70602a59821e793f9ffde66a4b01511daf9a559a3a42082a99bddf69c1159a27b2d9e64d91f8a65ee283a2d7da473d766ce0e711
+DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c
diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
new file mode 100644
index 000000000000..b1b9d4ecec13
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="
+ https://arthurdejong.org/python-stdnum/
+ https://github.com/arthurdejong/python-stdnum/
+ https://pypi.org/project/python-stdnum/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds-community[${PYTHON_USEDEP}]
+ )
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e 's:--cov.*::' setup.cfg || die
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2022-12-17 6:41 Arthur Zamarin
0 siblings, 0 replies; 48+ messages in thread
From: Arthur Zamarin @ 2022-12-17 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 3024fa8e91ccf67f016b7b14104542aae2818d78
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 06:41:22 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 06:41:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3024fa8e
dev-python/python-stdnum: Stabilize 1.18 ALLARCHES, #886421
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
index b1b9d4ecec13..f3d2dbd7314f 100644
--- a/dev-python/python-stdnum/python-stdnum-1.18.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2022-12-17 7:20 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2022-12-17 7:20 UTC (permalink / raw
To: gentoo-commits
commit: e53ad74cab1046741d5be8ec98832e2e55765b67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 07:20:36 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 07:20:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53ad74c
dev-python/python-stdnum: Add GH remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-stdnum/metadata.xml b/dev-python/python-stdnum/metadata.xml
index d079f092c7e8..27b2aa1c388d 100644
--- a/dev-python/python-stdnum/metadata.xml
+++ b/dev-python/python-stdnum/metadata.xml
@@ -10,6 +10,7 @@
<flag name="vies">Enable VIES</flag>
</use>
<upstream>
+ <remote-id type="github">arthurdejong/python-stdnum</remote-id>
<remote-id type="pypi">python-stdnum</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2022-12-17 7:20 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2022-12-17 7:20 UTC (permalink / raw
To: gentoo-commits
commit: aaaab5be3b69cc888add92ad4780c3b1d3ec7159
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 07:19:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 07:19:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaaab5be
dev-python/python-stdnum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/python-stdnum-1.17.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 8283f7ca70ed..7ed21d6899d9 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.17.tar.gz 1068804 BLAKE2B eaef8d0016f7e836226a6d83d4b54d507477d333af8572f59f24eba44f3a24bedc4d0b7d3492e7a5a64d9ceff77e296bda2876f976aab46cdb27989d0dd80df3 SHA512 9ddec525ea153e3066f205ee70602a59821e793f9ffde66a4b01511daf9a559a3a42082a99bddf69c1159a27b2d9e64d91f8a65ee283a2d7da473d766ce0e711
DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c
diff --git a/dev-python/python-stdnum/python-stdnum-1.17.ebuild b/dev-python/python-stdnum/python-stdnum-1.17.ebuild
deleted file mode 100644
index fb0535362cc0..000000000000
--- a/dev-python/python-stdnum/python-stdnum-1.17.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="https://arthurdejong.org/python-stdnum/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="
- vies? (
- || (
- dev-python/zeep[${PYTHON_USEDEP}]
- dev-python/suds-community[${PYTHON_USEDEP}]
- )
- )"
-
-src_prepare() {
- sed -i -e '/with-coverage/d' setup.cfg || die
- distutils-r1_src_prepare
-}
-
-distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-02-17 9:48 Sam James
0 siblings, 0 replies; 48+ messages in thread
From: Sam James @ 2023-02-17 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 881ff8ad591964bb1b990a23d766969b7977a366
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 09:47:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 09:48:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881ff8ad
dev-python/python-stdnum: enable py3.11, use pypi.eclass
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.18.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
index 8a77ad404db3..135909441931 100644
--- a/dev-python/python-stdnum/python-stdnum-1.18.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
@@ -4,9 +4,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
+PYTHON_COMPAT=( python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="A module to handle standardized numbers and codes"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/arthurdejong/python-stdnum/
https://pypi.org/project/python-stdnum/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-08-20 16:40 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2023-08-20 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 925e31c2dec4918105e46a63be2048918498b164
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:10:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:40:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925e31c2
dev-python/python-stdnum: Bump to 1.19
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 7ed21d6899d9..773e0a32e16d 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c
+DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
new file mode 100644
index 000000000000..2bdc447fc8ce
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="
+ https://arthurdejong.org/python-stdnum/
+ https://github.com/arthurdejong/python-stdnum/
+ https://pypi.org/project/python-stdnum/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds-community[${PYTHON_USEDEP}]
+ )
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e 's:--cov.*::' setup.cfg || die
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-09-25 17:33 Arthur Zamarin
0 siblings, 0 replies; 48+ messages in thread
From: Arthur Zamarin @ 2023-09-25 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 52b5234a4277cf59a078ebdc043b115512ba4014
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 17:33:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 17:33:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b5234a
dev-python/python-stdnum: Stabilize 1.19 ALLARCHES, #914686
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
index 2bdc447fc8ce..88979a8b71e4 100644
--- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-09-25 18:52 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2023-09-25 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 40a8649e162083912a85e0c21b52395f9421e598
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 18:51:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 18:51:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a8649e
dev-python/python-stdnum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/python-stdnum-1.18.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 773e0a32e16d..0b4e63232368 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c
DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07
diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
deleted file mode 100644
index 135909441931..000000000000
--- a/dev-python/python-stdnum/python-stdnum-1.18.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="
- https://arthurdejong.org/python-stdnum/
- https://github.com/arthurdejong/python-stdnum/
- https://pypi.org/project/python-stdnum/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="vies"
-
-RDEPEND="
- vies? (
- || (
- dev-python/zeep[${PYTHON_USEDEP}]
- dev-python/suds-community[${PYTHON_USEDEP}]
- )
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e 's:--cov.*::' setup.cfg || die
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-11-05 17:00 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2023-11-05 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 023762f126bf51546228a3b10dda99d9ae1221d5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 16:38:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 17:00:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023762f1
dev-python/python-stdnum: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
index 88979a8b71e4..6403be31765a 100644
--- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
@@ -4,8 +4,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="A module to handle standardized numbers and codes"
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-11-23 18:55 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2023-11-23 18:55 UTC (permalink / raw
To: gentoo-commits
commit: d1c0ef002fd7c3a8b545b513de6567ef9779ec24
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 18:52:13 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 18:52:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c0ef00
dev-python/python-stdnum: Keyword 1.19 arm64, #918026
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
index 6403be31765a..e9309781b27c 100644
--- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2023-11-24 17:22 Arthur Zamarin
0 siblings, 0 replies; 48+ messages in thread
From: Arthur Zamarin @ 2023-11-24 17:22 UTC (permalink / raw
To: gentoo-commits
commit: c33a354d123e743e2cd7babe3fb467dd95f0fe98
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 17:22:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 17:22:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33a354d
dev-python/python-stdnum: Stabilize 1.19 arm64, #918370
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
index e9309781b27c..848cbf574444 100644
--- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2024-03-18 4:58 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2024-03-18 4:58 UTC (permalink / raw
To: gentoo-commits
commit: 86103610b1e83f513f5cfb0f55296aa7e6353fd0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 04:53:35 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 04:58:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86103610
dev-python/python-stdnum: Bump to 1.20
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 +
dev-python/python-stdnum/python-stdnum-1.20.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 0b4e63232368..52c224bb968c 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1 +1,2 @@
DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07
+DIST python-stdnum-1.20.tar.gz 1191978 BLAKE2B 8395106d155c1f4642a74691d219230b42e81b521db41c57d5e978eb8e1769ca51598a1ad061356a1997fac5a60ca21796d1e8f79fa7d737e70fbbfe78dbfcc6 SHA512 92ec9fcb3bf71405569e93668ab1d089225da74a33095e63ee8f0116c868a4b937d093ba98e29085889d1745cc55eab13936d6ed9ceb24beecbc193c722a515e
diff --git a/dev-python/python-stdnum/python-stdnum-1.20.ebuild b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
new file mode 100644
index 000000000000..9ca2716b7fa7
--- /dev/null
+++ b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A module to handle standardized numbers and codes"
+HOMEPAGE="
+ https://arthurdejong.org/python-stdnum/
+ https://github.com/arthurdejong/python-stdnum/
+ https://pypi.org/project/python-stdnum/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="vies"
+
+RDEPEND="
+ vies? (
+ || (
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/suds-community[${PYTHON_USEDEP}]
+ )
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i -e 's:--cov.*::' setup.cfg || die
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2024-04-06 12:32 Arthur Zamarin
0 siblings, 0 replies; 48+ messages in thread
From: Arthur Zamarin @ 2024-04-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 8baeb7d0b3c4a4eb08f8471870ad758a3b09c116
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 12:31:51 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 12:31:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8baeb7d0
dev-python/python-stdnum: Stabilize 1.20 ALLARCHES, #928681
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.20.ebuild b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
index 9ca2716b7fa7..d0533fafb7e5 100644
--- a/dev-python/python-stdnum/python-stdnum-1.20.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="vies"
RDEPEND="
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2024-04-06 12:41 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2024-04-06 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 94d4300ab1b4fedf346690ce931f5248e8baceea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 12:37:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 12:37:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d4300a
dev-python/python-stdnum: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/Manifest | 1 -
dev-python/python-stdnum/python-stdnum-1.19.ebuild | 38 ----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 52c224bb968c..88b7fb3e802f 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,2 +1 @@
-DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07
DIST python-stdnum-1.20.tar.gz 1191978 BLAKE2B 8395106d155c1f4642a74691d219230b42e81b521db41c57d5e978eb8e1769ca51598a1ad061356a1997fac5a60ca21796d1e8f79fa7d737e70fbbfe78dbfcc6 SHA512 92ec9fcb3bf71405569e93668ab1d089225da74a33095e63ee8f0116c868a4b937d093ba98e29085889d1745cc55eab13936d6ed9ceb24beecbc193c722a515e
diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild
deleted file mode 100644
index 848cbf574444..000000000000
--- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A module to handle standardized numbers and codes"
-HOMEPAGE="
- https://arthurdejong.org/python-stdnum/
- https://github.com/arthurdejong/python-stdnum/
- https://pypi.org/project/python-stdnum/
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="vies"
-
-RDEPEND="
- vies? (
- || (
- dev-python/zeep[${PYTHON_USEDEP}]
- dev-python/suds-community[${PYTHON_USEDEP}]
- )
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e 's:--cov.*::' setup.cfg || die
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 48+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
@ 2024-06-30 17:24 Michał Górny
0 siblings, 0 replies; 48+ messages in thread
From: Michał Górny @ 2024-06-30 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 1fcef3153714aa5c73e0d9fe7850447955a30490
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 17:04:44 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 17:24:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcef315
dev-python/python-stdnum: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-1.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-1.20.ebuild b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
index d0533fafb7e5..d2c1ea631a5d 100644
--- a/dev-python/python-stdnum/python-stdnum-1.20.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.20.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 48+ messages in thread
end of thread, other threads:[~2024-06-30 17:24 UTC | newest]
Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17 9:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-30 17:24 Michał Górny
2024-04-06 12:41 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-03-18 4:58 Michał Górny
2023-11-24 17:22 Arthur Zamarin
2023-11-23 18:55 Michał Górny
2023-11-05 17:00 Michał Górny
2023-09-25 18:52 Michał Górny
2023-09-25 17:33 Arthur Zamarin
2023-08-20 16:40 Michał Górny
2022-12-17 7:20 Michał Górny
2022-12-17 7:20 Michał Górny
2022-12-17 6:41 Arthur Zamarin
2022-11-13 19:42 Michał Górny
2021-11-05 5:40 Arthur Zamarin
2021-11-05 2:12 Sam James
2021-10-03 19:19 Michał Górny
2021-05-06 15:04 Michał Górny
2021-03-15 8:57 Michał Górny
2021-03-15 6:30 Sam James
2021-03-02 7:38 Sam James
2021-02-07 9:00 Michał Górny
2021-01-12 9:49 Michał Górny
2021-01-12 9:49 Michał Górny
2020-09-18 15:43 Michał Górny
2020-09-16 7:13 Michał Górny
2020-08-10 11:00 Michał Górny
2020-08-02 22:04 Sam James
2020-07-11 7:24 Cédric Krier
2020-04-25 8:45 Cédric Krier
2020-01-20 12:52 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2019-11-03 23:06 Cédric Krier
2019-11-03 22:15 Cédric Krier
2019-09-14 13:04 Cédric Krier
2018-10-27 7:43 Cédric Krier
2018-06-03 10:23 Cédric Krier
2018-06-03 10:23 Cédric Krier
2018-04-25 21:28 Aaron Bauman
2018-03-03 15:00 Cédric Krier
2017-10-08 16:39 Cédric Krier
2017-05-14 11:10 Manuel Rüger
2017-04-14 21:04 Cédric Krier
2016-11-14 12:48 Cédric Krier
2016-08-06 14:31 Cédric Krier
2016-08-06 10:56 Pacho Ramos
2016-06-06 7:17 Cédric Krier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox