diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:41:19 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:51:32 +0200 |
| commit | 51cbc79b6cde6c2446a364bbece2add02b773639 (patch) | |
| tree | b77b385c7eed6101729bfb24a1ce8f370ea894a4 /dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | |
| parent | 13e1fd714f9af2127ccb2eb993dedc37358dbc9a (diff) | |
| download | gentoo-51cbc79b6cde6c2446a364bbece2add02b773639.tar.gz gentoo-51cbc79b6cde6c2446a364bbece2add02b773639.tar.bz2 gentoo-51cbc79b6cde6c2446a364bbece2add02b773639.zip | |
dev-python/booleanOperations: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/booleanOperations/booleanOperations-0.8.2.ebuild')
| -rw-r--r-- | dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild deleted file mode 100644 index 80f324589a50..000000000000 --- a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Boolean operations on paths" -HOMEPAGE="https://github.com/typemytype/booleanOperations" -SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -BDEPEND="" -RDEPEND="${DEPEND} - >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}] - dev-python/pyclipper[${PYTHON_USEDEP}] -" - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_src_prepare -} - -python_test() { - esetup.py test -} |
