summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-09 09:17:45 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-09 09:18:23 +0200
commitde4aafe779ad149ccd933c0f2e58491659d463bb (patch)
treebe33ec93940097219bd4093f018ffa8eebfb8298 /dev-python/fastimport
parentdev-java/jdbc-mysql: remove old (diff)
downloadgentoo-de4aafe779ad149ccd933c0f2e58491659d463bb.tar.gz
gentoo-de4aafe779ad149ccd933c0f2e58491659d463bb.tar.bz2
gentoo-de4aafe779ad149ccd933c0f2e58491659d463bb.zip
dev-python/fastimport: Remove 0.9.12
0.9.12 has zero changes since 0.9.10. I've originally added it without keywords to silence repology but this is going to bite us later when bumping, so just remove it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fastimport')
-rw-r--r--dev-python/fastimport/Manifest1
-rw-r--r--dev-python/fastimport/fastimport-0.9.12.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/fastimport/Manifest b/dev-python/fastimport/Manifest
index 2d44d9e72aaa..dc0fac2f32f5 100644
--- a/dev-python/fastimport/Manifest
+++ b/dev-python/fastimport/Manifest
@@ -1,2 +1 @@
DIST fastimport-0.9.11.tar.gz 41764 BLAKE2B afb82878ea1996894ff71fe99edc5ca26d45f98eedf7a8a6e85af45949e1e81c2112de9fc2c026438306a8a0e89c484063954ba7d2ff9a80c6b71ab40174f8d4 SHA512 e1b7e4897542ef6f33af51e1018340a6807688e44424e4e7e482b3347264d58d4290678cc2cfa230af500a53cabdcf35c9e7b03c8ff0f1ec3e6e0a9e869a1455
-DIST fastimport-0.9.12.tar.gz 41765 BLAKE2B fed4b350c5ff1eda194b0ec89da240ddf1f1bb48e08c16597d85eb443c0ff39b6e0af00c70da14a99fcff27ad6935245e9298b74273f210bc15f01b3aa6ccfd1 SHA512 0beab06145f7898402eff96bbc579515b506d9b7f6f30f77cdb35799d4531f0067b5d368e9245649ca435c2f7742c172c61f75d29a76c2d22fd90cc8d9605ae8
diff --git a/dev-python/fastimport/fastimport-0.9.12.ebuild b/dev-python/fastimport/fastimport-0.9.12.ebuild
deleted file mode 100644
index c1f987bb42a4..000000000000
--- a/dev-python/fastimport/fastimport-0.9.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for parsing the fastimport VCS serialization format"
-HOMEPAGE="https://github.com/jelmer/python-fastimport"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-
-python_test() {
- "${EPYTHON}" -m unittest -v fastimport.tests.test_suite ||
- die "Tests fail with ${EPYTHON}"
-}