summaryrefslogtreecommitdiff
path: root/dev-python/cfgio
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cfgio')
-rw-r--r--dev-python/cfgio/Manifest3
-rw-r--r--dev-python/cfgio/cfgio-0.1.2.ebuild23
-rw-r--r--dev-python/cfgio/metadata.xml8
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/cfgio/Manifest b/dev-python/cfgio/Manifest
deleted file mode 100644
index eb808cf2c0c5..000000000000
--- a/dev-python/cfgio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cfgio-0.1.2.tar.gz 17221 BLAKE2B d1fd3add411b221e77af0567e5bfaabcfdc3204a8045ab08286e94b91d5f57c904d5a4d2e9213546d3c22e313e4698a678bfdbf85e7bf505205b607571bceae9 SHA512 62b3d93097e088ca6a54efbeedfc42f2b565ec0692b2ed7b1f2ea028b087e3fea1d109ca4d268aa8d9cb499eecbd4c0b10c3092c8754809bf74ee62c03b947cc
-EBUILD cfgio-0.1.2.ebuild 552 BLAKE2B 24ad511682a1aa38498c120d3d5b3ea8a898d88bb1bd69d086c94172aba03cc270efd6e2c3d1dc3a53bd2b378cbaf4e52fa715d97ae1d6a171c083ab1bca7a85 SHA512 e750e7663cda0c5ccaf2418afee672c8cc1f14c41ce65c92654126fac379f77164c6e5b8b6dd5c6b710bc14e35557488b7710bcd1c20e7e1d9d23d478eb847d8
-MISC metadata.xml 248 BLAKE2B 4cf2cee3b29f73d36857d8ae741767564abf8fcef18fb022e109f40e949ff585bceffca957db7fab753887ba22ea6e655a3a509a84fc786b3bdaa99491cbf3c2 SHA512 5049b4d52501200442de9ca174923314f7c2a45c4f4c395ab0517603f26127f0781f6ac4d58d8b77fb7fa6d6760db525d78bc52e499bf7a9d66989406b628f37
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>