python-Mako: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-16 18:45:12 +02:00
parent dc7c6e8770
commit e19c96fc07
2 changed files with 17 additions and 11 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'python-Mako' # Template file for 'python-Mako'
pkgname=python-Mako pkgname=python-Mako
version=1.0.4 version=1.0.4
revision=2 revision=3
noarch=yes noarch=yes
wrksrc="Mako-${version}" wrksrc="Mako-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" hostmakedepends="python-setuptools python3-setuptools"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-setuptools python-MarkupSafe" depends="python-setuptools python-MarkupSafe"
pycompile_module="mako" pycompile_module="mako"
short_desc="Hyperfast and lightweight templating for Python2" short_desc="Hyperfast and lightweight templating for Python2"
@ -15,22 +14,28 @@ homepage="http://www.makotemplates.org/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz" distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
checksum=fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059 checksum=fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059
alternatives="mako:mako-render:/usr/bin/mako-render2.7" alternatives="mako:mako-render:/usr/bin/mako-render2"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python3.4-Mako_package() { python3-Mako_package() {
noarch=yes noarch=yes
depends="python3.4-setuptools python3.4-MarkupSafe"
pycompile_version="3.4"
pycompile_module="mako" pycompile_module="mako"
short_desc="${short_desc/Python2/Python3.4}" replaces="python3.4-Mako>=0"
alternatives="mako:mako-render:/usr/bin/mako-render3.4" depends="python3-setuptools python3-MarkupSafe"
short_desc="${short_desc/Python2/Python3}"
alternatives="mako:mako-render:/usr/bin/mako-render3"
pkg_install() { pkg_install() {
vmove usr/bin/mako-render3.4 vmove usr/bin/mako-render3
vmove usr/lib/python3.4 vmove usr/lib/python3*
vlicense LICENSE vlicense LICENSE
} }
} }
python3.4-Mako_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-Mako>=${version}_${revision}"
}

1
srcpkgs/python3-Mako Symbolic link
View file

@ -0,0 +1 @@
python-Mako