diff options
author | 2021-01-30 21:20:16 +0100 | |
---|---|---|
committer | 2021-01-30 21:26:41 +0100 | |
commit | d4699e8638773b1c116b6f52ca28fae8ebe4fcf3 (patch) | |
tree | 451ebc24c0a529e41eb9bf6b4eb5f6e459d628c2 /dev-python/django-timezone-field/django-timezone-field-4.1.ebuild | |
parent | dev-python/django-taggit-serializer: add python3_9 support (diff) | |
download | gentoo-d4699e8638773b1c116b6f52ca28fae8ebe4fcf3.tar.gz gentoo-d4699e8638773b1c116b6f52ca28fae8ebe4fcf3.tar.bz2 gentoo-d4699e8638773b1c116b6f52ca28fae8ebe4fcf3.zip |
dev-python/django-timezone-field: bump to version 4.1
Also added python3_9 support.
Closes: https://bugs.gentoo.org/767022
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/django-timezone-field/django-timezone-field-4.1.ebuild')
-rw-r--r-- | dev-python/django-timezone-field/django-timezone-field-4.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild new file mode 100644 index 00000000000..28c1051de69 --- /dev/null +++ b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="A Django app providing database and form fields for pytz timezone objects" +HOMEPAGE="https://github.com/mfogel/django-timezone-field" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" |