summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-16 16:54:35 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-16 16:56:37 +0100
commit473dad2495c1f3081043b48598ff61b63d7aa6d8 (patch)
treefb9d0ca8fac9c9293dd157bdc6682eb81a83d548 /dev-python
parentdev-python/djangocms-snippet: Remove last-rited pkg (diff)
downloadgentoo-473dad2495c1f3081043b48598ff61b63d7aa6d8.tar.gz
gentoo-473dad2495c1f3081043b48598ff61b63d7aa6d8.tar.bz2
gentoo-473dad2495c1f3081043b48598ff61b63d7aa6d8.zip
dev-python/djangocms-picture: 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/djangocms-picture/Manifest1
-rw-r--r--dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild32
-rw-r--r--dev-python/djangocms-picture/metadata.xml10
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
deleted file mode 100644
index 440c4e6701fd..000000000000
--- a/dev-python/djangocms-picture/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST djangocms-picture-2.0.5.tar.gz 32329 BLAKE2B 127103b903e7268e73444d6370fae4aad10ee0a616bff47795acb2ede59fe901c54ed8fd5bac644b2f10061dce1e788dac27670ed954fc66435ee418d9660c49 SHA512 df4ba02d06966d7cee38254baadea5eeb5197557cbda1e8a202e45420881b6216efcc49fa8a6e9f9af30507a93ee2f7110e14e5ae3a645b889c990dfaca3a499
diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
deleted file mode 100644
index 68f8281a4353..000000000000
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.org/project/djangocms-picture/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-python/djangocms-attributes-field-0.1.1[${PYTHON_USEDEP}]
- >=dev-python/django-filer-1.2.4[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
-
-src_prepare() {
- sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
- eapply_user
-}
diff --git a/dev-python/djangocms-picture/metadata.xml b/dev-python/djangocms-picture/metadata.xml
deleted file mode 100644
index e76677692df2..000000000000
--- a/dev-python/djangocms-picture/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">djangocms-picture</remote-id>
- </upstream>
-</pkgmetadata>