From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D2BB1382C5 for ; Wed, 30 Dec 2020 12:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75654E0B28; Wed, 30 Dec 2020 12:44:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54DECE0B28 for ; Wed, 30 Dec 2020 12:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA8CD341730 for ; Wed, 30 Dec 2020 12:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7399939F for ; Wed, 30 Dec 2020 12:44:08 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1609332241.7be80401d6a86c7a93d5884ba266ce7e9e17a1b9.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/amply/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/amply/amply-0.1.4.ebuild dev-python/amply/metadata.xml X-VCS-Directories: dev-python/amply/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 7be80401d6a86c7a93d5884ba266ce7e9e17a1b9 X-VCS-Branch: master Date: Wed, 30 Dec 2020 12:44:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3ae2a01-24e4-4099-b6fc-5e764a60a6fa X-Archives-Hash: d22be4c500d5879d9ac275ca6d13890e commit: 7be80401d6a86c7a93d5884ba266ce7e9e17a1b9 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Dec 30 12:30:15 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 30 12:44:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7be80401 dev-python/amply: new dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Aisha Tammy aisha.cc> dev-python/amply/amply-0.1.4.ebuild | 25 +++++++++++++++++++++++++ dev-python/amply/metadata.xml | 11 +++++++++++ 2 files changed, 36 insertions(+) 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 + +