Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
Date: Sun, 27 Feb 2022 18:58:52
Message-Id: 1645988168.070d8242fe1bc3631e5633b68beee38bd5fd1c86.mgorny@gentoo
1 commit: 070d8242fe1bc3631e5633b68beee38bd5fd1c86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:56:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:56:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070d8242
7
8 dev-python/iso8601: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/iso8601/iso8601-1.0.2.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/iso8601/iso8601-1.0.2.ebuild b/dev-python/iso8601/iso8601-1.0.2.ebuild
16 deleted file mode 100644
17 index f0d89ad82da2..000000000000
18 --- a/dev-python/iso8601/iso8601-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
27 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Simple module to parse ISO 8601 dates"
32 -HOMEPAGE="https://pypi.org/project/iso8601/"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
38 -
39 -BDEPEND="
40 - test? (
41 - dev-python/hypothesis[${PYTHON_USEDEP}]
42 - dev-python/pytz[${PYTHON_USEDEP}]
43 - )"
44 -
45 -distutils_enable_tests pytest