diff options
author | 2019-10-15 18:49:00 +0200 | |
---|---|---|
committer | 2019-10-15 18:49:00 +0200 | |
commit | 9cb914a0eec1d5da252a08ed7ccc33df3f5c4cc4 (patch) | |
tree | 9c7d497b9be5641f41ed5d6365a4af3f0ac7880a /dev-python/cfgio | |
parent | dev-python/behave: Remove last-rited pkg (diff) | |
download | gentoo-9cb914a0eec1d5da252a08ed7ccc33df3f5c4cc4.tar.gz gentoo-9cb914a0eec1d5da252a08ed7ccc33df3f5c4cc4.tar.bz2 gentoo-9cb914a0eec1d5da252a08ed7ccc33df3f5c4cc4.zip |
dev-python/cfgio: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cfgio')
-rw-r--r-- | dev-python/cfgio/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cfgio/cfgio-0.1.2.ebuild | 23 | ||||
-rw-r--r-- | dev-python/cfgio/metadata.xml | 8 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/cfgio/Manifest b/dev-python/cfgio/Manifest deleted file mode 100644 index f8101d36d69a..000000000000 --- a/dev-python/cfgio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cfgio-0.1.2.tar.gz 17221 BLAKE2B d1fd3add411b221e77af0567e5bfaabcfdc3204a8045ab08286e94b91d5f57c904d5a4d2e9213546d3c22e313e4698a678bfdbf85e7bf505205b607571bceae9 SHA512 62b3d93097e088ca6a54efbeedfc42f2b565ec0692b2ed7b1f2ea028b087e3fea1d109ca4d268aa8d9cb499eecbd4c0b10c3092c8754809bf74ee62c03b947cc diff --git a/dev-python/cfgio/cfgio-0.1.2.ebuild b/dev-python/cfgio/cfgio-0.1.2.ebuild deleted file mode 100644 index df5ebff0b172..000000000000 --- a/dev-python/cfgio/cfgio-0.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for reading and writing configuration file formats" -HOMEPAGE="https://github.com/ercpe/cfgio" -SRC_URI="https://github.com/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/cfgio/metadata.xml b/dev-python/cfgio/metadata.xml deleted file mode 100644 index 7c0336919544..000000000000 --- a/dev-python/cfgio/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">ercpe/cfgio</remote-id> - </upstream> -</pkgmetadata> |