dev-python/gbinder - 1.1.2 (parona-overlay)

Search

Install

Install this version:

emerge -a =dev-python/gbinder-1.1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/gbinder-1.1.2

Or alternatively:

emerge --autounmask-write -a =dev-python/gbinder-1.1.2

Package Information

Description:
Python bindings for libgbinder
Homepage:
https://github.com/erfanoabdi/gbinder-python
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1

MY_PN="gbinder-python"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Python bindings for libgbinder"
HOMEPAGE="
	https://github.com/erfanoabdi/gbinder-python
"
SRC_URI="
	https://github.com/erfanoabdi/gbinder-python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz
"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test" # uses Itest test suite

DEPEND="
	dev-libs/libgbinder
	dev-libs/libglibutil
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-python/cython[${PYTHON_USEDEP}]
"

python_configure_all() {
	DISTUTILS_ARGS=( --cython )
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libgbinder
	dev-libs/libglibutil

RDEPEND

	dev-libs/libgbinder
	dev-libs/libglibutil

BDEPEND

	dev-python/cython[]

Manifest for 1.1.2

Type File Size Source URLs
DIST gbinder-1.1.2.gh.tar.gz 22772 bytes https://github.com/erfanoabdi/gbinder-python/archive/refs/tags/1.1.2.tar.gz