python3-pyacoustid: update to 1.2.2, adopt.
This commit is contained in:
parent
e16e7bf40b
commit
ca825e133a
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'python3-pyacoustid'
|
# Template file for 'python3-pyacoustid'
|
||||||
pkgname=python3-pyacoustid
|
pkgname=python3-pyacoustid
|
||||||
version=1.2.0
|
version=1.2.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pyacoustid-${version}"
|
wrksrc="pyacoustid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="chromaprint python3-audioread python3-requests"
|
depends="chromaprint python3-audioread python3-requests"
|
||||||
short_desc="Python3 bindings for Chromaprint and the Acoustid API"
|
short_desc="Python3 bindings for Chromaprint and the Acoustid API"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sampsyo/pyacoustid"
|
homepage="https://github.com/beetbox/pyacoustid"
|
||||||
|
changelog="https://github.com/beetbox/pyacoustid#version-history"
|
||||||
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
|
||||||
checksum=5f98e34e79749439ea1b9440a0811996fdb5b12abadccfbeafda36ea9dd56d30
|
checksum=c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141
|
||||||
|
make_check=no # no tests specified
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vsconf aidmatch.py
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue