Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
Date: Wed, 29 Apr 2020 17:10:49
Message-Id: 1588180237.70ae1d62edec5b0cecb74bc9bfb80180000c572a.pacho@gentoo
1 commit: 70ae1d62edec5b0cecb74bc9bfb80180000c572a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 17:10:27 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 17:10:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ae1d62
7
8 dev-python/booleanOperations: Drop old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../booleanOperations-0.9.0.ebuild | 33 ----------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild
17 deleted file mode 100644
18 index 6d1187e16e9..00000000000
19 --- a/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Boolean operations on paths"
31 -HOMEPAGE="https://github.com/typemytype/booleanOperations"
32 -SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -DEPEND=""
40 -BDEPEND=""
41 -RDEPEND="${DEPEND}
42 - >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}]
43 - >=dev-python/pyclipper-1.1.0[${PYTHON_USEDEP}]
44 - dev-python/wheel[${PYTHON_USEDEP}]
45 -"
46 -
47 -src_prepare() {
48 - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
49 - distutils-r1_src_prepare
50 -}
51 -
52 -python_test() {
53 - esetup.py test
54 -}