dev-gap/loops: new package, add 3.4.3

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 13:57:20 -05:00
parent 0ec492c5c0
commit cfa7ed01e2
3 changed files with 45 additions and 0 deletions

1
dev-gap/loops/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST loops-3.4.3.tar.gz 1130925 BLAKE2B 659ee896a33dd5e67c2ba1b448e0dc74bc920774f0880a3c4501d4f642acaedfecfb21f233dfff88a71d33cc2e1f3f96b0700a86d470e4014aa093134d673a27 SHA512 d5909c90951820e37c22a6154c076cb5d5de2cb9c16d26ecf9ac65f4232a4a76605da2a3f7e91e1fd7a2262eef0e5df1160739cdbf6a1db468869f262d773724

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="Computing with quasigroups and loops in GAP"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
GAP_PKG_EXTRA_INSTALL=( data )
gap-pkg_enable_tests

View File

@@ -0,0 +1,28 @@
<?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 LOOPS package provides researchers in nonassociative algebra
with a computational tool that integrates standard notions of loop
theory with libraries of loops and group-theoretical algorithms of
GAP. The package also expands GAP toward nonassociative structures.
</longdescription>
<upstream>
<remote-id type="github">gap-packages/loops</remote-id>
</upstream>
</pkgmetadata>