18 lines
662 B
Bash
18 lines
662 B
Bash
# Template file for 'python3-discogs_client'
|
|
pkgname=python3-discogs_client
|
|
version=2.7.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-six python3-oauthlib"
|
|
short_desc="Official Discogs API client for Python3"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/joalla/discogs_client"
|
|
changelog="https://github.com/joalla/discogs_client/releases"
|
|
distfiles="${PYPI_SITE}/p/python3-discogs-client/python3_discogs_client-${version}.tar.gz"
|
|
checksum=f2453582f5d044ea5847d27cfe56473179e51c9a836913b46db803c20ae598f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|