From 7be80401d6a86c7a93d5884ba266ce7e9e17a1b9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 30 Dec 2020 13:30:15 +0100 Subject: dev-python/amply: new dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan Signed-off-by: Aisha Tammy --- dev-python/amply/Manifest | 1 + dev-python/amply/amply-0.1.4.ebuild | 25 +++++++++++++++++++++++++ dev-python/amply/metadata.xml | 11 +++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/amply/Manifest create mode 100644 dev-python/amply/amply-0.1.4.ebuild create mode 100644 dev-python/amply/metadata.xml (limited to 'dev-python') diff --git a/dev-python/amply/Manifest b/dev-python/amply/Manifest new file mode 100644 index 000000000..09b9588e7 --- /dev/null +++ b/dev-python/amply/Manifest @@ -0,0 +1 @@ +DIST amply-0.1.4.tar.gz 28182 BLAKE2B 78ae51f18355968c7713351267fe8a60adc797c9e0e37092f538935026898b51413f346a0faecc748a290f3fd3e4c313cfab6d0ddacfe34f76ecdb4ecd562ffb SHA512 cb9140a157059edd69f634499946b1e006993037eed44c6eb844e211454d975455e00cc5da8771a09b4345d77c30515b7c106420b15dae8ca54ac599399fb3ed diff --git a/dev-python/amply/amply-0.1.4.ebuild b/dev-python/amply/amply-0.1.4.ebuild new file mode 100644 index 000000000..db2b71b73 --- /dev/null +++ b/dev-python/amply/amply-0.1.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Allows you to load and manipulate AMPL/GLPK data as Python data structures" +HOMEPAGE="https://github.com/willu47/amply/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="EPL-1.0" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/pyparsing[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/amply/metadata.xml b/dev-python/amply/metadata.xml new file mode 100644 index 000000000..3d5e87252 --- /dev/null +++ b/dev-python/amply/metadata.xml @@ -0,0 +1,11 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + amply + + -- cgit v1.2.3-65-gdbad