~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2

[PATCH] testing/mnemosyne: new port

Eloi Torrents <eloitor@disroot.org>
Details
Message ID
<20220506232135.20298-1-eloitor@disroot.org>
DKIM signature
missing
Download raw message
Patch: +35 -0
https://mnemosyne-proj.org
A flash-card tool with a sophisticated card review algorithm
---
 testing/mnemosyne/APKBUILD | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 testing/mnemosyne/APKBUILD

diff --git a/testing/mnemosyne/APKBUILD b/testing/mnemosyne/APKBUILD
new file mode 100644
index 0000000000..9dbb7cdcb7
--- /dev/null
+++ b/testing/mnemosyne/APKBUILD
@@ -0,0 +1,35 @@
# Contributor: Eloi Torrents <eloitor@disroot.org>
# Maintainer: Eloi Torrents <eloitor@disroot.org>
pkgname=mnemosyne
pkgver=2.8
pkgrel=0
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
url="https://mnemosyne-proj.org"
arch="all !armhf !ppc64le !s390x" # missing py3-qt5 and qt5-qtwebengine
license="GPL"
depends="
	py3-qt5
	qt5-qtwebengine
	py3-argon2-cffi
	py3-pillow
	py3-matplotlib
	py3-cherrypy
	py3-webob
	py3-qtwebengine
	python3
	"
makedepends="py3-setuptools"
source="https://downloads.sourceforge.net/mnemosyne-proj/Mnemosyne-$pkgver.tar.gz"
builddir="$srcdir/Mnemosyne-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
ae18e89f9f6866bdf164104828491482263b926785090a394a394697034fa96778a6c617ca9404121a48701b425c5978c123e644c20c250624acbe0a0ae488c5  Mnemosyne-2.8.tar.gz
"
-- 
2.36.0
Details
Message ID
<165187454675.985.11433961246298499681.gitlab.34085.89179b3a8cc17615869b6d8f6582f72a02880cc5@listserv.local>
In-Reply-To
<20220506232135.20298-1-eloitor@disroot.org> (view parent)
DKIM signature
missing
Download raw message
On Sat, 07 May 2022 01:21:35 +0200, Eloi Torrents wrote:
> +url="https://mnemosyne-proj.org"
> +arch="all !armhf !ppc64le !s390x" # missing py3-qt5 and qt5-qtwebengine
> +license="GPL"

this is not an actual licence, the real licence is something else. the website mentions GPL-3.0 (no mention of -only or -or-later), and parts of the code are AGPL-3.0-or-later

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34085#note_234302
Details
Message ID
<165187476905.985.16539897987620082239.gitlab.34085.88532e8a6ac476513e8f2b58b2e998a1b5b7a0fa@listserv.local>
In-Reply-To
<20220506232135.20298-1-eloitor@disroot.org> (view parent)
DKIM signature
missing
Download raw message
the commit message should be `new aport`

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34085#note_234304
Reply to thread Export thread (mbox)