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: Sun, 26 Jan 2020 20:39:11
Message-Id: 1580071142.bd6464dbef39670ed6aa71402cf8c72a39f2b334.williamh@gentoo
1 commit: bd6464dbef39670ed6aa71402cf8c72a39f2b334
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 20:38:31 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 20:39:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6464db
7
8 dev-python/django-timezone-field: 4.0 bump
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-python/django-timezone-field/Manifest | 1 +
13 .../django-timezone-field-4.0.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/django-timezone-field/Manifest b/dev-python/django-timezone-field/Manifest
17 index 3a32750c502..77e0d89af0d 100644
18 --- a/dev-python/django-timezone-field/Manifest
19 +++ b/dev-python/django-timezone-field/Manifest
20 @@ -1 +1,2 @@
21 DIST django-timezone-field-3.0.tar.gz 6217 BLAKE2B 4f4214ecd142284f7da89711535834c8d4d931a2532ff54181e6b072d7e636bcfaa1fe0cab5421d047fdd6d6ab472246054dd8bec8bb0c987df6e336aa269e96 SHA512 624e5b1e6b75ec40252ea7137608d9f62a5fbba1a136068c0c4c5e6192afa9756456cfbcba5ae3b00980f8e0ab44e507226815b25196bb58a39789a75036789b
22 +DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680 SHA512 d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e944440d05b774457faf4ca9c9b1
23
24 diff --git a/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild b/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild
25 new file mode 100644
26 index 00000000000..907886a12e6
27 --- /dev/null
28 +++ b/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_6 python3_7 )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A Django app providing database and form fields for pytz timezone objects"
39 +HOMEPAGE="https://github.com/mfogel/django-timezone-field"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +
46 +RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]
47 + dev-python/pytz[${PYTHON_USEDEP}]"
48 +DEPEND="${RDEPEND}
49 +dev-python/setuptools[${PYTHON_USEDEP}]"