mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-MarkupSafe: added pycompile trigger support for the 3.4 subpkg.
This commit is contained in:
parent
847d9c942b
commit
04e8f45e13
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-MarkupSafe'
|
# Template file for 'python-MarkupSafe'
|
||||||
pkgname=python-MarkupSafe
|
pkgname=python-MarkupSafe
|
||||||
version=0.23
|
version=0.23
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="MarkupSafe-${version}"
|
wrksrc="MarkupSafe-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
@ -18,6 +18,8 @@ checksum=a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3
|
||||||
|
|
||||||
python3.4-MarkupSafe_package() {
|
python3.4-MarkupSafe_package() {
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="markupsafe"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/lib/python3.4
|
vmove /usr/lib/python3.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue