Gentoo Archives: gentoo-commits

From: "Cédric Krier" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
Date: Sun, 03 Jun 2018 10:23:46
Message-Id: 1528021417.7ca8d165bfafb70e6851392c3b0035dce6826994.cedk@gentoo
1 commit: 7ca8d165bfafb70e6851392c3b0035dce6826994
2 Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 10:23:13 2018 +0000
4 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 10:23:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca8d165
7
8 dev-python/python-stdnum: Remove old ebuilds
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/python-stdnum/Manifest | 2 --
13 dev-python/python-stdnum/python-stdnum-1.7.ebuild | 27 ----------------------
14 .../python-stdnum/python-stdnum-1.8.1.ebuild | 27 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
18 index eddad5ebb3c..3dc5b2aca3a 100644
19 --- a/dev-python/python-stdnum/Manifest
20 +++ b/dev-python/python-stdnum/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-stdnum-1.7.tar.gz 411134 BLAKE2B 22afadd03c1f9043a68f34dcebcb80f8c053deb550924ae16c8e9b121f47da5422a28578743a6aa3cf1b71bc8fb3b588352ff776a36c78161cb3fd69faab71a6 SHA512 323f5e37087e95143eb59345c4ddb5fb1529a136c234c8e9c957cf9914984e758b256facbfbc5de379000b8939460ea25e8105428d67f7052a23676c334a002a
23 -DIST python-stdnum-1.8.1.tar.gz 421921 BLAKE2B 814e887e15573ef09ee7a050204204474a06b9a65dad6f98a67a029ee4fdb64764dcbe43c491dcc6fdb56a88ea837bfa0b14a3c45dfef6b0aafa47ce70dc6f80 SHA512 02b0f8bc7e2245f780777b3b45db860b6332ad7fedfd6e674a8d67666693107773f5eda02bb241aef950a2409d5ac241b6de8326f80159311f2c22f0d0dc9465
24 DIST python-stdnum-1.9.tar.gz 466861 BLAKE2B 31656cb64ab422dd172ee1a9121cf41d18bfd85a98a38a956e499e04e20369115449ed0b4b946e1aa2ce8d41eb24ca20b296aa178151276f3ea1e37153875969 SHA512 ed236e7fa5f64bb812578f019c2286a139f75356073ec7d0b0fc9220092b5e0e5d3b4fd133661e4126ac3f78141457af1793fdbc45a22daa4d36ceaf1535901f
25
26 diff --git a/dev-python/python-stdnum/python-stdnum-1.7.ebuild b/dev-python/python-stdnum/python-stdnum-1.7.ebuild
27 deleted file mode 100644
28 index db1d8fe5bd1..00000000000
29 --- a/dev-python/python-stdnum/python-stdnum-1.7.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A module to handle standardized numbers and codes"
41 -HOMEPAGE="https://arthurdejong.org/python-stdnum/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="vies test"
48 -
49 -RDEPEND="vies? ( dev-python/suds )"
50 -DEPEND="${DEPEND}
51 - dev-python/setuptools
52 - test? ( dev-python/nose )"
53 -
54 -DOCS=( ChangeLog NEWS README )
55 -
56 -python_test() {
57 - nosetests || die
58 -}
59
60 diff --git a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild b/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
61 deleted file mode 100644
62 index 8d73d4288ed..00000000000
63 --- a/dev-python/python-stdnum/python-stdnum-1.8.1.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2018 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="A module to handle standardized numbers and codes"
75 -HOMEPAGE="https://arthurdejong.org/python-stdnum/"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="LGPL-2.1"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE="vies test"
82 -
83 -RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )"
84 -DEPEND="${DEPEND}
85 - dev-python/setuptools
86 - test? ( dev-python/nose )"
87 -
88 -DOCS=( ChangeLog NEWS README )
89 -
90 -python_test() {
91 - nosetests || die
92 -}