diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-13 09:13:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-13 11:02:56 +0200 |
commit | a77ee8bf58f9d3208caad73e933a5ea94c3bf684 (patch) | |
tree | 92993963ec42d66ebf9e333e9c2ae247709b9b8b /dev-python/tzlocal | |
parent | net-wireless/blueman: Bump to 2.1.3 (diff) | |
download | gentoo-a77ee8bf58f9d3208caad73e933a5ea94c3bf684.tar.gz gentoo-a77ee8bf58f9d3208caad73e933a5ea94c3bf684.tar.bz2 gentoo-a77ee8bf58f9d3208caad73e933a5ea94c3bf684.zip |
dev-python/tzlocal: Bump to 2.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tzlocal')
-rw-r--r-- | dev-python/tzlocal/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tzlocal/tzlocal-2.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest index 959b0d8e0798..02e8cf911b5b 100644 --- a/dev-python/tzlocal/Manifest +++ b/dev-python/tzlocal/Manifest @@ -1 +1,2 @@ DIST tzlocal-2.0.0.gh.tar.gz 18223 BLAKE2B 46c3132c60140ebe93a7bc0848f97d7ee7481f29544ba93d11bd6de3a6ff2d17c9e6643a844c2dc6236ef26baebec070bc60e829a95283b7c037624bdb1bda7f SHA512 b758f6ed9677e9aca3909a65f64c45ed21e8301d20ddd620be58312661c9e2a2305bed90e8b86afeae92e6be9e38a35385c8b76ccd7cb12b027c341585d7a6a6 +DIST tzlocal-2.1.gh.tar.gz 18463 BLAKE2B 73e886cfb6d13bebc1a15a222da60f368a15dc5a097acac74990b1d76bdaa229be8f12ff735d1828ccd78c4c8d06eb5bc0a07da695d70251af1e67e4fb71037e SHA512 2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d diff --git a/dev-python/tzlocal/tzlocal-2.1.ebuild b/dev-python/tzlocal/tzlocal-2.1.ebuild new file mode 100644 index 000000000000..fcd01ca65340 --- /dev/null +++ b/dev-python/tzlocal/tzlocal-2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="tzinfo object for the local timezone" +HOMEPAGE="https://github.com/regebro/tzlocal" +SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]" +DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )" + +distutils_enable_tests setup.py |