public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
Date: Sat,  3 Mar 2018 15:00:38 +0000 (UTC)	[thread overview]
Message-ID: <1520089215.9e51b808abd8a5340278476a676ad0b8b67272c2.cedk@gentoo> (raw)

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 )"


             reply	other threads:[~2018-03-03 15:00 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03 15:00 Cédric Krier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-06  5:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/ Michał Górny
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
2023-02-17  9:48 Sam James
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
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520089215.9e51b808abd8a5340278476a676ad0b8b67272c2.cedk@gentoo \
    --to=cedk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox