dev-gap/quagroup: new package, add 1.8.3

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-12-21 12:10:07 -05:00
parent 21c0a8e992
commit 638e1ba20b
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST quagroup-1.8.3.tar.gz 634927 BLAKE2B 5c42f0cf6249240db0b547eebe2303d7192e205493cb1e352ae01e78a49091b642244b2db9f53a75b9b5e9d54cb25ffaa369c5e1ca7df85e7545b38d3b5b52ef SHA512 1ba1fc4acb9c015f16b4472a8eebfc29999caaa969a382839844e1e3eb8f9f96d258ab45cb3e8df519011f19c2c52bab989e04476434d5d263fc54c809e96872

View File

@@ -0,0 +1,27 @@
<?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 package QuaGroup contains functionality for working with
quantized enveloping algebras of finite-dimensional semisimple Lie
algebras.
</longdescription>
<upstream>
<remote-id type="github">gap-packages/quagroup</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="GAP package for quantum group computations"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
DOCS=( README.md CHANGES.md )
gap-pkg_enable_tests