From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
Date: Tue, 12 Sep 2023 13:44:27 +0000 (UTC) [thread overview]
Message-ID: <1694526235.7e581ed757a2ed6301505d19ff0ce5061aac734b.davidroman@gentoo> (raw)
Message-ID: <20230912134427.9-mRZ_JP19kJFYWUFxPgaUBEcJO-29Eld3kXpxjPNvw@z> (raw)
commit: 7e581ed757a2ed6301505d19ff0ce5061aac734b
Author: xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Tue Sep 5 03:50:26 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 12 13:43:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e581ed7
dev-python/gbinder: Update BDEPEND limit of cython
Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/107
dev-python/gbinder/gbinder-1.1.1-r11.ebuild | 44 +++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild b/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
new file mode 100644
index 0000000000..fe0e938af8
--- /dev/null
+++ b/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+DISTUTILS_USE_PEP517="setuptools"
+
+inherit distutils-r1
+
+if [[ ${PV} != *9999* ]]; then
+ MY_PN="${PN}-python"
+ MY_P="${MY_PN}-${PV}"
+ S="${WORKDIR}/${MY_P}"
+ SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
+fi
+
+DESCRIPTION="Python bindings for libgbinder"
+HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
+LICENSE="GPL-3"
+SLOT="0"
+
+PATCHES=(
+ "${FILESDIR}"/gbinder-1.1.1-setuptools.patch
+)
+
+
+DEPEND="dev-libs/gbinder
+ dev-libs/libglibutil"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ =dev-python/cython-0*[${PYTHON_USEDEP}]
+ ${DISTUTILS_DEPS}
+"
+
+python_configure_all () {
+ DISTUTILS_ARGS=( --cython )
+}
next reply other threads:[~2023-09-12 13:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 13:46 David Roman [this message]
2023-09-12 13:44 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 21:31 Julien Roy
2024-04-13 22:19 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-21 23:06 Julien Roy
2024-02-19 22:00 Julien Roy
2023-09-28 10:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-28 10:01 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-28 10:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-28 10:01 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-03-06 13:38 Florian Schmaus
2023-02-25 20:43 Florian Schmaus
2022-12-19 10:56 Viorel Munteanu
2022-05-12 9:14 Andrew Ammerlaan
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=1694526235.7e581ed757a2ed6301505d19ff0ce5061aac734b.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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