summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-06-08 15:53:45 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-08 15:57:06 +0200
commit7a476c2d74749e00ca5605ab432312d42719ccce (patch)
tree9d7ceeebc6c08fd29181768bb16c6bb26fd32da9 /dev-python
parentdev-python/kiwi: Remove last-rited pkg (diff)
downloadgentoo-7a476c2d74749e00ca5605ab432312d42719ccce.tar.gz
gentoo-7a476c2d74749e00ca5605ab432312d42719ccce.tar.bz2
gentoo-7a476c2d74749e00ca5605ab432312d42719ccce.zip
dev-python/django-evolution: Remove last-rited pkg
Closes: https://bugs.gentoo.org/527176
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-evolution/Manifest2
-rw-r--r--dev-python/django-evolution/django-evolution-0.7.4.ebuild36
-rw-r--r--dev-python/django-evolution/django-evolution-0.7.5.ebuild36
-rw-r--r--dev-python/django-evolution/metadata.xml11
4 files changed, 0 insertions, 85 deletions
diff --git a/dev-python/django-evolution/Manifest b/dev-python/django-evolution/Manifest
deleted file mode 100644
index f0484a318d51..000000000000
--- a/dev-python/django-evolution/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST django_evolution-0.7.4.tar.gz 88467 BLAKE2B dbd2ded6ae73cc7dbcb2b39d32b64b580abeb6bf9d9a1335c72527ef2e137b02a1a6128ded5c2d50bc669f940bcb28611c14e0f10cbe957f46cf6a70ccf2f827 SHA512 6a6596211da7c0df1690e969b6116ee86ef2645886aab3d2026c1eadc0663f58f8c4025ffc30bb5b11f2f7ccedc687702396244c8fb12f1ea12b026521f90803
-DIST django_evolution-0.7.5.tar.gz 89551 BLAKE2B bea82ee91a1e2d06d0e6b4b1662a274dafa1d2552db072401e1582584c0926ea6dbceafd2bec2483f4334426f97e0c6b8df9f45e698aaba62db4355b5ca67769 SHA512 f457fa53ff59bff09fa3fc3ad73ffc8f09ce306c756b022d2da097cba1f14b69dca03ff2c714ac470da7200f649c4765543a717a6ce851d1dbd4b0fc8fc84098
diff --git a/dev-python/django-evolution/django-evolution-0.7.4.ebuild b/dev-python/django-evolution/django-evolution-0.7.4.ebuild
deleted file mode 100644
index b3143339cde7..000000000000
--- a/dev-python/django-evolution/django-evolution-0.7.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# This is now py3 compatible however is only re'd for Djblets which is py2.7 compat only
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-RELEASE="0.7"
-
-DESCRIPTION="A Django application that will run cron jobs for other django apps"
-HOMEPAGE="https://pypi.org/project/django_evolution/"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-DOCS=( NEWS docs/{evolution.txt,faq.txt} )
-#DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
- # Draws 1 trivial fail under django django-1.4.x
- "${PYTHON}" tests/runtests.py || die
-}
diff --git a/dev-python/django-evolution/django-evolution-0.7.5.ebuild b/dev-python/django-evolution/django-evolution-0.7.5.ebuild
deleted file mode 100644
index d195984fb368..000000000000
--- a/dev-python/django-evolution/django-evolution-0.7.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# This is now py3 compatible however is only re'd for Djblets which is py2.7 compat only
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-RELEASE="0.7"
-
-DESCRIPTION="A Django application that will run cron jobs for other django apps"
-HOMEPAGE="https://pypi.org/project/django_evolution/"
-SRC_URI="http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-DOCS=( NEWS docs/{evolution.txt,faq.txt} )
-
-python_test() {
- # Draws 1 trivial fail under django django-1.4.x
- einfo "The testsuite is not compatible with >=django-1.7"
- "${PYTHON}" tests/runtests.py || die
-}
diff --git a/dev-python/django-evolution/metadata.xml b/dev-python/django-evolution/metadata.xml
deleted file mode 100644
index 0508c776956f..000000000000
--- a/dev-python/django-evolution/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">django_evolution</remote-id>
- </upstream>
-</pkgmetadata>