18 lines
553 B
Bash
18 lines
553 B
Bash
# Template file for 'python3-uritemplate'
|
|
pkgname=python3-uritemplate
|
|
version=3.0.1
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 implementation of RFC6570 URI Template"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0, BSD-3-Clause"
|
|
homepage="https://github.com/sigmavirus24/uritemplate"
|
|
distfiles="${PYPI_SITE}/u/uritemplate/uritemplate-${version}.tar.gz"
|
|
checksum=5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|