diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 12:07:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 12:13:25 +0200 |
commit | 07b36d3e39d6e65b27ffc2af3d2988c05832ff49 (patch) | |
tree | 0ef47f780023c4c97d78d1e95d1b6f9093a73b13 /dev-python/tzlocal | |
parent | dev-python/typing-extensions: Remove redundant versions (diff) | |
download | gentoo-07b36d3e39d6e65b27ffc2af3d2988c05832ff49.tar.gz gentoo-07b36d3e39d6e65b27ffc2af3d2988c05832ff49.tar.bz2 gentoo-07b36d3e39d6e65b27ffc2af3d2988c05832ff49.zip |
dev-python/tzlocal: Remove redundant versions
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-1.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest index 2d7aa028f35b..959b0d8e0798 100644 --- a/dev-python/tzlocal/Manifest +++ b/dev-python/tzlocal/Manifest @@ -1,2 +1 @@ -DIST tzlocal-1.2.tar.gz 16149 BLAKE2B 3852fdf9672bdb3f5b5340eaa14682f0f64bf3bad3e920680ce8ae7e12e3a2fb475237f6b645075e5058a30eff07c8ceec3ba4fa2bf90d4ea65663788cbcd772 SHA512 eb4d1f73983579e109249884d2a343c441942fb0d4dc76aed693c4a05100b10a2337d72794fdb9c0cd28c3b73e11dbd030bdf6dc2f75e57c958655219973c814 DIST tzlocal-2.0.0.gh.tar.gz 18223 BLAKE2B 46c3132c60140ebe93a7bc0848f97d7ee7481f29544ba93d11bd6de3a6ff2d17c9e6643a844c2dc6236ef26baebec070bc60e829a95283b7c037624bdb1bda7f SHA512 b758f6ed9677e9aca3909a65f64c45ed21e8301d20ddd620be58312661c9e2a2305bed90e8b86afeae92e6be9e38a35385c8b76ccd7cb12b027c341585d7a6a6 diff --git a/dev-python/tzlocal/tzlocal-1.2.ebuild b/dev-python/tzlocal/tzlocal-1.2.ebuild deleted file mode 100644 index 8b39fde36e7b..000000000000 --- a/dev-python/tzlocal/tzlocal-1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="tzinfo object for the local timezone" -HOMEPAGE="https://github.com/regebro/tzlocal" -SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDPEND="dev-python/pytz[${PYTHON_USEDEP}]" - -python_test() { - unset TZ - "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}" -} |