mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python3.4: added pycompile trigger support.
This commit is contained in:
parent
ac91238431
commit
446b11b44f
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3.4'
|
# Template file for 'python3.4'
|
||||||
pkgname=python3.4
|
pkgname=python3.4
|
||||||
version=3.4.1
|
version=3.4.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)"
|
short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -10,6 +10,9 @@ license="PSF"
|
||||||
distfiles="http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
distfiles="http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
||||||
checksum=c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
|
checksum=c595a163104399041fcbe1c5c04db4c1da94f917b82ce89e8944c8edff7aedc4
|
||||||
|
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_dirs="usr/lib/python3.4"
|
||||||
|
|
||||||
makedepends="libffi-devel readline-devel>=6.3 gdbm-devel openssl-devel
|
makedepends="libffi-devel readline-devel>=6.3 gdbm-devel openssl-devel
|
||||||
expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel"
|
expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue