public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2022-05-12  6:13 Pascal Jäger
  0 siblings, 0 replies; 10+ messages in thread
From: Pascal Jäger @ 2022-05-12  6:13 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2022-12-18 13:57 Denis Reva
  0 siblings, 0 replies; 10+ messages in thread
From: Denis Reva @ 2022-12-18 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     069d3e00e21db988a3c53a8cdaf5eb9c045a635b
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 18 13:57:13 2022 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Dec 18 13:57:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=069d3e00

dev-python/gbinder: Updated to new version, added missing ~x86, ~arm and ~arm64 keywords, added metadata.xml, I'm now maintainer

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-python/gbinder/Manifest             |  1 +
 dev-python/gbinder/gbinder-1.1.1.ebuild | 36 +++++++++++++++++++++++++++++++++
 dev-python/gbinder/metadata.xml         | 36 +++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index a17031d32..3bc720ddf 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1 +1,2 @@
 DIST gbinder-1.0.0.tar.gz 22640 BLAKE2B dbd0b07c693c803c6646fded1ea0b546d7dc40a1a5f1592601d28d63dbe5113b2bcc07314710c7ba1b47f3417b943398e720ece089ff8a68856e7b2cfda55ae1 SHA512 3b52c01c99321108a3d5c0129fb4fcf22d164e5de1e197f0e01a77e3bcbf9c4fd7ee35ce58131f545f65561c622b30f5919f4bdc995005b00a18a15c695fbf51
+DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03

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

diff --git a/dev-python/gbinder/metadata.xml b/dev-python/gbinder/metadata.xml
new file mode 100644
index 000000000..48efb4328
--- /dev/null
+++ b/dev-python/gbinder/metadata.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>denis7774@gmail.com</email>
+		<name>Denis Reva</name>
+		<description>rarogcmex</description>
+	</maintainer>
+	<longdescription lang="en">
+		Cython extension module for gbinder
+		Prerequisites
+		libgbinder
+		libglibutil
+		pkgconf
+		For development, you will also need Cython:
+
+		pip install cython
+		Description
+		There are two Cython files: cgbinder.pxd describing the C++ API of the libgbinder library, and gbinder.pyx describing classes that will be visible from Python user code. The .pyx imports .pxd to learn about C functions available to be called.
+
+		There is also setup.py file. This file describes how to build the extension module, using distutils. In there, we specify the library to link with as libraries=['gbinder']. The gbinder stands for libgbinder.so that we previously installed.
+
+		There are two options to build the package:
+
+		One, use Cython's cythonize() function to generate a .c file from the .pyx one, and then compile it against the libgbinder.so library.
+		Two, if the .c is already provided, just compile it - no Cython required!
+		Development build
+		For development, use option 1 by providing --cython flag:
+
+		python setup.py build_ext --inplace --cython
+		The result will be a .so shared library named like gbinder.cpython-38-x86_64-linux-gnu.so. build_ext means we're building a C++ extension. --inplace means to put it in the current directory. If you run python from current directory, you'll be able to import gbinder.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">erfanoabdi/gbinder-python</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2023-02-25 12:05 Denis Reva
  0 siblings, 0 replies; 10+ messages in thread
From: Denis Reva @ 2023-02-25 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ff9426214d70526baed0f9b76853cc68fe480195
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 25 12:03:53 2023 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sat Feb 25 12:05:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff942621

dev-python/gbinder: Remove legacy version

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-python/gbinder/Manifest             |  1 -
 dev-python/gbinder/gbinder-1.0.0.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index 3bc720ddf..f3c1328de 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1,2 +1 @@
-DIST gbinder-1.0.0.tar.gz 22640 BLAKE2B dbd0b07c693c803c6646fded1ea0b546d7dc40a1a5f1592601d28d63dbe5113b2bcc07314710c7ba1b47f3417b943398e720ece089ff8a68856e7b2cfda55ae1 SHA512 3b52c01c99321108a3d5c0129fb4fcf22d164e5de1e197f0e01a77e3bcbf9c4fd7ee35ce58131f545f65561c622b30f5919f4bdc995005b00a18a15c695fbf51
 DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03

