aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-30 13:30:15 +0100
committerAisha Tammy <gentoo@aisha.cc>2020-12-30 12:44:01 +0000
commit7be80401d6a86c7a93d5884ba266ce7e9e17a1b9 (patch)
tree00ef0605cfcaa1e9759f1297e281b3877eb178d1 /dev-python
parent.github/workflows/pkgcheck.yml: remove redundant version check (diff)
downloadsci-7be80401d6a86c7a93d5884ba266ce7e9e17a1b9.tar.gz
sci-7be80401d6a86c7a93d5884ba266ce7e9e17a1b9.tar.bz2
sci-7be80401d6a86c7a93d5884ba266ce7e9e17a1b9.zip
dev-python/amply: new dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/amply/Manifest1
-rw-r--r--dev-python/amply/amply-0.1.4.ebuild25
-rw-r--r--dev-python/amply/metadata.xml11
3 files changed, 37 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">amply</remote-id>
+ </upstream>
+</pkgmetadata>