python-Markups: update to 2.0.0.

This commit is contained in:
Michael Gehring 2016-05-10 18:58:44 +02:00
parent 360b0681a6
commit 4456bea568
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-Markups' # Template file for 'python-Markups'
pkgname=python-Markups pkgname=python-Markups
version=1.0.1 version=2.0.0
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="Markups-${version}" wrksrc="Markups-${version}"
@ -14,7 +14,11 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://github.com/mitya57/pymarkups" homepage="https://github.com/mitya57/pymarkups"
license="BSD" license="BSD"
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz" distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
checksum=74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee checksum=5639ddd76d74e0a5335e5b66ff2f1b3f9a9f0ab6eeff76a1003f59ed0ec2b721
post_install() {
vlicense LICENSE
}
python3.4-Markups_package() { python3.4-Markups_package() {
noarch=yes noarch=yes
@ -23,6 +27,7 @@ python3.4-Markups_package() {
pycompile_module="markups" pycompile_module="markups"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vlicense LICENSE
vmove usr/lib/python3.4 vmove usr/lib/python3.4
} }
} }