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, 10 Jun 2021 17:41:05
Message-Id: 1623346851.d61c5685152b1159c06cf7c07d321139df101e38.expeditioneer@gentoo
1 commit: d61c5685152b1159c06cf7c07d321139df101e38
2 Author: Mathy Vanvoorden <mathy <AT> vanvoorden <DOT> be>
3 AuthorDate: Mon Jun 7 15:56:33 2021 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 17:40:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61c5685
7
8 dev-python/pynest2d: Version bump to 4.9.1
9
10 Closes: https://bugs.gentoo.org/793803
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Mathy Vanvoorden <mathy <AT> vanvoorden.be>
13 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
14
15 dev-python/pynest2d/Manifest | 1 +
16 dev-python/pynest2d/pynest2d-4.9.1.ebuild | 30 ++++++++++++++++++++++++++++++
17 2 files changed, 31 insertions(+)
18
19 diff --git a/dev-python/pynest2d/Manifest b/dev-python/pynest2d/Manifest
20 index 0bb7ea88612..e4ed60dca6d 100644
21 --- a/dev-python/pynest2d/Manifest
22 +++ b/dev-python/pynest2d/Manifest
23 @@ -1 +1,2 @@
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.9.1.ebuild b/dev-python/pynest2d/pynest2d-4.9.1.ebuild
28 new file mode 100644
29 index 00000000000..44552bf132f
30 --- /dev/null
31 +++ b/dev-python/pynest2d/pynest2d-4.9.1.ebuild
32 @@ -0,0 +1,30 @@
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}"/${PN}-4.8.0-required-flags-from-Libnest2D-target.patch
61 + "${FILESDIR}"/${PN}-4.8.0-fix-cpp-version.patch
62 +)