Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poyo/
Date: Mon, 11 May 2020 17:33:31
Message-Id: 1589218397.1b3788c4a600a208c31cf941e9320a0aa20d35c7.mgorny@gentoo
1 commit: 1b3788c4a600a208c31cf941e9320a0aa20d35c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 17:31:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 17:33:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3788c4
7
8 dev-python/poyo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/poyo/Manifest | 1 -
13 dev-python/poyo/poyo-0.4.1.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest
17 index 21d39a1780f..963ddcac193 100644
18 --- a/dev-python/poyo/Manifest
19 +++ b/dev-python/poyo/Manifest
20 @@ -1,2 +1 @@
21 -DIST poyo-0.4.1.tar.gz 10960 BLAKE2B 0020e10e3d29978398930a861352138bc11c491f70cae864618734a1382470a7df6d865de89bac144535db391022748559db874f6325e64430abbc3ff52420f7 SHA512 e2dfc504ec9cea8e43363556b875f9b01fbda506ee8e70916d4a018941e4e347a4e8a78a245f980b9c41b20731948fc9e5e131b415856b31593e44b805acc768
22 DIST poyo-0.5.0.tar.gz 15276 BLAKE2B 515e04ee365036c96646e1d7aeae273d541298d4d817713e04c4b8be5d7dd12938099a5ed8ab1dfd137d3ff0108a0e86163b99135ea2aa739eaae67ef74484c2 SHA512 aad4334a2aaf63cafab0ecdbdd6f94e9e3d412e6476d7ac13a4399b4af0f43b1eb910e6a3cc7438e84262bc39413fadbe91674534e1e66f446d738c1328b9905
23
24 diff --git a/dev-python/poyo/poyo-0.4.1.ebuild b/dev-python/poyo/poyo-0.4.1.ebuild
25 deleted file mode 100644
26 index 243b2cf344d..00000000000
27 --- a/dev-python/poyo/poyo-0.4.1.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A lightweight YAML Parser for Python"
39 -HOMEPAGE="https://github.com/hackebrot/poyo"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
50 -
51 -python_test() {
52 - py.test || die
53 -}