From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AA7B1381DF for ; Tue, 16 Feb 2016 19:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2859721C00F; Tue, 16 Feb 2016 19:57:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4F6921C00F for ; Tue, 16 Feb 2016 19:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B74D340BCF for ; Tue, 16 Feb 2016 19:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B9910AF for ; Tue, 16 Feb 2016 19:57:51 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1455652570.6306fe6ba9e0430af6662883384228c37696bc4b.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-python/django-evolution/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-python/django-evolution/Manifest dev-python/django-evolution/django-evolution-0.7.6.ebuild dev-python/django-evolution/metadata.xml X-VCS-Directories: dev-python/django-evolution/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6306fe6ba9e0430af6662883384228c37696bc4b X-VCS-Branch: master Date: Tue, 16 Feb 2016 19:57:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18e88cb6-c4c1-43cc-9ddf-bb5a5f1adb50 X-Archives-Hash: 984e42e3d2327db3c71a099ad42a6c84 commit: 6306fe6ba9e0430af6662883384228c37696bc4b Author: Hans de Graaff degraaff org> AuthorDate: Tue Feb 16 19:56:10 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 19:56:10 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6306fe6b dev-python/django-evolution: add 0.7.6 Needed for latest reviewboard and this version is not in the gentoo tree yet. Package-Manager: portage-2.2.26 dev-python/django-evolution/Manifest | 1 + .../django-evolution/django-evolution-0.7.6.ebuild | 37 ++++++++++++++++++++++ dev-python/django-evolution/metadata.xml | 5 +++ 3 files changed, 43 insertions(+) diff --git a/dev-python/django-evolution/Manifest b/dev-python/django-evolution/Manifest new file mode 100644 index 0000000..a34aa16 --- /dev/null +++ b/dev-python/django-evolution/Manifest @@ -0,0 +1 @@ +DIST django_evolution-0.7.6.tar.gz 90642 SHA256 400e43dd134c20bb8b73a2347485ec644f528d7517e1ed289157c057127998eb SHA512 539d12771e538a3e3522fbc5af049a5621161ead4065dd815cfd3001d59fb4b359e24dd99220cf4242cbdd853111a47edbbc49e6c52e66e7d65d400e3eaf6424 WHIRLPOOL 15405b16853fd005d14c3b03d5aef6ebfcbc4e97d6fb5e8fe078d52cccb9b9e61c878a9c5980f0ead0021d9f874a43f2e264219c434ee668f20681ac13da5be5 diff --git a/dev-python/django-evolution/django-evolution-0.7.6.ebuild b/dev-python/django-evolution/django-evolution-0.7.6.ebuild new file mode 100644 index 0000000..e502e93 --- /dev/null +++ b/dev-python/django-evolution/django-evolution-0.7.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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://code.google.com/p/django-evolution/ https://pypi.python.org/pypi/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 new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-python/django-evolution/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org +