summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 23:51:54 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 10:11:24 +0100
commit314792074272303b190c1eceb886f4e64611ab09 (patch)
tree378197d3912dd0af7067828c634696e0f9b68e05
parentdev-python/distro: Clean old up (diff)
downloadgentoo-314792074272303b190c1eceb886f4e64611ab09.tar.gz
gentoo-314792074272303b190c1eceb886f4e64611ab09.tar.bz2
gentoo-314792074272303b190c1eceb886f4e64611ab09.zip
dev-python/dj-database-url: Clean old up
-rw-r--r--dev-python/dj-database-url/Manifest1
-rw-r--r--dev-python/dj-database-url/dj-database-url-0.4.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/dj-database-url/Manifest b/dev-python/dj-database-url/Manifest
index 01c4a5a0196c..78be3dce9aea 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1,2 +1 @@
-DIST dj-database-url-0.4.0.tar.gz 4015 BLAKE2B 269b7d341829801271b8cc4d592fd9acbeb712197855ff68bffd5742d247c969f88b35b6133866fd9f8916bd2d9f8ad44e1ad7b4e629c2abb2fc88200fc06921 SHA512 eea9a095f135adf7a197db949cb1ca067ff920c73fe62f510da4decd92aad7e0051bbabee4b92f0848ffc23ce6ee87ddaf0fb284b0cfba78ba0e3b5a367cccf6
DIST dj-database-url-0.4.2.tar.gz 4268 BLAKE2B c9abfc50616baf8cff4f12c6ce2c3bc5914be231c67d23ef49c222f162109ae7ad730678c05d9596969d4dabc7d44a80711dc2fbc3e6bd74b99dd699ee554413 SHA512 d18fe4e0cd4073689759c302c22e0f128d4ed1103af99a1db4dbe645fdea601837131a3f8d215143dabda64903aaeeb4706bd2082810f904cc8e74b564c5f2e3
diff --git a/dev-python/dj-database-url/dj-database-url-0.4.0.ebuild b/dev-python/dj-database-url/dj-database-url-0.4.0.ebuild
deleted file mode 100644
index e0e150c7805d..000000000000
--- a/dev-python/dj-database-url/dj-database-url-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Use Database URLs in your Django Application"
-HOMEPAGE="https://pypi.python.org/pypi/dj-database-url https://github.com/kennethreitz/dj-database-url"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# Not contained in the tarball
-RESTRICT=test
-
-python_test() {
- "${PYTHON}" test_dj_database_url.py || die
-}