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: Wed, 27 Mar 2019 21:07:57
Message-Id: 1553720806.202cbfb1f06f890ea189ce3adaa8d308987dc388.williamh@gentoo
1 commit: 202cbfb1f06f890ea189ce3adaa8d308987dc388
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Wed Mar 27 21:02:14 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 21:06:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202cbfb1
7
8 dev-python/django-timezone-field: remove python2_7
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/django-timezone-field-3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 9385b768fc8..d045284b761 100644
19 --- a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
20 +++ b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26 +PYTHON_COMPAT=( python3_{4,5,6} )
27 inherit distutils-r1
28
29 DESCRIPTION="A Django app providing database and form fields for pytz timezone objects"