From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/booleanOperations/Manifest | 2 ++ .../booleanOperations-0.8.2.ebuild | 32 ++++++++++++++++++++ .../booleanOperations-0.9.0-r1.ebuild | 34 ++++++++++++++++++++++ dev-python/booleanOperations/metadata.xml | 9 ++++++ 4 files changed, 77 insertions(+) create mode 100644 dev-python/booleanOperations/Manifest create mode 100644 dev-python/booleanOperations/booleanOperations-0.8.2.ebuild create mode 100644 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild create mode 100644 dev-python/booleanOperations/metadata.xml (limited to 'dev-python/booleanOperations') diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest new file mode 100644 index 000000000000..cd1dc5492b53 --- /dev/null +++ b/dev-python/booleanOperations/Manifest @@ -0,0 +1,2 @@ +DIST booleanOperations-0.8.2.tar.gz 165059 BLAKE2B 978b992e84181e8ec437e236e6502a6c135ea011395f3b082881e6b9f5c849632077737064d1102164cf083edc8a7e47c6f4f43d858948d9046ed231c5ac8911 SHA512 3c369ce53bc7b1b53f4441ba79959d4853c9ab767fef17fc41f44812427dcb5ad905fcfac4cee0d616447cccd059fce6a1d168b0766054659fb29b33867d1fb9 +DIST booleanOperations-0.9.0.tar.gz 165127 BLAKE2B 9f72246afa46c414e3ff9ad23b86da9665a90180fc058ca278b82c1281e798d9d913e496995ca8d45ff948aff5da8a6de26706afdb5e538dee64d7ffe96c7324 SHA512 a63dec9c3a8008825538498b162130624b4d2b9ca64980a23d631601928c5fc6eebdc8f03f19094b7923b008bde6a87b5f21518cb33c8df3fcd41fd84a8ddde9 diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild new file mode 100644 index 000000000000..80f324589a50 --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild @@ -0,0 +1,32 @@ +# 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 +} diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild new file mode 100644 index 000000000000..3d944a88b2be --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +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 ~ppc64 ~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 new file mode 100644 index 000000000000..99bb4564b618 --- /dev/null +++ b/dev-python/booleanOperations/metadata.xml @@ -0,0 +1,9 @@ + + + + + pacho@gentoo.org + Pacho Ramos + + gentoo-staging + -- cgit v1.3.1