diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-02 23:52:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 10:11:27 +0100 |
commit | 580d74fe4588b22ac51758dede5ca01b4723ae8a (patch) | |
tree | fe55e848cdc4de77a1eed8e94fce31745b956909 /dev-python | |
parent | dev-python/django-haystack: Clean old up (diff) | |
download | gentoo-580d74fe4588b22ac51758dede5ca01b4723ae8a.tar.gz gentoo-580d74fe4588b22ac51758dede5ca01b4723ae8a.tar.bz2 gentoo-580d74fe4588b22ac51758dede5ca01b4723ae8a.zip |
dev-python/django-nose: Clean old up
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-nose/Manifest | 2 | ||||
-rw-r--r-- | dev-python/django-nose/django-nose-1.3.ebuild | 28 | ||||
-rw-r--r-- | dev-python/django-nose/django-nose-1.4.3.ebuild | 30 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/django-nose/Manifest b/dev-python/django-nose/Manifest index e2ddeadfbc5c..059a6bcd6c6b 100644 --- a/dev-python/django-nose/Manifest +++ b/dev-python/django-nose/Manifest @@ -1,3 +1 @@ -DIST django-nose-1.3.tar.gz 25149 BLAKE2B 548d6cbf575b6e29e1375559285fe1e8231556fec7e68b762672fa5a94c127b13d609235048681de0bdee2fdb71d8e04fee491774fbfb6fb3ee7e68732b9b6eb SHA512 0e7f18d32340f912fcde96c3ed4ff63caec71ad178f9bd01e61087a228d7e93ecfd87c5d320a66093bce438561638daacd586a4ecb3198573b28607d33eb853f -DIST django-nose-1.4.3.tar.gz 46035 BLAKE2B 6dee08e667b55560ff36aff85d3b5e922a6e739c5fa39039d4bdc643c642eb83e1fa9ec7eba77dbe2de958d123c77d5d7abdd1839ef5ea15e87872000c015a1d SHA512 448ecfd9759811dc123cbc4bdc2e58e697f0f4c17caf9277fb5e0eb9215205d7814d45e86b2008e8a1233ddaf14e12112cdf64b0f5d54464ce77cbf896a48981 DIST django-nose-1.4.4.tar.gz 44266 BLAKE2B 0c2785c98350b55df332eabb534ef3a614d961fffd8f44dd9e74c55a55e298b16c4963bfb389945fe76dc7ecb1e344104a8fe4afa35219ba748a8c7aadb97dc7 SHA512 b69af1e8539f7d792e6c9ef002cbeeee95bd144148d55850a49e2759784b68ce07e19587365beb06cc138136498c0e952f7b16067567a5a2eaa31e9f4d47b8da diff --git a/dev-python/django-nose/django-nose-1.3.ebuild b/dev-python/django-nose/django-nose-1.3.ebuild deleted file mode 100644 index 592dbe0c0901..000000000000 --- a/dev-python/django-nose/django-nose-1.3.ebuild +++ /dev/null @@ -1,28 +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 ) - -RESTRICT="test" # missing south - -inherit distutils-r1 - -DESCRIPTION="Django test runner that uses nose" -HOMEPAGE="https://github.com/jbalogh/django-nose" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -# test? ( ${RDEPEND} -# >=dev-python/south-0.7[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" testapp/runtests.py -} diff --git a/dev-python/django-nose/django-nose-1.4.3.ebuild b/dev-python/django-nose/django-nose-1.4.3.ebuild deleted file mode 100644 index 2034487062cf..000000000000 --- a/dev-python/django-nose/django-nose-1.4.3.ebuild +++ /dev/null @@ -1,30 +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 test runner that uses nose" -HOMEPAGE="https://github.com/jbalogh/django-nose" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -#RESTRICT="test" # The testsuite currently broken See notes below - -RDEPEND=" - >=dev-python/nose-1.2.1[${PYTHON_USEDEP}] - dev-python/django[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - >=dev-python/dj-database-url-0.3.0[${PYTHON_USEDEP}] - )" - -python_test() { - ./runtests.sh --verbose || die -} |