commit: 480c358496d15e37a93c345da8a171392cc572f6
Author: Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 13:24:38 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>[email protected]</email>
+ </maintainer>
+</pkgmetadata>
\ No newline at end of file