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/vobject/
Date: Thu, 01 Oct 2020 12:22:09
Message-Id: 1601554916.6fe3fd6515afac9c69f8271430ee880f50558b8b.mgorny@gentoo
1 commit: 6fe3fd6515afac9c69f8271430ee880f50558b8b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 12:11:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 12:21:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe3fd65
7
8 dev-python/vobject: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/vobject/vobject-0.9.6.1-r1.ebuild | 29 ----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/vobject/vobject-0.9.6.1-r1.ebuild b/dev-python/vobject/vobject-0.9.6.1-r1.ebuild
16 deleted file mode 100644
17 index 1f5d43e37d4..00000000000
18 --- a/dev-python/vobject/vobject-0.9.6.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Python package for parsing and generating vCard and vCalendar files"
31 -HOMEPAGE="https://eventable.github.io/vobject/
32 - https://pypi.org/project/vobject/
33 - https://github.com/eventable/vobject"
34 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="Apache-2.0"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm arm64 x86"
39 -IUSE=""
40 -
41 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
42 -RDEPEND=">=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]"
43 -DEPEND="${RDEPEND}"
44 -
45 -DOCS=( ACKNOWLEDGEMENTS.txt README.md )
46 -
47 -python_test() {
48 - "${EPYTHON}" tests.py || die "Testing failed under ${EPYTHON}"
49 -}