From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/appi/Manifest | 1 + dev-python/appi/appi-0.2.2.ebuild | 24 ++++++++++++++++++++++++ dev-python/appi/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/appi/Manifest create mode 100644 dev-python/appi/appi-0.2.2.ebuild create mode 100644 dev-python/appi/metadata.xml (limited to 'dev-python/appi') diff --git a/dev-python/appi/Manifest b/dev-python/appi/Manifest new file mode 100644 index 000000000000..f90b72ddc89c --- /dev/null +++ b/dev-python/appi/Manifest @@ -0,0 +1 @@ +DIST appi-0.2.2.tar.gz 40562 SHA512 a5675bed7db67a01077363667c469173fe058231d50b7b680bb799fa9dd0a0ccf7c50af2b7b509017d6e0ae066714c4ea545959d12687c717edfdbdafed768ab \ No newline at end of file diff --git a/dev-python/appi/appi-0.2.2.ebuild b/dev-python/appi/appi-0.2.2.ebuild new file mode 100644 index 000000000000..21ebea3b191b --- /dev/null +++ b/dev-python/appi/appi-0.2.2.ebuild @@ -0,0 +1,24 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4..8} ) + +inherit distutils-r1 + +APPI_VERSION=${PV%.*} +APPI_RELEASE=${PV##*.} + +SRC_URI="https://github.com/funtoo/appi/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="*" + +DESCRIPTION="Another Portage Python Interface" +HOMEPAGE="https://gitlab.com/apinsard/appi/" + +LICENSE="GPL-2" +SLOT="0/${APPI_VERSION}" + +RDEPEND="sys-apps/portage" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/appi/metadata.xml b/dev-python/appi/metadata.xml new file mode 100644 index 000000000000..5906952367fc --- /dev/null +++ b/dev-python/appi/metadata.xml @@ -0,0 +1,19 @@ + + + + funtoo + + antoine.pinsard@gmail.com + Antoine Pinsard + + + Python portage API. An alternative to portage python module. + + + https://github.com/apinsard/appi/releases + https://github.com/apinsard/appi/issues + + + + kit-fixups + \ No newline at end of file -- cgit v1.3.1