diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-02-26 20:50:38 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-02-26 20:52:09 +0100 |
commit | d315125adffa902ae721fff58722a59959a0e12a (patch) | |
tree | 27604100b27222227fbb22e9599bfc86a4500984 /dev-python/django-setuptest | |
parent | dev-python/django-pipeline: Bump (diff) | |
download | gentoo-d315125adffa902ae721fff58722a59959a0e12a.tar.gz gentoo-d315125adffa902ae721fff58722a59959a0e12a.tar.bz2 gentoo-d315125adffa902ae721fff58722a59959a0e12a.zip |
dev-python/django-setuptest: Bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/django-setuptest')
-rw-r--r-- | dev-python/django-setuptest/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.2.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/django-setuptest/Manifest b/dev-python/django-setuptest/Manifest index 2a4da5f55412..9f5aecddcbed 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 000000000000..96bfaaff1650 --- /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}]" |