diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
commit | ce23b28e3d5f58b4177dfa6006db905a41dd87ee (patch) | |
tree | 0691e16a10034af8137241e92babf04522c97bf8 /dev-python/booleanOperations | |
parent | 200338d9ebd0cd0599af59f208eb58f48f5ae168 (diff) |
gentoo auto-resync : 30:04:2023 - 17:17:49
Diffstat (limited to 'dev-python/booleanOperations')
-rw-r--r-- | dev-python/booleanOperations/Manifest | 3 | ||||
-rw-r--r-- | dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/booleanOperations/metadata.xml | 11 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest deleted file mode 100644 index d3cde168181a..000000000000 --- a/dev-python/booleanOperations/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST booleanOperations-0.9.0.tar.gz 165127 BLAKE2B 9f72246afa46c414e3ff9ad23b86da9665a90180fc058ca278b82c1281e798d9d913e496995ca8d45ff948aff5da8a6de26706afdb5e538dee64d7ffe96c7324 SHA512 a63dec9c3a8008825538498b162130624b4d2b9ca64980a23d631601928c5fc6eebdc8f03f19094b7923b008bde6a87b5f21518cb33c8df3fcd41fd84a8ddde9 -EBUILD booleanOperations-0.9.0-r1.ebuild 813 BLAKE2B fd730148e6f69134066d21666e4a856f0521e6c654ce59a4c919e6fbeebf6e01fcddcec78fbf52feff58a00338bb8a5172a5e31d2e0640f5db39e44fc020c6f3 SHA512 ae017cb2d72f4d830e0adae764afa43b2c966392b769692f96074ca57c121d3a23b787e37669ef16936f3c6d7f72029e919bbb682cf638d12f2cbca2affc26c7 -MISC metadata.xml 324 BLAKE2B 8f0f11c844fda3f4db2e295851bb0b6760ba6d6e7a455ab71a1a18e011fb9f657a84363b34b1354f1ea65ac45c20e0d1b4822ba871f7a37a1f7490f03f0766ed SHA512 76ac5a53bd3e884cecca19ba2d28e9fa4d7f8a71a3a946980bfd31e0771b192a75cc9dd84d05a0d8270ec7c36b82b78ad770d51b229edd25c6970a057774255b 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 4729ae2adec9..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_{9..10} ) -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 -} diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml deleted file mode 100644 index 893b6639f47c..000000000000 --- a/dev-python/booleanOperations/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>pacho@gentoo.org</email> - <name>Pacho Ramos</name> - </maintainer> - <upstream> - <remote-id type="pypi">booleanOperations</remote-id> - </upstream> -</pkgmetadata> |