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/dominate/
Date: Wed, 07 Oct 2020 07:28:09
Message-Id: 1602055667.476d8f80314a830e5362c55857bf1b580e0f03ca.mgorny@gentoo
1 commit: 476d8f80314a830e5362c55857bf1b580e0f03ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 07:21:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 07:27:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476d8f80
7
8 dev-python/dominate: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dominate/Manifest | 1 -
13 dev-python/dominate/dominate-2.5.1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
17 index dd1943184ee..265518b7d46 100644
18 --- a/dev-python/dominate/Manifest
19 +++ b/dev-python/dominate/Manifest
20 @@ -1,2 +1 @@
21 -DIST dominate-2.5.1.tar.gz 37524 BLAKE2B de210047127db4d078bece1d6c979fcc67897ff2f75ab4b949f03a1ef04832d6e2330063edc022704ad6b28fb6b38930b2e8d837c821ca39a697e1e915789f09 SHA512 85f25a1f2506bcb9ff9cdff699aabe7cfdd4ec690d53624b99642472299cb8b3947ce6f215ff913aa5a80e61d31b92c09f01f03c8f5b04e0d60b92098790953e
22 DIST dominate-2.5.2.tar.gz 37704 BLAKE2B 1e55d1be457b6d1ea1f377734da3d48e7b400d6ee60093f09b42a8e094de3d303dd2285cf7883ddfbf5b47e6eaa7bd40194a945942c8afba8321f2fbdd0cb642 SHA512 d54d3b2c76e6e3d287715b2f583b3a8822a2d3556a549f728dd235bfc7c76159750cc78651d17cf8d3d5cb98929b2c54c2eae0861449882b0449235a7fbbdb55
23
24 diff --git a/dev-python/dominate/dominate-2.5.1.ebuild b/dev-python/dominate/dominate-2.5.1.ebuild
25 deleted file mode 100644
26 index d848b192595..00000000000
27 --- a/dev-python/dominate/dominate-2.5.1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API"
39 -HOMEPAGE="https://github.com/Knio/dominate"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -distutils_enable_tests pytest