1
0
Fork 0

dev-python/gbinder: New package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-08-15 03:51:23 +00:00
parent 00ce8135fa
commit c25da30106
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DIST gbinder-1.0.0.tar.gz 22368 BLAKE2B cfe9e8618f594bcff73ea5ed1e1ea3b5cdea86ba4f011fad3187e6cb83993f2153981bcc5d531b2bb91a7be9809ea7880abc9243daed51410f75e551550d49e1 SHA512 3a227b3d79d15fba62eaeeb3dc6c917ad9f9b3238d85a53e93c7f6b1b648849822f187fc6c4f288c4f8b3348ae17fbdb36cde7928d54f72354a7ef35dd8e628f
EBUILD gbinder-1.0.0.ebuild 742 BLAKE2B 8d3941011814b7aa323caa2ef28f0eea9ee2a2713930a19e4809fc69a70b9d79caf8890a9b3eaf4ee6bf7ed54030626e2cb3a47fe626769cad9c7cd4a27a6cdc SHA512 35b5a7be7028d07944499b1b33bf5066562c4344c07cffbb2fc0b158ca6bcd148a978df37d0537a57755ce1b21f28d8370be5237c8ecfa308c0a05ece04e501d
EBUILD gbinder-9999.ebuild 566 BLAKE2B 6b01674c0305aeda8f6c95dc4cc0044be6b62900711e14e450b0ed1f015b684baabfe06eab4c5f732e81850937b63a3a99e44170cb64da5e45ae8e4db9b84784 SHA512 5b3a532075d92b2a0e12ebc0fb9e1b3225b4384cd349de27fe61566ba0cf37899a285d761f3cd01eb845a0f25c5302ea9f7955c89beaac1999118176d7604de4
MISC metadata.xml 332 BLAKE2B 70c12872402aad1353ff9120cd0dcb1aa8865fee04cf227f6017ae9789559f9d97f125a2e3681dfd0ddacdc2dcfc64dc10caa908b1b653b272e1d12e013a5689 SHA512 755f31f377f95a03a898a73d29c6097bb07b4ccce9190229b1bf3673a750535390694851c1008bb79177c1025b60ed84548e2075094170f851e22dbb4fbb8309

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_9 )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
EGIT_COMMIT="834198b2e6cbeebdce80e982a81b1bf37bb3adbd"
MY_PN="${PN}-python"
MY_P="${MY_PN}-${EGIT_COMMIT}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
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
}

View File

@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_9 )
DISTUTILS_USE_SETUPTOOLS=no
inherit git-r3 distutils-r1
EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
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
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">erfanoabdi/gbinder-python</remote-id>
</upstream>
</pkgmetadata>