dev-python/poyo: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 17:21:17 +0000 (18:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:18:53 +0000 (00:18 +0100)
dev-python/poyo/Manifest
dev-python/poyo/poyo-0.4.0.ebuild [deleted file]

index 294ae955a3ecae2c650ef58161c9ddd67985fcc1..1ad32e8a146d5d64f11617b4658054adaad7f175 100644 (file)
@@ -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 (file)
index 6193ead..0000000
+++ /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
-}