From 668babcdd585d44872b567617d7a82520d95161a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 21 Dec 2023 10:16:27 -0500 Subject: [PATCH] dev-gap/alnuth: new package, add 3.2.1 Signed-off-by: Michael Orlitzky --- dev-gap/alnuth/Manifest | 1 + dev-gap/alnuth/alnuth-3.2.1.ebuild | 26 ++++++++++++++++++++++++++ dev-gap/alnuth/metadata.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 dev-gap/alnuth/Manifest create mode 100644 dev-gap/alnuth/alnuth-3.2.1.ebuild create mode 100644 dev-gap/alnuth/metadata.xml diff --git a/dev-gap/alnuth/Manifest b/dev-gap/alnuth/Manifest new file mode 100644 index 0000000000000..4ea1f648fe7fc --- /dev/null +++ b/dev-gap/alnuth/Manifest @@ -0,0 +1 @@ +DIST alnuth-3.2.1.tar.gz 404249 BLAKE2B 32a20b64d61ee6552c01f7367a8d56421f6a272fef1645c9ee7962842fe085803b03a1b5732d0f7fbe1917effaf823a44b9e2f6fbc36aaa5e34a5341e80b8f5f SHA512 80e3062270e69aac3a547a03c6ebe15727dceb0fd824e83d46338b6750a41e5230a281f35f04b0c0c02ddb9c47b2f93e23a15438c4266c0886e98ddee55b16ce diff --git a/dev-gap/alnuth/alnuth-3.2.1.ebuild b/dev-gap/alnuth/alnuth-3.2.1.ebuild new file mode 100644 index 0000000000000..c374614c81630 --- /dev/null +++ b/dev-gap/alnuth/alnuth-3.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gap-pkg + +DESCRIPTION="Algebraic number theory and an interface to PARI/GP" +SLOT="0" +SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" +RESTRICT=test + +# Circular dependency alnuth->polycyclic->alnuth... +RDEPEND="dev-gap/polycyclic" +#BDEPEND="test? ( dev-gap/radiroot )" + +GAP_PKG_HTML_DOCDIR="htm" + +# The "exam" directory contains examples... but they're loaded by +# read.g, and actually used by dev-gap/polenta! +GAP_PKG_EXTRA_INSTALL=( exam gp ) + +gap-pkg_enable_tests diff --git a/dev-gap/alnuth/metadata.xml b/dev-gap/alnuth/metadata.xml new file mode 100644 index 0000000000000..50df16ddfa9da --- /dev/null +++ b/dev-gap/alnuth/metadata.xml @@ -0,0 +1,29 @@ + + + + + mjo@gentoo.org + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + The Alnuth package provides various methods to compute with number + fields which are given by a defining polynomial or by + generators. Some of the methods provided in this package are written + in GAP code. The other part of the methods is imported from the + computer algebra system PARI/GP. + + + gap-packages/alnuth + +