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 0392C138206 for ; Wed, 3 Jan 2018 09:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B063DE091B; 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 8EF3AE091B for ; Wed, 3 Jan 2018 09:11:57 +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 59EE4335C39 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 8C7FD1B5 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: <1514970690.a0fc0f9bbe17178af6bf2ec426487e871459b470.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-setuptest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-setuptest/Manifest dev-python/django-setuptest/django-setuptest-0.1.6.ebuild X-VCS-Directories: dev-python/django-setuptest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0fc0f9bbe17178af6bf2ec426487e871459b470 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: ca7311dc-8399-4826-87ec-eca06282f8ba X-Archives-Hash: 0ec25c85cfa918c42e746793eea7f7c6 commit: a0fc0f9bbe17178af6bf2ec426487e871459b470 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 2 22:53:49 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 09:11:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fc0f9b dev-python/django-setuptest: Clean old up dev-python/django-setuptest/Manifest | 1 - .../django-setuptest/django-setuptest-0.1.6.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest index 1b704dc5315..d4d646d3101 100644 --- a/dev-python/django-setuptest/Manifest +++ b/dev-python/django-setuptest/Manifest @@ -1,2 +1 @@ -DIST django-setuptest-0.1.6.tar.gz 6929 BLAKE2B 45485de8f104b398a00e01dc160915359279c940e4dcfd32989fb15964d6f2ac794764e460fd0cc61b80b920f9e36465e986bde3fe2fd3395710db5689eca266 SHA512 c2f2c1329d3541ac2e8d5895ddde2e1d1d1c2a819b3cc7168d333894e15128ff49b973a1570917abf06152634c915dada6df9f27ec9463ef79f02411c022d80d DIST django-setuptest-0.2.1.tar.gz 7131 BLAKE2B 5afd3106c9f02da2b8d63a21e90c68db97a38f67ca36feafa6e798f9f3106f81cedc94a3155d777f78f43e549fb5656245518d5a812fb30513c59cb24d8da98b SHA512 de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d diff --git a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild deleted file mode 100644 index b2656baad4a..00000000000 --- a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild +++ /dev/null @@ -1,23 +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="Simple test suite enabling Django app testing via setup.py" -HOMEPAGE="https://github.com/praekelt/django-setuptest" -SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"