From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/booleanOperations/Manifest | 2 +- .../booleanOperations-0.9.0-r1.ebuild | 34 ++++++++++++++++++++++ .../booleanOperations-0.9.0.ebuild | 33 --------------------- 3 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild delete mode 100644 dev-python/booleanOperations/booleanOperations-0.9.0.ebuild (limited to 'dev-python/booleanOperations') diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest index 16080e46ea7b..c7aabbc22739 100644 --- a/dev-python/booleanOperations/Manifest +++ b/dev-python/booleanOperations/Manifest @@ -1,5 +1,5 @@ DIST booleanOperations-0.8.2.tar.gz 165059 BLAKE2B 978b992e84181e8ec437e236e6502a6c135ea011395f3b082881e6b9f5c849632077737064d1102164cf083edc8a7e47c6f4f43d858948d9046ed231c5ac8911 SHA512 3c369ce53bc7b1b53f4441ba79959d4853c9ab767fef17fc41f44812427dcb5ad905fcfac4cee0d616447cccd059fce6a1d168b0766054659fb29b33867d1fb9 DIST booleanOperations-0.9.0.tar.gz 165127 BLAKE2B 9f72246afa46c414e3ff9ad23b86da9665a90180fc058ca278b82c1281e798d9d913e496995ca8d45ff948aff5da8a6de26706afdb5e538dee64d7ffe96c7324 SHA512 a63dec9c3a8008825538498b162130624b4d2b9ca64980a23d631601928c5fc6eebdc8f03f19094b7923b008bde6a87b5f21518cb33c8df3fcd41fd84a8ddde9 EBUILD booleanOperations-0.8.2.ebuild 670 BLAKE2B 47c5e24af6a28088c1d66d5ba4910e0f28202f42141b3f9bfcfab87242251a182daccf4bcfbf39516c7bb25b9944dd333626953a7f1d2da4a1c636c541c818ac SHA512 872c101a401c06a049c4859ec44e211cba67cf3f37dd57348a2d2d0974d2a010685668bc3985a04afc10f05ff28a401ffc5049faa9085ceae954a2a7f6c2dd40 -EBUILD booleanOperations-0.9.0.ebuild 716 BLAKE2B 26b3d63b732bd2771a1f1e1f19d9c2cd5c5909e40109350d00b7f0e887317df9cdb347838f71b941e7dbd164e2539312de489382ec0ce1a1cfc68e6cfdebbd16 SHA512 4623fb529f811dc4236b101e4aebbd3089ac9e28fabc1adfff68d3b63844809ce18c435ac31f17e5301fbe1b2395cd866800fea763435144aa7bca29736065c3 +EBUILD booleanOperations-0.9.0-r1.ebuild 778 BLAKE2B 92eb39186e4ce642895e286801d4ea83388bbd396ce652ef92a537cb3dad40109436f818ffc6d0a6a1c8df8a16e4ddee94ab6d05b687cb36fe2138039c427047 SHA512 02da4530db4a13e96e3a615691f6aea89a48726a7cc5ea2142ff52bfcf91786d0270cb7de97e1b8fa7ce66a5c84a587a123944d41197abed6b0d828e59ffa937 MISC metadata.xml 243 BLAKE2B f40c5d69470d5136cba32e1ea6b2351ca1842a5d83381e0bef3e063e266c64bebb9ba85e1f155010e219b136c2827c989d9adf3b2c6b2f6ca265f03339c9a7ce SHA512 640630eb9d42c319ca1da37b03a03677a3dd4e48f28ce2690b64f6e4e7d5885cfda41d439f3f9d8b009be04891b043a5b0ac6f9d43b701f65c8fcc0e0613b04a 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..8904255b6273 --- /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" +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/booleanOperations-0.9.0.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild deleted file mode 100644 index 6d1187e16e93..000000000000 --- a/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild +++ /dev/null @@ -1,33 +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,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" -IUSE="" - -DEPEND="" -BDEPEND="" -RDEPEND="${DEPEND} - >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}] - >=dev-python/pyclipper-1.1.0[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_src_prepare -} - -python_test() { - esetup.py test -} -- cgit v1.2.3