diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-30 13:17:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-30 13:17:35 +0000 |
| commit | 899c347e92dbfcc7329aa8d645714031e46a1318 (patch) | |
| tree | 9c83280a860605f2df037879793bc29c866adbd1 /dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | |
| parent | d39012d5ae44aac9cd24bdda859f598885ddd9ba (diff) | |
| download | baldeagleos-repo-899c347e92dbfcc7329aa8d645714031e46a1318.tar.gz baldeagleos-repo-899c347e92dbfcc7329aa8d645714031e46a1318.tar.xz baldeagleos-repo-899c347e92dbfcc7329aa8d645714031e46a1318.zip | |
Adding metadata
Diffstat (limited to 'dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild')
| -rw-r--r-- | dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild deleted file mode 100644 index e303f8d976e3..000000000000 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -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 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND="" -BDEPEND="" -RDEPEND="${DEPEND} - >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}] - >=dev-python/pyclipper-1.1.0_p3[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" - -distutils_enable_tests setup.py - -# tests need fontPens, that is not packaged -RESTRICT="test" - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_src_prepare -} |
