Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fastimport/
Date: Fri, 27 May 2022 19:53:29
Message-Id: 1653681081.c7bf229ef6cd55250169a92c39b780db1844754a.mgorny@gentoo
1 commit: c7bf229ef6cd55250169a92c39b780db1844754a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:51:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:51:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bf229e
7
8 dev-python/fastimport: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fastimport/Manifest | 1 -
13 dev-python/fastimport/fastimport-0.9.11.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/fastimport/Manifest b/dev-python/fastimport/Manifest
17 index b9f9fe69e57a..af9e8c2c4d52 100644
18 --- a/dev-python/fastimport/Manifest
19 +++ b/dev-python/fastimport/Manifest
20 @@ -1,2 +1 @@
21 -DIST fastimport-0.9.11.tar.gz 41764 BLAKE2B afb82878ea1996894ff71fe99edc5ca26d45f98eedf7a8a6e85af45949e1e81c2112de9fc2c026438306a8a0e89c484063954ba7d2ff9a80c6b71ab40174f8d4 SHA512 e1b7e4897542ef6f33af51e1018340a6807688e44424e4e7e482b3347264d58d4290678cc2cfa230af500a53cabdcf35c9e7b03c8ff0f1ec3e6e0a9e869a1455
22 DIST fastimport-0.9.14.tar.gz 41791 BLAKE2B b0becb3de319c44e60cf8575afd9b19ad69ca8715d9eae8ced079136dccadda82ac340ad7e01f8a556bde07fbecfbbe6f9eb841909ee2e6b6bbe8e808f463e43 SHA512 cbf8f0bf5b66e847d4482b6af29ee26a69a2aadefe22c4a2f17d976a94fce86b016b61b17d0a7f4be82ceb7824d0bc12b509b8148c18f9dc8888304158a7c266
23
24 diff --git a/dev-python/fastimport/fastimport-0.9.11.ebuild b/dev-python/fastimport/fastimport-0.9.11.ebuild
25 deleted file mode 100644
26 index 59fa4261dccb..000000000000
27 --- a/dev-python/fastimport/fastimport-0.9.11.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Library for parsing the fastimport VCS serialization format"
40 -HOMEPAGE="https://github.com/jelmer/python-fastimport"
41 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -
47 -python_test() {
48 - "${EPYTHON}" -m unittest -v fastimport.tests.test_suite ||
49 - die "Tests fail with ${EPYTHON}"
50 -}