From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 084641388C0 for ; Fri, 26 Feb 2016 19:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 595A9E084B; Fri, 26 Feb 2016 19:53:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85F3DE084C for ; Fri, 26 Feb 2016 19:53:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C58F7340CA5 for ; Fri, 26 Feb 2016 19:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDAF31CEB for ; Fri, 26 Feb 2016 19:53:12 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1456516329.d315125adffa902ae721fff58722a59959a0e12a.patrick@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.2.1.ebuild X-VCS-Directories: dev-python/django-setuptest/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: d315125adffa902ae721fff58722a59959a0e12a X-VCS-Branch: master Date: Fri, 26 Feb 2016 19:53:12 +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: 85f206e0-49a9-42ec-ad03-25b99d5a5725 X-Archives-Hash: f15ce102f171c08abc58e939ac681800 commit: d315125adffa902ae721fff58722a59959a0e12a Author: Patrick Lauer gentoo org> AuthorDate: Fri Feb 26 19:50:38 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Feb 26 19:52:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315125a dev-python/django-setuptest: Bump Package-Manager: portage-2.2.27 dev-python/django-setuptest/Manifest | 1 + .../django-setuptest/django-setuptest-0.2.1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest index 2a4da5f..9f5aecd 100644 --- a/dev-python/django-setuptest/Manifest +++ b/dev-python/django-setuptest/Manifest @@ -1 +1,2 @@ DIST django-setuptest-0.1.6.tar.gz 6929 SHA256 bdce4cf9cfc485b6324b3847fb84af69bdc965370073bc1c983bbf0901902eed SHA512 c2f2c1329d3541ac2e8d5895ddde2e1d1d1c2a819b3cc7168d333894e15128ff49b973a1570917abf06152634c915dada6df9f27ec9463ef79f02411c022d80d WHIRLPOOL e1c45eb3658b75bc82d0b3a5397c4199f5339c19c95e76e2fba0dddd02928da3c3480dc51eb41cef39c283c534a73f90bfbf5edc3289d24f6a5e44aea71e81e5 +DIST django-setuptest-0.2.1.tar.gz 7131 SHA256 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169 SHA512 de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d WHIRLPOOL 508d16f928e715a7c583c5190768554c274ad5b4b84d6368f09b98f78bd9cbf4eab62281445159a39369b3a7b91218406bb9d89eac0214d9ae3e42fcec10f5a3 diff --git a/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild b/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild new file mode 100644 index 0000000..96bfaaf --- /dev/null +++ b/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,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}]"