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 97057139694 for ; Mon, 12 Jun 2017 13:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD16021C04E; Mon, 12 Jun 2017 13:53:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 883A421C04E for ; Mon, 12 Jun 2017 13:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 39366341936 for ; Mon, 12 Jun 2017 13:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F751747F for ; Mon, 12 Jun 2017 13:53:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1497275585.57afc8ae2abfb341aca8b46f7c63aae0dba4e4ea.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parsedatetime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parsedatetime/parsedatetime-2.4.ebuild X-VCS-Directories: dev-python/parsedatetime/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 57afc8ae2abfb341aca8b46f7c63aae0dba4e4ea X-VCS-Branch: master Date: Mon, 12 Jun 2017 13:53:18 +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-Archives-Salt: 1d532e26-efc4-4000-ad22-d403ab77ce66 X-Archives-Hash: 7238a74a60599a376a82fe298ac2a4bf commit: 57afc8ae2abfb341aca8b46f7c63aae0dba4e4ea Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 12 13:52:42 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 12 13:53:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57afc8ae dev-python/parsedatetime: Remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/parsedatetime/parsedatetime-2.4.ebuild | 27 ----------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/parsedatetime/parsedatetime-2.4.ebuild b/dev-python/parsedatetime/parsedatetime-2.4.ebuild deleted file mode 100644 index 81f31bb3eb4..00000000000 --- a/dev-python/parsedatetime/parsedatetime-2.4.ebuild +++ /dev/null @@ -1,27 +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="Parse human-readable date/time strings" -HOMEPAGE="https://github.com/bear/parsedatetime" -SRC_URI="https://github.com/bear/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare() { - rm setup.cfg || die -} - -python_test() { - nosetests || die -}