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 BAC6A138206 for ; Wed, 3 Jan 2018 09:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB41E0916; Wed, 3 Jan 2018 09:11:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48C79E0917 for ; Wed, 3 Jan 2018 09:11:57 +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 18A88335C33 for ; Wed, 3 Jan 2018 09:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795D71B4 for ; Wed, 3 Jan 2018 09:11:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1514970689.eb4c41296f6987914be7b37e209ede0ae8c7ae8f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-recaptcha/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-recaptcha/Manifest dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild X-VCS-Directories: dev-python/django-recaptcha/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb4c41296f6987914be7b37e209ede0ae8c7ae8f X-VCS-Branch: master Date: Wed, 3 Jan 2018 09:11:52 +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: b1cc87f2-0e3d-4567-8c3a-0f5584f3e7d1 X-Archives-Hash: be6eab32ba8bce59622b2e674dd18467 commit: eb4c41296f6987914be7b37e209ede0ae8c7ae8f Author: Michał Górny gentoo org> AuthorDate: Tue Jan 2 22:53:35 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 09:11:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4c4129 dev-python/django-recaptcha: Clean old up dev-python/django-recaptcha/Manifest | 1 - .../django-recaptcha/django-recaptcha-1.0.3.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/django-recaptcha/Manifest b/dev-python/django-recaptcha/Manifest index 65294eb5298..251dcaf8114 100644 --- a/dev-python/django-recaptcha/Manifest +++ b/dev-python/django-recaptcha/Manifest @@ -1,2 +1 @@ -DIST django-recaptcha-1.0.3.tar.gz 11268 BLAKE2B 8f79a7f3f0be334fd68da009fd8af251e70eb92b839a294f3cfe3b700844b32f8e1b8f13ac800e173248254015f9d833ba550db61e09a5c8e49d84e0beae87fd SHA512 9288ba1b4145dd6a08f39d226eeaa5f9ea6d9ff63714ff497fe808dfbe249918e4bb67790566044bceeb59ed293a8fcfe4fb41e279b17b2d7a0a0c5a53dd6463 DIST django-recaptcha-1.0.5.tar.gz 12827 BLAKE2B d17799e891c083adb005de488b4d8f3d7113c4440296d2b0ba5d7a29bc0177a85543dda84511a7a80e82781133bc13be6eda63ac22ba7e471ed7e1a41a662b99 SHA512 2ccf0a6c25d242d86ef7e89705d3f299c94c0ee2fc40853db9bb8cf1f7397650dcde85f1a6d995d452d432ce947bd8fa850d64334d4c124ddc9315cab6fe222c diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild b/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild deleted file mode 100644 index 9e4ffcbabd3..00000000000 --- a/dev-python/django-recaptcha/django-recaptcha-1.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} pypy ) -inherit distutils-r1 - -DESCRIPTION="Django recaptcha form field/widget app" -HOMEPAGE="https://github.com/praekelt/django-recaptcha https://pypi.python.org/pypi/django-recaptcha" -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-python/django[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - >=dev-python/django-setuptest-0.1[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -}