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 648591384B4 for ; Thu, 5 Nov 2015 13:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A406A21C02A; Thu, 5 Nov 2015 13:33:05 +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 4062F21C02A for ; Thu, 5 Nov 2015 13:33:05 +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 39F5C3409E2 for ; Thu, 5 Nov 2015 13:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E7320E4 for ; Thu, 5 Nov 2015 13:32:59 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1446730486.480c358496d15e37a93c345da8a171392cc572f6.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-durationfield/Manifest dev-python/django-durationfield/django-durationfield-0.5.2.ebuild dev-python/django-durationfield/metadata.xml X-VCS-Directories: dev-python/django-durationfield/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 480c358496d15e37a93c345da8a171392cc572f6 X-VCS-Branch: master Date: Thu, 5 Nov 2015 13:32:59 +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: ae057f0a-e1af-46a4-a1a3-6283f4b0b7a2 X-Archives-Hash: 036f80a8e7cc322ef59203b4bdcd96d7 commit: 480c358496d15e37a93c345da8a171392cc572f6 Author: SÅ‚awomir Lis gentoo org> AuthorDate: Thu Nov 5 13:24:38 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 13:34:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c3584 added django-durationfield Package-Manager: portage-2.2.23 dev-python/django-durationfield/Manifest | 1 + .../django-durationfield-0.5.2.ebuild | 27 ++++++++++++++++++++++ dev-python/django-durationfield/metadata.xml | 7 ++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest new file mode 100644 index 0000000..ceaefdd --- /dev/null +++ b/dev-python/django-durationfield/Manifest @@ -0,0 +1 @@ +DIST django-durationfield-0.5.2.tar.gz 4324 SHA256 7fb097b4418c67284c99790e6927191e0fb5c014356d3e3d2b26e8919e37cdcf SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad WHIRLPOOL 6607fb2a1169c963dcb798ce1d27cdf599f2c71bb6b6e8d55c549d502066c500c65b9bf497d8059158f4fef455705523b7270419d2cdbaa2de823c372af8492d diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild new file mode 100644 index 0000000..8c61f33 --- /dev/null +++ b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Reusable app for adding a DurationField to Django" +HOMEPAGE="https://pypi.python.org/pypi/django-durationfield" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/django-1.4 +" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" \ No newline at end of file diff --git a/dev-python/django-durationfield/metadata.xml b/dev-python/django-durationfield/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/django-durationfield/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file