Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynest2d/
Date: Thu, 17 Jun 2021 06:25:23
Message-Id: 1623911114.faf77c86cc090ddc2ac719d5a2a2b2e1db53f067.expeditioneer@gentoo
1 commit: faf77c86cc090ddc2ac719d5a2a2b2e1db53f067
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 05:16:49 2021 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 06:25:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf77c86
7
8 dev-python/pynest2d: drop old
9
10 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Closes: https://github.com/gentoo/gentoo/pull/21276
13 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
14
15 dev-python/pynest2d/Manifest | 1 -
16 dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild | 30 ----------------------------
17 2 files changed, 31 deletions(-)
18
19 diff --git a/dev-python/pynest2d/Manifest b/dev-python/pynest2d/Manifest
20 index e4ed60dca6d..29c09e38cea 100644
21 --- a/dev-python/pynest2d/Manifest
22 +++ b/dev-python/pynest2d/Manifest
23 @@ -1,2 +1 @@
24 -DIST pynest2d-4.8.0.tar.gz 18174 BLAKE2B 3720815b3d5ba5d4a0dd24ec4104af318d2d7f2e86e66ada68ead8249ed28184d9a153995f143cc4e00d603804da959a086a27decfe2b1e0ef00256a891e0d17 SHA512 1304450f94589b5212f11d83fb228f0deb919698b44b1651f248105c23b65cf3d233e67526bbfb47df74b9b18d0c465f4188d02a0a6941564b551f50d9a3c84f
25 DIST pynest2d-4.9.1.tar.gz 18252 BLAKE2B ea98af68e7b60d615eaf6e90a68b37f8e26aa181fafecc2470b5d93d1d20a9667f5a8c903be87d419cedf47befd4e9ce757a90880c0ef19e7bb920147b2443b2 SHA512 f208e13cace4345fe691beebfe61895cbf81b7f90c19adf6a63b592928abd8591fed5c10e5b12d60c375684398856ea8d569fe8d1893a049e45d89b0ffcfc51d
26
27 diff --git a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild
28 deleted file mode 100644
29 index 0a1d08188c8..00000000000
30 --- a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit cmake python-single-r1
41 -
42 -DESCRIPTION="Python bindings for libnest2d"
43 -HOMEPAGE="https://github.com/Ultimaker/pynest2d"
44 -SRC_URI="https://github.com/Ultimaker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - dev-libs/libnest2d
54 - $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]')
55 - "
56 -
57 -DEPEND="${RDEPEND}"
58 -
59 -PATCHES=(
60 - "${FILESDIR}"/${P}-required-flags-from-Libnest2D-target.patch
61 - "${FILESDIR}"/${P}-fix-cpp-version.patch
62 -)