17 lines
544 B
Bash
17 lines
544 B
Bash
# Template file for 'python3-discid'
|
|
pkgname=python3-discid
|
|
version=1.1.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="discid-${version}"
|
|
build_style=python3-module
|
|
pycompile_module=discid
|
|
hostmakedepends="python3 libdiscid"
|
|
depends="libdiscid"
|
|
short_desc="Python3 binding of libdiscid by MusicBrainz"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://python-discid.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/d/discid/discid-${version}.tar.gz"
|
|
checksum=78a3bf6c8377fdbe3d85e914a209ff97aa43e35605779639847b510ced31f7b9
|