summaryrefslogtreecommitdiff
path: root/dev-python/dj-database-url
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-15 09:13:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-15 09:13:25 +0000
commit607b561bf0505a750e3947c833178f02cce32b50 (patch)
tree2fb459557711a5cf3e7feea65d10f4849e31d90b /dev-python/dj-database-url
parente3e11716f96f3de66be33ff5ccc9c03086acf784 (diff)
downloadbaldeagleos-repo-607b561bf0505a750e3947c833178f02cce32b50.tar.gz
baldeagleos-repo-607b561bf0505a750e3947c833178f02cce32b50.tar.xz
baldeagleos-repo-607b561bf0505a750e3947c833178f02cce32b50.zip
Adding metadata
Diffstat (limited to 'dev-python/dj-database-url')
-rw-r--r--dev-python/dj-database-url/dj-database-url-0.5.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild b/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild
deleted file mode 100644
index bfb0be36d60b..000000000000
--- a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Use Database URLs in your Django Application"
-HOMEPAGE="
- https://pypi.org/project/dj-database-url/
- https://github.com/jacobian/dj-database-url"
-SRC_URI="
- https://github.com/jacobian/dj-database-url/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests unittest