From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pivy/
Date: Sat, 29 Jan 2022 20:43:21 +0000 (UTC) [thread overview]
Message-ID: <1643488993.7873d92102062543e53385ee97ec8f493f468ae1.mgorny@gentoo> (raw)
commit: 7873d92102062543e53385ee97ec8f493f468ae1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 19:59:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 20:43:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7873d921
dev-python/pivy: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pivy/pivy-0.6.6-r1.ebuild | 47 ++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/dev-python/pivy/pivy-0.6.6-r1.ebuild b/dev-python/pivy/pivy-0.6.6-r1.ebuild
new file mode 100644
index 000000000000..33d81867ad25
--- /dev/null
+++ b/dev-python/pivy/pivy-0.6.6-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Coin3D bindings for Python"
+HOMEPAGE="https://github.com/coin3d/pivy"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ PIVY_REPO_URI="https://github.com/coin3d/pivy.git"
+else
+ SRC_URI="https://github.com/coin3d/pivy/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="+quarter soqt"
+
+REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
+ || ( quarter soqt )
+"
+
+RDEPEND="
+ >=media-libs/coin-4.0.0
+ quarter? ( media-libs/quarter )
+ soqt? ( >=media-libs/SoQt-1.6.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-lang/swig
+ dev-util/cmake
+"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-0001-fix-CMakeLists.txt-for-distutils_cmake.patch
+ "${FILESDIR}"/${P}-0002-Gentoo-specific-clear-swig-deprecation-warning.patch
+)
+
+DOCS=( AUTHORS HACKING NEWS README.md THANKS )
next reply other threads:[~2022-01-29 20:43 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-29 20:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-04 16:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/pivy/ Michał Górny
2022-12-10 15:54 Michał Górny
2022-12-10 15:39 Arthur Zamarin
2022-11-06 20:14 Sam James
2022-11-06 20:13 Sam James
2022-06-16 3:49 Miroslav Šulc
2022-06-15 9:46 Jakov Smolić
2022-06-15 7:14 Agostino Sarubbo
2022-04-06 17:30 Piotr Karbowski
2022-03-03 18:01 Miroslav Šulc
2022-03-03 15:14 Sam James
2022-03-03 15:12 Jakov Smolić
2021-05-10 10:54 Sam James
2021-05-10 10:54 Sam James
2021-04-11 11:11 Sam James
2021-04-11 0:13 Thomas Deutschmann
2021-02-07 17:07 Conrad Kostecki
2020-12-30 21:22 Miroslav Šulc
2020-12-30 21:04 Miroslav Šulc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1643488993.7873d92102062543e53385ee97ec8f493f468ae1.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox