diff options
Diffstat (limited to 'dev-python/gbinder')
| -rw-r--r-- | dev-python/gbinder/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/gbinder/files/gbinder-1.1.1-setuptools.patch | 37 | ||||
| -rw-r--r-- | dev-python/gbinder/gbinder-1.3.0.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/gbinder/gbinder-1.3.1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/gbinder/gbinder-9999.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/gbinder/metadata.xml | 12 |
6 files changed, 0 insertions, 166 deletions
diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest deleted file mode 100644 index c1b05916b8dd..000000000000 --- a/dev-python/gbinder/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gbinder-1.3.0.tar.gz 25267 BLAKE2B 060d8d0c7333fa145398e521d83eef7296531631ae3b2bf585b369f6444c613b943b62b40fe93ef26145501b1897318126b39a4f722e2a5fb98e61539d9c1329 SHA512 fda25822cc6021f11204029322458abf923ac326cc4aa5b9f36920022662460b02e18e45c4765d095bd074cdbfe43023237bc09dcab21cd9524146a62e302d5c -DIST gbinder-1.3.1.gh.tar.gz 25484 BLAKE2B 1f3d7512eb4bb88b98418c5d1f7ec9b0fb608cdd6a40b20faaa88a8e2721fb1a0fad0072d1e9f7e36086e0b345f89bd4fb1ddce14e99c5b30feec98117ea6c4a SHA512 85c78ad76cc9403b09be1fb96424f529aa0cee7a570bc5cb7a4515a4746b006998c6b32a6d59c9931846d825c99ae59e71e2e907940adc3ae13415d6655d5f00 diff --git a/dev-python/gbinder/files/gbinder-1.1.1-setuptools.patch b/dev-python/gbinder/files/gbinder-1.1.1-setuptools.patch deleted file mode 100644 index 94bda6295cb7..000000000000 --- a/dev-python/gbinder/files/gbinder-1.1.1-setuptools.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 32cfbabe5ed37815358cc3515ce6551b6b7b87ae Mon Sep 17 00:00:00 2001 -From: Herrie <Github.com@herrie.org> -Date: Sat, 23 Jul 2022 20:38:22 +0200 -Subject: [PATCH] setup.py: Migrate away from deprecated distutils.core to - setuptools - -distutils will be removed in Python 3.12, but already gives issues with 3.10 as well. - -/mnt/5ba5d474-0b2d-49d6-a5a6-9de20c3ac967/kirkstone/webos-ports/tmp-glibc/work/core2-64-webos-linux/python3-gbinder/1.0.0+gitAUTOINC+da16278f0d-r0/git/setup.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives - from distutils.core import setup, Extension -Compiling gbinder.pyx because it changed. -[1/1] Cythonizing gbinder.pyx -usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] - or: setup.py --help [cmd1 cmd2 ...] - or: setup.py --help-commands - or: setup.py cmd --help - -error: invalid command 'bdist_wheel' -ERROR: 'python3 setup.py bdist_wheel sdist --cython' execution failed. -WARNING: exit code 1 from a shell command. - -Signed-off-by: Herman van Hazendonk <github.com@herrie.org> ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index ed2b1ed..6060f84 100644 ---- a/setup.py -+++ b/setup.py -@@ -1,5 +1,5 @@ - import sys, subprocess --from distutils.core import setup, Extension -+from setuptools import setup, Extension - - - def pkgconfig(package, kw): diff --git a/dev-python/gbinder/gbinder-1.3.0.ebuild b/dev-python/gbinder/gbinder-1.3.0.ebuild deleted file mode 100644 index cbe82a95c9b8..000000000000 --- a/dev-python/gbinder/gbinder-1.3.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -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 dev-libs/gbinder" -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}] -" diff --git a/dev-python/gbinder/gbinder-1.3.1.ebuild b/dev-python/gbinder/gbinder-1.3.1.ebuild deleted file mode 100644 index b45b157bf344..000000000000 --- a/dev-python/gbinder/gbinder-1.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -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/waydroid/gbinder-python/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/waydroid/gbinder-python.git" -fi - -DESCRIPTION="Python bindings for dev-libs/gbinder" -HOMEPAGE="https://github.com/waydroid/gbinder-python" -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - >=dev-libs/gbinder-1.1.40 - dev-libs/libglibutil -" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests import-check diff --git a/dev-python/gbinder/gbinder-9999.ebuild b/dev-python/gbinder/gbinder-9999.ebuild deleted file mode 100644 index b45b157bf344..000000000000 --- a/dev-python/gbinder/gbinder-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -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/waydroid/gbinder-python/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/waydroid/gbinder-python.git" -fi - -DESCRIPTION="Python bindings for dev-libs/gbinder" -HOMEPAGE="https://github.com/waydroid/gbinder-python" -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - >=dev-libs/gbinder-1.1.40 - dev-libs/libglibutil -" -RDEPEND="${DEPEND}" -BDEPEND=" - virtual/pkgconfig - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests import-check diff --git a/dev-python/gbinder/metadata.xml b/dev-python/gbinder/metadata.xml deleted file mode 100644 index 02f96facd902..000000000000 --- a/dev-python/gbinder/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <maintainer type="person"> - <email>denis7774@gmail.com</email> - <name>Denis Reva</name> - <description>rarogcmex</description> - </maintainer> - <upstream> - <remote-id type="github">waydroid/gbinder-python</remote-id> - </upstream> -</pkgmetadata> |
