python-Mako: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
dc7c6e8770
commit
e19c96fc07
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python-Mako'
|
||||
pkgname=python-Mako
|
||||
version=1.0.4
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="Mako-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools python-MarkupSafe"
|
||||
pycompile_module="mako"
|
||||
short_desc="Hyperfast and lightweight templating for Python2"
|
||||
|
@ -15,22 +14,28 @@ homepage="http://www.makotemplates.org/"
|
|||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
|
||||
checksum=fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059
|
||||
alternatives="mako:mako-render:/usr/bin/mako-render2.7"
|
||||
alternatives="mako:mako-render:/usr/bin/mako-render2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-Mako_package() {
|
||||
python3-Mako_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-setuptools python3.4-MarkupSafe"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="mako"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
alternatives="mako:mako-render:/usr/bin/mako-render3.4"
|
||||
replaces="python3.4-Mako>=0"
|
||||
depends="python3-setuptools python3-MarkupSafe"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="mako:mako-render:/usr/bin/mako-render3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/mako-render3.4
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/bin/mako-render3
|
||||
vmove usr/lib/python3*
|
||||
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}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-Mako
|
Loading…
Reference in New Issue