From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F1DA138334 for ; Sun, 24 Nov 2019 17:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ABF0E087B; Sun, 24 Nov 2019 17:13:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17598E087A for ; Sun, 24 Nov 2019 17:13:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E60034D2C5 for ; Sun, 24 Nov 2019 17:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99FD78C0 for ; Sun, 24 Nov 2019 17:13:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574615612.f20806fbaee85a471716e056eed6e7cbc47da301.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vobject/vobject-0.9.6.1.ebuild X-VCS-Directories: dev-python/vobject/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f20806fbaee85a471716e056eed6e7cbc47da301 X-VCS-Branch: master Date: Sun, 24 Nov 2019 17:13:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42d36bdb-715e-4262-a01b-1d74ff38f384 X-Archives-Hash: 390cb710457183705f5532f71bd48499 commit: f20806fbaee85a471716e056eed6e7cbc47da301 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 24 15:55:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 24 17:13:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20806fb dev-python/vobject: Drop 0.9.6.1 (r0) Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/vobject/vobject-0.9.6.1.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-python/vobject/vobject-0.9.6.1.ebuild b/dev-python/vobject/vobject-0.9.6.1.ebuild deleted file mode 100644 index cc444ab5667..00000000000 --- a/dev-python/vobject/vobject-0.9.6.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python package for parsing and generating vCard and vCalendar files" -HOMEPAGE="http://eventable.github.io/vobject/ - https://pypi.org/project/vobject/ - https://github.com/eventable/vobject" -SRC_URI="https://github.com/eventable/vobject/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=">=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}] - dev-python/setuptools"[${PYTHON_USEDEP}] -DEPEND="${RDEPEND}" - -DOCS=( ACKNOWLEDGEMENTS.txt README.md ) - -python_test() { - "${EPYTHON}" tests.py || die "Testing failed under ${EPYTHON}" -}