mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-gap/alnuth: new package, add 3.2.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
1
dev-gap/alnuth/Manifest
Normal file
1
dev-gap/alnuth/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST alnuth-3.2.1.tar.gz 404249 BLAKE2B 32a20b64d61ee6552c01f7367a8d56421f6a272fef1645c9ee7962842fe085803b03a1b5732d0f7fbe1917effaf823a44b9e2f6fbc36aaa5e34a5341e80b8f5f SHA512 80e3062270e69aac3a547a03c6ebe15727dceb0fd824e83d46338b6750a41e5230a281f35f04b0c0c02ddb9c47b2f93e23a15438c4266c0886e98ddee55b16ce
|
||||
26
dev-gap/alnuth/alnuth-3.2.1.ebuild
Normal file
26
dev-gap/alnuth/alnuth-3.2.1.ebuild
Normal file
@@ -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
|
||||
29
dev-gap/alnuth/metadata.xml
Normal file
29
dev-gap/alnuth/metadata.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mjo@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>frp.bissey@gmail.com</email>
|
||||
<name>François Bissey</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci-mathematics@gentoo.org</email>
|
||||
<name>Gentoo Mathematics Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">gap-packages/alnuth</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user