diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:56:07 +0200 |
commit | e2fe5663fb627fe789a57512f5c98c875e2924a4 (patch) | |
tree | d317260335b17f794eea0ac423565adef7f396d3 /dev-python | |
parent | dev-python/txrequests: Remove redundant versions (diff) | |
download | gentoo-e2fe5663fb627fe789a57512f5c98c875e2924a4.tar.gz gentoo-e2fe5663fb627fe789a57512f5c98c875e2924a4.tar.bz2 gentoo-e2fe5663fb627fe789a57512f5c98c875e2924a4.zip |
dev-python/tzlocal: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/tzlocal/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tzlocal/tzlocal-2.0.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest index 02e8cf911b5b..9cf06a42b4da 100644 --- a/dev-python/tzlocal/Manifest +++ b/dev-python/tzlocal/Manifest @@ -1,2 +1 @@ -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.0.0.ebuild b/dev-python/tzlocal/tzlocal-2.0.0.ebuild deleted file mode 100644 index 6bda305afd91..000000000000 --- a/dev-python/tzlocal/tzlocal-2.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 |