19 lines
632 B
Bash
19 lines
632 B
Bash
# Template file for 'python3-musicbrainzngs'
|
|
pkgname=python3-musicbrainzngs
|
|
version=0.6
|
|
revision=7
|
|
wrksrc="musicbrainzngs-${version}"
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-devel"
|
|
makedepends="${hostmakedepends}"
|
|
depends="python3"
|
|
short_desc="Python3 bindings for the Musicbrainz NGS webservice interface"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
|
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
|
checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|