Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/
Date: Sun, 15 Dec 2019 14:26:01
Message-Id: 1576419775.6421d9661b623c9c784c338f339d1931144857dc.pacho@gentoo
1 commit: 6421d9661b623c9c784c338f339d1931144857dc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 14:22:55 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 14:22:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421d966
7
8 dev-python/python-fastimport: Drop old
9
10 Package-Manager: Portage-2.3.81, Repoman-2.3.19
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/python-fastimport/Manifest | 2 --
14 .../python-fastimport-0.9.2-r1.ebuild | 35 ----------------------
15 .../python-fastimport-0.9.6.ebuild | 29 ------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/dev-python/python-fastimport/Manifest b/dev-python/python-fastimport/Manifest
19 index 00372e23b44..ec268fd1126 100644
20 --- a/dev-python/python-fastimport/Manifest
21 +++ b/dev-python/python-fastimport/Manifest
22 @@ -1,3 +1 @@
23 -DIST fastimport-0.9.6.tar.gz 33333 BLAKE2B 46e654c26bd388a61ae0717b66294dbc1261aca9a2b6e1823e6d8afad014fd21d0ea54e70e018ba79cc45dc6111ccf84a4eb68e053c0812773a4c25cb32e0569 SHA512 cc38c1218d65ef4a9e3a68d8af3fadf98c7cc0dcd8075b338b8f492d25765bc2fe2247000868fd3c95e1f7f4c2b9a05964ef7b4f9196c2777f6a7941f127f416
24 DIST fastimport-0.9.8.tar.gz 39512 BLAKE2B 484ba865e749cca33df73417285e51a9117e7c905ab2922588d6eef9a64ea6b3d72de285a2affbe7d4a770ead9ece30f6242777087af1c469d59c8f2a4e1b008 SHA512 5d195b641cf6138fdbc6c75781a4a6d3699e3ada9743bbe4c4264879b2da2f8a2e995e7cc3955a5241e9c7a7f24f8114474a0a30907f86e2e335e2be4669f588
25 -DIST python-fastimport-0.9.2.tar.gz 30762 BLAKE2B 2484e02077017c5534afafcc17627bef8875379bd8e66b5610408b5b11feb6db32cd9e97905a9ff3bc23cc58f6e01255bb3e18ea6fa66e0d077a42504e0def39 SHA512 8fd9f89267ca88edff94cea7537740431d02680a1eebd085ee376954b47bf5222e7575750895d0d2da246694cdac7a5afe50d857b87c0f36e04eb3511bcbe472
26
27 diff --git a/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild
28 deleted file mode 100644
29 index bbff297ec58..00000000000
30 --- a/dev-python/python-fastimport/python-fastimport-0.9.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 pypy )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Library for parsing the fastimport VCS serialization format"
43 -HOMEPAGE="https://github.com/jelmer/python-fastimport"
44 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND=""
53 -DEPEND="
54 - test? (
55 - dev-python/testtools[${PYTHON_USEDEP}]
56 - )"
57 -
58 -python_test() {
59 - local test_runner=( "${PYTHON}" -m unittest )
60 -
61 - if [[ ${EPYTHON} == python2.6 ]]; then
62 - test_runner=( unit2 )
63 - fi
64 -
65 - "${test_runner[@]}" fastimport.tests.test_suite \
66 - || die "Tests fail with ${EPYTHON}"
67 -}
68
69 diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
70 deleted file mode 100644
71 index 17053b741e1..00000000000
72 --- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild
73 +++ /dev/null
74 @@ -1,29 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
81 -
82 -inherit distutils-r1
83 -
84 -MY_PN="${PN#python-}"
85 -MY_P="${MY_PN}-${PV}"
86 -DESCRIPTION="Library for parsing the fastimport VCS serialization format"
87 -HOMEPAGE="https://github.com/jelmer/python-fastimport"
88 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
89 -
90 -LICENSE="GPL-2+"
91 -SLOT="0"
92 -KEYWORDS="amd64 arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
93 -IUSE="test"
94 -RESTRICT="!test? ( test )"
95 -
96 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
97 -
98 -S="${WORKDIR}/${MY_P}"
99 -
100 -python_test() {
101 - "${PYTHON}" -m unittest fastimport.tests.test_suite \
102 - || die "Tests fail with ${EPYTHON}"
103 -}