public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
Date: Thu, 12 May 2022 06:13:56 +0000 (UTC)	[thread overview]
Message-ID: <1652333727.9da46f73833db3b5965831f3b00e58bdccd99a3f.pascal.jaeger@gentoo> (raw)

commit:     9da46f73833db3b5965831f3b00e58bdccd99a3f
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu May 12 05:35:27 2022 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu May 12 05:35:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9da46f73

dev-python/gbinder: new package, add 9999

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 dev-python/gbinder/gbinder-9999.ebuild | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/gbinder/gbinder-9999.ebuild b/dev-python/gbinder/gbinder-9999.ebuild
new file mode 100644
index 000000000..f2df6a922
--- /dev/null
+++ b/dev-python/gbinder/gbinder-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_9 )
+
+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"
+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"
+
+DEPEND="dev-libs/gbinder"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	dev-python/cython[${PYTHON_USEDEP}]
+"
+
+python_compile() {
+	distutils-r1_python_compile --cython
+}


             reply	other threads:[~2022-05-12  6:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12  6:13 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 13:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/ Denis Reva
2023-02-25 12:05 Denis Reva
2023-03-04 12:45 Denis Reva
2023-09-12 13:46 [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-12 13:44 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-28 10:00 David Roman
2023-09-28 10:00 David Roman
2024-02-19 13:58 Denis Reva
2024-03-21 22:11 Esteve Varela Colominas
2024-04-13 21:31 Julien Roy
2024-11-10 15:48 Denis Reva

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=1652333727.9da46f73833db3b5965831f3b00e58bdccd99a3f.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --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