diff --git a/dev-python/gbinder/gbinder-1.0.0.ebuild b/dev-python/gbinder/gbinder-1.0.0.ebuild
deleted file mode 100644
index 913d0d608..000000000
--- a/dev-python/gbinder/gbinder-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-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"
-	PATCHES=( "${FILESDIR}/${P}-setuppy-extensions.patch" )
-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
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2023-03-04 12:45 Denis Reva
  0 siblings, 0 replies; 10+ messages in thread
From: Denis Reva @ 2023-03-04 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     61118041fa79c6c9d4792a39e769ceda41c763a8
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Mar  4 12:44:49 2023 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sat Mar  4 12:45:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61118041

dev-python/gbinder: ensured that python3.11 availiable

Closes: https://bugs.gentoo.org/897448
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-python/gbinder/gbinder-1.1.1-r10.ebuild | 2 +-
 dev-python/gbinder/gbinder-1.1.1.ebuild     | 2 +-
 dev-python/gbinder/gbinder-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild b/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
index aa03fbfe9..257da1c10 100644
--- a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
+++ b/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-python/gbinder/gbinder-1.1.1.ebuild b/dev-python/gbinder/gbinder-1.1.1.ebuild
index b93707756..0e97a353e 100644
--- a/dev-python/gbinder/gbinder-1.1.1.ebuild
+++ b/dev-python/gbinder/gbinder-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-python/gbinder/gbinder-9999.ebuild b/dev-python/gbinder/gbinder-9999.ebuild
index b93707756..0e97a353e 100644
--- a/dev-python/gbinder/gbinder-9999.ebuild
+++ b/dev-python/gbinder/gbinder-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
  2023-09-12 13:46 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2023-09-12 13:44 ` David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2023-09-12 13:44 UTC (permalink / raw
  To: gentoo-commits

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 )
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2023-09-28 10:00 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2023-09-28 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6b79f5c2baad4db1b2b0ddb2509b083c8e33c915
Author:     xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 05:21:20 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 28 10:00:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b79f5c2

dev-python/gbinder: drop 1.1.1, 1.1.1-r10, 1.1.1-r11

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/111

 dev-python/gbinder/Manifest                 |  1 -
 dev-python/gbinder/gbinder-1.1.1-r10.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1-r11.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1.ebuild     | 36 -----------------------
 4 files changed, 125 deletions(-)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index 9dc02d0f69..95289ea835 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1,2 +1 @@
-DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03
 DIST gbinder-1.1.2.tar.gz 22772 BLAKE2B c5b3ae434422afc761e9e9d63f86ab9c89b6b2b96b98f7d8cde185de5c2349a7a42ac2a9355fabc0c412d1eb580c7d305056d2546dd148b558c9154c76127c41 SHA512 6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71

diff --git a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild b/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
deleted file mode 100644
index cbccaee389..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild b/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
deleted file mode 100644
index fe0e938af8..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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 )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1.ebuild b/dev-python/gbinder/gbinder-1.1.1.ebuild
deleted file mode 100644
index 809b0e6384..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-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"
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	dev-python/cython[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-	distutils-r1_python_compile --cython
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2023-09-28 10:00 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2023-09-28 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     70c2625e772a8553f0fc8bc70b1507c047eeabec
Author:     xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 05:19:23 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 28 09:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70c2625e

dev-python/gbinder: add 1.1.2

Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/gbinder/Manifest             |  1 +
 dev-python/gbinder/gbinder-1.1.2.ebuild | 44 +++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index f3c1328de1..9dc02d0f69 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1 +1,2 @@
 DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03
+DIST gbinder-1.1.2.tar.gz 22772 BLAKE2B c5b3ae434422afc761e9e9d63f86ab9c89b6b2b96b98f7d8cde185de5c2349a7a42ac2a9355fabc0c412d1eb580c7d305056d2546dd148b558c9154c76127c41 SHA512 6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71

diff --git a/dev-python/gbinder/gbinder-1.1.2.ebuild b/dev-python/gbinder/gbinder-1.1.2.ebuild
new file mode 100644
index 0000000000..cbccaee389
--- /dev/null
+++ b/dev-python/gbinder/gbinder-1.1.2.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[${PYTHON_USEDEP}]
+	${DISTUTILS_DEPS}
+"
+
+python_configure_all () {
+	DISTUTILS_ARGS=( --cython )
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2024-02-19 13:58 Denis Reva
  0 siblings, 0 replies; 10+ messages in thread
From: Denis Reva @ 2024-02-19 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e667d22d651110b46258765015c9bdd3eb26a2fc
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 13:58:14 2024 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 13:58:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e667d22d

dev-python/gbinder: add support for python3_12

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-python/gbinder/gbinder-1.1.2-r1.ebuild | 45 ++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
new file mode 100644
index 0000000000..1e2c069035
--- /dev/null
+++ b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517="setuptools"
+DISTUTILS_EXT=1
+
+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[${PYTHON_USEDEP}]
+	${DISTUTILS_DEPS}
+"
+
+python_configure_all () {
+	DISTUTILS_ARGS=( --cython )
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2024-03-21 22:11 Esteve Varela Colominas
  0 siblings, 0 replies; 10+ messages in thread
From: Esteve Varela Colominas @ 2024-03-21 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0e04079e327955627e8b50334920b36318e581e1
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Thu Mar 21 19:27:27 2024 +0000
Commit:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:10:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e04079e

dev-python/gbinder: Syncrhonize -1.1.2-r1 and -9999

Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>

 dev-python/gbinder/gbinder-1.1.2-r1.ebuild | 20 ++++++++++----------
 dev-python/gbinder/gbinder-9999.ebuild     | 21 +++++++++++++++------
 2 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
index 1e2c069035..448486cbcd 100644
--- a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
+++ b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,20 +26,20 @@ 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"
+DEPEND="
+	dev-libs/gbinder
+	dev-libs/libglibutil
+"
 RDEPEND="${DEPEND}"
 BDEPEND="
 	virtual/pkgconfig
 	dev-python/cython[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
 "
 
-python_configure_all () {
+PATCHES=(
+	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
+)
+
+python_configure_all() {
 	DISTUTILS_ARGS=( --cython )
 }

diff --git a/dev-python/gbinder/gbinder-9999.ebuild b/dev-python/gbinder/gbinder-9999.ebuild
index 809b0e6384..448486cbcd 100644
--- a/dev-python/gbinder/gbinder-9999.ebuild
+++ b/dev-python/gbinder/gbinder-9999.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517="setuptools"
+DISTUTILS_EXT=1
 
 inherit distutils-r1
 
@@ -23,14 +26,20 @@ HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
+DEPEND="
+	dev-libs/gbinder
+	dev-libs/libglibutil
+"
 RDEPEND="${DEPEND}"
 BDEPEND="
 	virtual/pkgconfig
 	dev-python/cython[${PYTHON_USEDEP}]
 "
 
-python_compile() {
-	distutils-r1_python_compile --cython
+PATCHES=(
+	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
+)
+
+python_configure_all() {
+	DISTUTILS_ARGS=( --cython )
 }


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
@ 2024-04-13 21:31 Julien Roy
  0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2024-04-13 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     383a34ed729be9ad4209393c4d47f9f91eadbbe3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 19:03:00 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 19:03:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=383a34ed

dev-python/gbinder: drop 1.1.2

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/gbinder/gbinder-1.1.2.ebuild | 44 ---------------------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-python/gbinder/gbinder-1.1.2.ebuild b/dev-python/gbinder/gbinder-1.1.2.ebuild
deleted file mode 100644
index cbccaee389..0000000000
--- a/dev-python/gbinder/gbinder-1.1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-13 21:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19 13:58 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/ Denis Reva
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 21:31 Julien Roy
2024-03-21 22:11 Esteve Varela Colominas
2023-09-28 10:00 David Roman
2023-09-28 10:00 David Roman
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-03-04 12:45 Denis Reva
2023-02-25 12:05 Denis Reva
2022-12-18 13:57 Denis Reva
2022-05-12  6:13 Pascal Jäger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox