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/pyclipper/
Date: Fri, 29 May 2020 16:38:56
Message-Id: 1590769629.1bca0c76e3d51527e1d1ed81b3d2f9391e1a7c73.mgorny@gentoo
1 commit: 1bca0c76e3d51527e1d1ed81b3d2f9391e1a7c73
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 16:27:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 16:27:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bca0c76
7
8 dev-python/pyclipper: Remove extraneous deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
16 index 728a3586492..0b3f303ecd9 100644
17 --- a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
18 +++ b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild
19 @@ -9,6 +9,7 @@ inherit distutils-r1
20 DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library"
21 HOMEPAGE="https://github.com/fonttools/pyclipper"
22 SRC_URI="https://github.com/fonttools/pyclipper/archive/${PV/_p/.post}.tar.gz -> ${P}.tar.gz"
23 +S="${WORKDIR}/${P/_p/.post}"
24
25 LICENSE="MIT"
26 SLOT="0"
27 @@ -17,21 +18,14 @@ IUSE=""
28
29 BDEPEND="
30 dev-python/cython[${PYTHON_USEDEP}]
31 - dev-python/setuptools-git[${PYTHON_USEDEP}]
32 dev-python/setuptools_scm[${PYTHON_USEDEP}]
33 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
34 test? (
35 - dev-python/pytest-runner[${PYTHON_USEDEP}]
36 dev-python/unittest2[${PYTHON_USEDEP}]
37 )
38 "
39 -RDEPEND=""
40 -DEPEND=""
41
42 distutils_enable_tests pytest
43
44 -S="${WORKDIR}/${P/_p/.post}"
45 -
46 src_prepare() {
47 distutils-r1_src_prepare
48 export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}"