summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 18:21:17 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 00:18:53 +0100
commit1ca274310d1d7801af13a73bae25cb5fe7fee936 (patch)
treea26b4a5f840f33edb60b057553f60e2f188c8d7f
parentdev-python/pmw: Clean old up (diff)
downloadgentoo-1ca274310d1d7801af13a73bae25cb5fe7fee936.tar.gz
gentoo-1ca274310d1d7801af13a73bae25cb5fe7fee936.tar.bz2
gentoo-1ca274310d1d7801af13a73bae25cb5fe7fee936.zip
dev-python/poyo: Clean old up
-rw-r--r--dev-python/poyo/Manifest1
-rw-r--r--dev-python/poyo/poyo-0.4.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest
index 294ae955a3ec..1ad32e8a146d 100644
--- a/dev-python/poyo/Manifest
+++ b/dev-python/poyo/Manifest
@@ -1,2 +1 @@
-DIST poyo-0.4.0.tar.gz 10722 BLAKE2B 4658a8e0f6c1928691a263b4dab8702de3abe8b2f2bbe708edb3cd66c35772f7609be64171075b70c5306e3ada91cac1cb0730a6a002b25643fa0abc927e57ba SHA512 19ab8e8f7bb6e376494516ac455eec36f57f64c59c1f5f3bc2a9ee1dd2faefdccab2755a4875f85553e4f2fbdcb3a13db0f591fc65c005354cc20d10ce2a0d6c
DIST poyo-0.4.1.tar.gz 10960 BLAKE2B 0020e10e3d29978398930a861352138bc11c491f70cae864618734a1382470a7df6d865de89bac144535db391022748559db874f6325e64430abbc3ff52420f7 SHA512 e2dfc504ec9cea8e43363556b875f9b01fbda506ee8e70916d4a018941e4e347a4e8a78a245f980b9c41b20731948fc9e5e131b415856b31593e44b805acc768
diff --git a/dev-python/poyo/poyo-0.4.0.ebuild b/dev-python/poyo/poyo-0.4.0.ebuild
deleted file mode 100644
index 6193eadfddad..000000000000
--- a/dev-python/poyo/poyo-0.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="A lightweight YAML Parser for Python"
-HOMEPAGE="https://github.com/hackebrot/poyo"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
- py.test || die
-}