diff options
author | 2021-06-17 07:16:49 +0200 | |
---|---|---|
committer | 2021-06-17 08:25:14 +0200 | |
commit | faf77c86cc090ddc2ac719d5a2a2b2e1db53f067 (patch) | |
tree | 2bc1c2a3d851f4c8a3fd47e974e2b958c3937b94 | |
parent | www-plugins/chrome-binary-plugins: automated update (92.0.4515.59) (diff) | |
download | gentoo-faf77c86cc090ddc2ac719d5a2a2b2e1db53f067.tar.gz gentoo-faf77c86cc090ddc2ac719d5a2a2b2e1db53f067.tar.bz2 gentoo-faf77c86cc090ddc2ac719d5a2a2b2e1db53f067.zip |
dev-python/pynest2d: drop old
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21276
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
-rw-r--r-- | dev-python/pynest2d/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pynest2d/Manifest b/dev-python/pynest2d/Manifest index e4ed60dca6da..29c09e38cea8 100644 --- a/dev-python/pynest2d/Manifest +++ b/dev-python/pynest2d/Manifest @@ -1,2 +1 @@ -DIST pynest2d-4.8.0.tar.gz 18174 BLAKE2B 3720815b3d5ba5d4a0dd24ec4104af318d2d7f2e86e66ada68ead8249ed28184d9a153995f143cc4e00d603804da959a086a27decfe2b1e0ef00256a891e0d17 SHA512 1304450f94589b5212f11d83fb228f0deb919698b44b1651f248105c23b65cf3d233e67526bbfb47df74b9b18d0c465f4188d02a0a6941564b551f50d9a3c84f DIST pynest2d-4.9.1.tar.gz 18252 BLAKE2B ea98af68e7b60d615eaf6e90a68b37f8e26aa181fafecc2470b5d93d1d20a9667f5a8c903be87d419cedf47befd4e9ce757a90880c0ef19e7bb920147b2443b2 SHA512 f208e13cace4345fe691beebfe61895cbf81b7f90c19adf6a63b592928abd8591fed5c10e5b12d60c375684398856ea8d569fe8d1893a049e45d89b0ffcfc51d diff --git a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild deleted file mode 100644 index 0a1d08188c87..000000000000 --- a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit cmake python-single-r1 - -DESCRIPTION="Python bindings for libnest2d" -HOMEPAGE="https://github.com/Ultimaker/pynest2d" -SRC_URI="https://github.com/Ultimaker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-libs/libnest2d - $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]') - " - -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-required-flags-from-Libnest2D-target.patch - "${FILESDIR}"/${P}-fix-cpp-version.patch -) |