summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-25 21:40:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-25 21:54:09 +0100
commitfe8e7a251df5ed09b9e31e2c378b8fd30aec7ad1 (patch)
treecb52c0d8474c5c29ffdea3272c43e6e3cfa0f91d /dev-python/django-tagging
parentnet-analyzer/graphite-web: Remove Python 2 (diff)
downloadgentoo-fe8e7a251df5ed09b9e31e2c378b8fd30aec7ad1.tar.gz
gentoo-fe8e7a251df5ed09b9e31e2c378b8fd30aec7ad1.tar.bz2
gentoo-fe8e7a251df5ed09b9e31e2c378b8fd30aec7ad1.zip
dev-python/django-tagging: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-tagging')
-rw-r--r--dev-python/django-tagging/Manifest1
-rw-r--r--dev-python/django-tagging/django-tagging-0.4.1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/django-tagging/Manifest b/dev-python/django-tagging/Manifest
index d61fb80ab373..a4f90caa9318 100644
--- a/dev-python/django-tagging/Manifest
+++ b/dev-python/django-tagging/Manifest
@@ -1,2 +1 @@
-DIST django-tagging-0.4.1.tar.gz 44260 BLAKE2B 44d39d44892fa86ebc4ea185fb53696be772738a60a29d121d883ed3f123914a4621701c2a1efc4b0e309cd02ad0f7d28fb468eeff15c1b147724e8f9dc36e9b SHA512 6f6899084fd5067ec2e49649bba4aad225ed738f39f999b7ea5156d38fa28c272d4a1f688d4de712db15fe8f2c2ecfd4532eb6e9c0c1de6dd530c09d7d767a26
DIST django-tagging-0.4.6.tar.gz 45228 BLAKE2B 77ed033ad61d227f8fea9e794b888da5d3a81474330d56bbbbcb1ce457ecac27d9615decadaece3c8b8fd2864c53342b795e8a76528c42609b928624609ccabe SHA512 75abf4b57df52393c8eb1ea265344c90c48b4225151076ce874b2e43657dd6cf4fffa1149acc2e118d58e3701d18103a362f658ce5114d7f207a33e7f4903b38
diff --git a/dev-python/django-tagging/django-tagging-0.4.1.ebuild b/dev-python/django-tagging/django-tagging-0.4.1.ebuild
deleted file mode 100644
index 936277e845c7..000000000000
--- a/dev-python/django-tagging/django-tagging-0.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic tagging application for Django"
-HOMEPAGE="https://pypi.org/project/django-tagging/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]"
-
-python_install_all() {
- use doc && dodoc docs/overview.txt
- distutils-r1_python_install_all
-}