Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/
Date: Wed, 03 Oct 2018 21:14:19
Message-Id: 1538601232.fe083a617fccc6cbc4993ce1c6a610391985317d.sbraz@gentoo
1 commit: fe083a617fccc6cbc4993ce1c6a610391985317d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 21:13:20 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 21:13:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe083a61
7
8 dev-python/dominate: remove old
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-python/dominate/Manifest | 1 -
14 dev-python/dominate/dominate-2.2.1.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
18 index afb073abe79..a72183770eb 100644
19 --- a/dev-python/dominate/Manifest
20 +++ b/dev-python/dominate/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST dominate-2.2.1.zip 46460 BLAKE2B b09984978755f9020e78873aec73c09ccdf0113b99f1a0c9dcf43307a5523000f04ef2e063d03e636e2e958aa5dbd69993a8c606838cceb216599b314ab24a2e SHA512 3f79fa4258f98708b1e169693e83f919179c1148f440300426f907e28c26b28c21a1098793a14f7e89e5aba0de61f93c889a4908f0eb6e3641ffe234e215e597
23 DIST dominate-2.3.1.tar.gz 27887 BLAKE2B 3ac0820bd0cb79e648dc947d3cb69aa207e3c129cbae05daaca8fd3a6e22c67bd20fa350ce211986451caa7feb5b60c8ff692e568073e007c34de7cb8847b8a1 SHA512 599147cd9aabc7c3bc24e6c82a13b690808899107999a3b0d7d3f2f113b38c90f2c720298ffdcdf1933d2573cced05d730dab53265397b7fc010e57feabc10b3
24 DIST dominate-2.3.4.tar.gz 27834 BLAKE2B 12eadd39e5088768c2cfc15e23093c53c58d90dab6346ac78d47da8b7d41fb50fabf4e186b9fea18ecb54fe8b6dae03a489b27a1942cfdc13437afe9e86919ef SHA512 6cab8d6d795498d70f28c80064407616e74e027ac112f8e097509482dce000e45c3599989430a17f71631616a860e84d842b2bfac39b4be466593b5cfb20123c
25
26 diff --git a/dev-python/dominate/dominate-2.2.1.ebuild b/dev-python/dominate/dominate-2.2.1.ebuild
27 deleted file mode 100644
28 index 12751f810ea..00000000000
29 --- a/dev-python/dominate/dominate-2.2.1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API"
41 -HOMEPAGE="https://github.com/Knio/dominate"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="test"
48 -
49 -DEPEND="
50 - app-arch/unzip
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - test? (
53 - dev-python/pytest-runner[${PYTHON_USEDEP}]
54 - dev-python/pytest[${PYTHON_USEDEP}]
55 - )
56 -"
57 -RDEPEND=""
58 -
59 -python_test() {
60 - py.test || die "Tests failed with ${EPYTHON}"
61 -}