summaryrefslogtreecommitdiff
path: root/dev-python/django-evolution
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-09 09:27:03 +0100
commitcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (patch)
tree047fc92023c520d07f13ec5ac96e094d1b312a7a /dev-python/django-evolution
parent7b9f15840068dfaeea5684f8a1af1fe460dfa14c (diff)
gentoo resync : 09.06.2018
Diffstat (limited to 'dev-python/django-evolution')
-rw-r--r--dev-python/django-evolution/Manifest5
-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, 88 deletions
diff --git a/dev-python/django-evolution/Manifest b/dev-python/django-evolution/Manifest
deleted file mode 100644
index f1314bac0338..000000000000
--- a/dev-python/django-evolution/Manifest
+++ /dev/null
@@ -1,5 +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
-EBUILD django-evolution-0.7.4.ebuild 939 BLAKE2B 8f9ab8c0bbe39a74eebd59db0884e5c77728cb450ffb77061e1c58249db2ef0ee8e41e6d7728344ea43a65f3ff3f5f1ba7c2526c8669c4d544d5668be9d3ef1f SHA512 3c705c4927404c02011012bdcbbde11c07a0bcfd0d8ada815ef871e564b561fa9621d131c79db65ac286faf47bcefd4db134c8cd48f820aa7f8b51c76e07ebe9
-EBUILD django-evolution-0.7.5.ebuild 971 BLAKE2B 496857ee96d3beda6549853e75a458fbcc80006c0aec0a6ed00896da88442d6c0a97c4a0a06ef3b0fb20c95f86c6f5d025d9a5eb43f2baa543fcd65bef1ae3d7 SHA512 f8a940508b751a72b5c6d3bba8901254bd0a57a1f98d3d0eb57cadafe02396ab7edf16e545150ac87751e06d4d2f888e7a6e9434f63b6d51304b5eb55d150ac0
-MISC metadata.xml 329 BLAKE2B 4875e156e2041904fb9ed54de4d5f9f1e4f4466cf1ed6130ac4a4363e224780e39f0b1e822e7fb35ea5ff2636978a912f41b23e1480d5ecd84f25802069ed0de SHA512 ae6479f3b337a222cb59d793152255434ffb5fa8f61c2cda7fd544a6e983d825efdd842ceb5f5d873cea9f5dd23ec2efd9316f46a6e9370fc88fbb457d6375ab
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>