diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-16 16:51:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-16 16:56:30 +0100 |
commit | 6237ed9b8a25082a5bdc694403e12b819b054282 (patch) | |
tree | 620ce8d276cfa82d694f2635951225b71b11cff1 /dev-python | |
parent | dev-python/django-mptt: Remove last-rited pkg (diff) | |
download | gentoo-6237ed9b8a25082a5bdc694403e12b819b054282.tar.gz gentoo-6237ed9b8a25082a5bdc694403e12b819b054282.tar.bz2 gentoo-6237ed9b8a25082a5bdc694403e12b819b054282.zip |
dev-python/django-filer: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-filer/Manifest | 2 | ||||
-rw-r--r-- | dev-python/django-filer/django-filer-1.2.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/django-filer/django-filer-1.2.7.ebuild | 29 | ||||
-rw-r--r-- | dev-python/django-filer/metadata.xml | 10 |
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest deleted file mode 100644 index 4657667ae00a..000000000000 --- a/dev-python/django-filer/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST django-filer-1.2.0.tar.gz 1100877 BLAKE2B 924129e668ae3390e82e12f9d2589b1b199492d9d2995ee566f051b7e57359548bf3fb03d642c70e930f7a8e4f9a4c9a2229f4d6a2da0a6222b029e021691a9c SHA512 b3cf4d028f0e8fb3e8a43d18002e8f8a2659cb57281fbc8c6e2d1ce6cdcfa165f627d0e393f07eb0ce0aec86f7d99aaf6e6a418334faa6695644d8aef65f5993 -DIST django-filer-1.2.7.tar.gz 1269205 BLAKE2B c24b375b965ce31c4456383309521301fe8e55c0dfe29a6c0f79d5b2d359a881e72b11a496671c47ac75afbdb09a2e276da5cea7de4502bc8399de0a99414be9 SHA512 681f31bf7d3c781e7ef0f1833cc666f993403da527ffa8862585b21b8ebef1eacb2c856abfb1b41028a500eb2fb6533a869da3660a4606ba0c435702fdc7ad9e diff --git a/dev-python/django-filer/django-filer-1.2.0.ebuild b/dev-python/django-filer/django-filer-1.2.0.ebuild deleted file mode 100644 index 563448e5214b..000000000000 --- a/dev-python/django-filer/django-filer-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="File management application for django that makes handling of files and images" -HOMEPAGE="https://pypi.org/project/django-filer/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/django-1.5 - >=dev-python/django_polymorphic-0.2 - >=dev-python/easy-thumbnails-1.0 - dev-python/django-mptt -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools -" diff --git a/dev-python/django-filer/django-filer-1.2.7.ebuild b/dev-python/django-filer/django-filer-1.2.7.ebuild deleted file mode 100644 index 443dfc1be2ce..000000000000 --- a/dev-python/django-filer/django-filer-1.2.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_{6,7},3_{4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="File management application for django that makes handling of files and images" -HOMEPAGE="https://pypi.org/project/django-filer/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/django-1.5[${PYTHON_USEDEP}] - >=dev-python/django_polymorphic-0.2[${PYTHON_USEDEP}] - >=dev-python/easy-thumbnails-1.0[${PYTHON_USEDEP}] - dev-python/django-mptt[${PYTHON_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-python/django-filer/metadata.xml b/dev-python/django-filer/metadata.xml deleted file mode 100644 index 108f02cb6d63..000000000000 --- a/dev-python/django-filer/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>slis@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="pypi">django-filer</remote-id> - </upstream> -</pkgmetadata> |