summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-27 19:52:17 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-27 19:52:17 +0100
commitcf79010c045c92baaf0930b1f58e0dc5a3aecdaa (patch)
tree572e01f5b8b61290f29db8188f5714352bd16a62 /dev-python
parent40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a (diff)
downloadgentoo-cf79010c045c92baaf0930b1f58e0dc5a3aecdaa.tar.gz
gentoo-cf79010c045c92baaf0930b1f58e0dc5a3aecdaa.tar.bz2
gentoo-cf79010c045c92baaf0930b1f58e0dc5a3aecdaa.zip
dev-python/django-select2: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-select2/Manifest1
-rw-r--r--dev-python/django-select2/django-select2-4.2.2.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/django-select2/Manifest b/dev-python/django-select2/Manifest
index 00623cf31955..2909e6078c75 100644
--- a/dev-python/django-select2/Manifest
+++ b/dev-python/django-select2/Manifest
@@ -1,2 +1 @@
-DIST Django-Select2-4.2.2.tar.gz 91269 BLAKE2B c392915030da188035b3a9e36e1d7f72f206ee697fa35de556cdb12f32a5183e8ad0f7663c76f1a18876d6287eab32448942ea96fc2e0438663afb804ea9ee3e SHA512 5262201804ac9cd9a13c228ba93d3753906d60bceb17ba860b855fb5106891223006acc79da9cf9d34ad32f6bcdf434f10d36135fab0305a8772f532d77982db
DIST Django-Select2-5.5.0.tar.gz 16591 BLAKE2B 5c7ec034cd03c373d097b0959fcb827c04577c1bdea25e4881f0f7ad4839c3b55ef9bf48038729ef4939c204eba1be1b8968dc75bcad486c74c7cf76f7f45bec SHA512 c2b3fc97a520d729e8288647190042cd6e577649e9abbbd1d4ce39d9cb9a7d0c03da8f1e50f5377c67c0ea9f0d379c1f8c97da4cc477c365741a6c82bc8f1e03
diff --git a/dev-python/django-select2/django-select2-4.2.2.ebuild b/dev-python/django-select2/django-select2-4.2.2.ebuild
deleted file mode 100644
index 3cc8d0994f54..000000000000
--- a/dev-python/django-select2/django-select2-4.2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="Django-Select2"
-
-DESCRIPTION="A Django integration of Select2"
-HOMEPAGE="https://pypi.org/project/Django-Select2/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"