17 lines
546 B
Bash
17 lines
546 B
Bash
# Template file for 'python3-discid'
|
|
pkgname=python3-discid
|
|
version=1.2.0
|
|
revision=1
|
|
archs=noarch
|
|
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=cd9630bc53f5566df92819641040226e290b2047573f2c74a6e92b8eed9e86b9
|