Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-timezone-field/
Date: Fri, 15 Mar 2019 22:09:06
Message-Id: 1552687725.c2ea5bae5a3f2fe0a59d2094da8eac2d353bd01b.williamh@gentoo
1 commit: c2ea5bae5a3f2fe0a59d2094da8eac2d353bd01b
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Fri Mar 15 20:24:04 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 15 22:08:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ea5bae
7
8 dev-python/django-timezone-field: db and form fields for pytz timezone objects
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-python/django-timezone-field/Manifest | 1 +
15 .../django-timezone-field-3.0.ebuild | 20 ++++++++++++++++++++
16 dev-python/django-timezone-field/metadata.xml | 8 ++++++++
17 3 files changed, 29 insertions(+)
18
19 diff --git a/dev-python/django-timezone-field/Manifest b/dev-python/django-timezone-field/Manifest
20 new file mode 100644
21 index 00000000000..3a32750c502
22 --- /dev/null
23 +++ b/dev-python/django-timezone-field/Manifest
24 @@ -0,0 +1 @@
25 +DIST django-timezone-field-3.0.tar.gz 6217 BLAKE2B 4f4214ecd142284f7da89711535834c8d4d931a2532ff54181e6b072d7e636bcfaa1fe0cab5421d047fdd6d6ab472246054dd8bec8bb0c987df6e336aa269e96 SHA512 624e5b1e6b75ec40252ea7137608d9f62a5fbba1a136068c0c4c5e6192afa9756456cfbcba5ae3b00980f8e0ab44e507226815b25196bb58a39789a75036789b
26
27 diff --git a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
28 new file mode 100644
29 index 00000000000..9385b768fc8
30 --- /dev/null
31 +++ b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
32 @@ -0,0 +1,20 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A Django app providing database and form fields for pytz timezone objects"
42 +HOMEPAGE="http://github.com/mfogel/django-timezone-field"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +RDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
50 + dev-python/pytz[${PYTHON_USEDEP}]"
51 +DEPEND="${RDEPEND}
52 +dev-python/setuptools[${PYTHON_USEDEP}]"
53
54 diff --git a/dev-python/django-timezone-field/metadata.xml b/dev-python/django-timezone-field/metadata.xml
55 new file mode 100644
56 index 00000000000..c36c37139fa
57 --- /dev/null
58 +++ b/dev-python/django-timezone-field/metadata.xml
59 @@ -0,0 +1,8 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="person">
64 + <email>williamh@g.o</email>
65 + <name>William Hubbs</name>
66 + </maintainer>
67 +</pkgmetadata>