python-uritemplate: update to 3.0.1.

This commit is contained in:
Peter Bui 2020-03-06 22:10:37 -05:00 committed by Helmut Pozimski
parent 3841bf0930
commit 69c9388d2b

View file

@ -1,19 +1,18 @@
# Template file for 'python-uritemplate' # Template file for 'python-uritemplate'
pkgname=python-uritemplate pkgname=python-uritemplate
version=3.0.0 version=3.0.1
revision=3 revision=1
archs=noarch archs=noarch
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
pycompile_module="uritemplate"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Python2 implementation of RFC6570 URI Template" short_desc="Python2 implementation of RFC6570 URI Template"
maintainer="Peter Bui <pnutzh4x0r@gmail.com>" maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0, 3-clause-BSD" license="Apache-2.0, BSD-3-Clause"
homepage="https://github.com/sigmavirus24/uritemplate" homepage="https://github.com/sigmavirus24/uritemplate"
distfiles="${PYPI_SITE}/u/uritemplate/uritemplate-${version}.tar.gz" distfiles="${PYPI_SITE}/u/uritemplate/uritemplate-${version}.tar.gz"
checksum=c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d checksum=5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -22,7 +21,6 @@ post_install() {
python3-uritemplate_package() { python3-uritemplate_package() {
archs=noarch archs=noarch
depends="python3" depends="python3"
pycompile_module="uritemplate"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*