python3-musicbrainzngs: update to 0.7.1.
This commit is contained in:
parent
2644f78115
commit
b2fbd61c5a
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'python3-musicbrainzngs'
|
||||
pkgname=python3-musicbrainzngs
|
||||
version=0.6
|
||||
revision=7
|
||||
version=0.7.1
|
||||
revision=1
|
||||
wrksrc="musicbrainzngs-${version}"
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
hostmakedepends="python3-setuptools"
|
||||
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
|
||||
checksum=ab1c0100fd0b305852e65f2ed4113c6de12e68afd55186987b8ed97e0f98e627
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue