blob: 8c5ee5edca8e36b2c71f68512824235153341829 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Template file for 'python3-discid'
pkgname=python3-discid
version=1.2.0
revision=8
build_style=python3-module
pycompile_module=discid
hostmakedepends="python3 python3-setuptools libdiscid"
depends="python3 libdiscid"
short_desc="Python3 binding of libdiscid by MusicBrainz"
maintainer="John <me@johnnynator.dev>"
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
|