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 C7BBB1384B4 for ; Mon, 30 Nov 2015 10:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6513221C004; Mon, 30 Nov 2015 10:58:11 +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 CE84121C004 for ; Mon, 30 Nov 2015 10:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AAA833D3CF for ; Mon, 30 Nov 2015 10:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E460A4A for ; Mon, 30 Nov 2015 10:58:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448881074.c5e68da35b5ec52b8d4482ff4c7228a031603fe0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-celery/Manifest dev-python/django-celery/django-celery-3.1.17.ebuild X-VCS-Directories: dev-python/django-celery/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c5e68da35b5ec52b8d4482ff4c7228a031603fe0 X-VCS-Branch: master Date: Mon, 30 Nov 2015 10:58:02 +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: 920accfe-29b8-4b38-975b-2e652cf2917e X-Archives-Hash: 6aa66529543af42588f99fbd07954355 commit: c5e68da35b5ec52b8d4482ff4c7228a031603fe0 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 30 10:57:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 30 10:57:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e68da3 dev-python/django-celery: Version Bump Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/django-celery/Manifest | 1 + .../django-celery/django-celery-3.1.17.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/dev-python/django-celery/Manifest b/dev-python/django-celery/Manifest index bfc7c48..0ae1d78 100644 --- a/dev-python/django-celery/Manifest +++ b/dev-python/django-celery/Manifest @@ -1 +1,2 @@ DIST django-celery-3.1.16.tar.gz 77411 SHA256 07a9c650a1f20e040cf5fffd0bcd920a81d0734915130d898c0325c5fafb2ec4 SHA512 8bada03237f2b6f45484fe15e985d4763944fe19b3ac7271a6b9d53058c13d903b0aba070cd813741e2a1a2c6c1d17b335f8712ca70c377d45892471ef7a59bc WHIRLPOOL a707ce0e31407e9a452d4930e93207dea31f22365a1c827dc917d9dc34d6a5c48f2bfc0aab41ce3b5a92877200265630e6fc17f7e7c80e0aac2ceb76a272a483 +DIST django-celery-3.1.17.tar.gz 79615 SHA256 254a95b0a4386df1fd949823942f6312c80fba3c88c5efad79cad8648bc5feb5 SHA512 fa68c85ee0eea778c5921c0373f3e7547bc644cd11d83e659fdf9bf4a80e317faca12ad3941225b073609a4716c5b9574d85c5c7063cff0fdb3deb0f1b86d225 WHIRLPOOL 6f01ab8aa28723720cd2ba516c9b2ecc30c28efe69fbdc72ddb18ed0fd2cfdaede6146133ec4a59f311e223a7146a7a190eaf8d9a6d8d831e46cafe668699fff diff --git a/dev-python/django-celery/django-celery-3.1.17.ebuild b/dev-python/django-celery/django-celery-3.1.17.ebuild new file mode 100644 index 0000000..41aef6b --- /dev/null +++ b/dev-python/django-celery/django-celery-3.1.17.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_REQ_USE="sqlite(+)" + +inherit distutils-r1 eutils + +DESCRIPTION="Celery Integration for Django" +HOMEPAGE="http://celeryproject.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples test" + +# Python testsuite fails when built against dev-python/django-1.8.5 +# with ValueError: save() prohibited to prevent data loss due to +# unsaved related object 'interval'. + +PY2_USEDEP=$(python_gen_usedep python2_7) +RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}] + >dev-python/django-1.4[${PYTHON_USEDEP}] +