python3: update to 3.3.4.
This commit is contained in:
parent
355873c1fe
commit
5e30277e34
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'python3'.
|
||||
pkgname=python3
|
||||
version=3.3.3
|
||||
version=3.3.4
|
||||
revision=1
|
||||
wrksrc="Python-${version}"
|
||||
short_desc="Interpreted, interactive, object-oriented programming language (3.x series)"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.python.org"
|
||||
license="PSF"
|
||||
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.xz"
|
||||
checksum=339275b30a1a3fef1589016bf6302c14e870f7a6fd2522bf87a6c2c6d383c685
|
||||
checksum=c6cc126d91c04e0348882cfbd36d7a844d4e50acc37a3f6a64d67764e3995689
|
||||
|
||||
makedepends="libffi-devel readline-devel gdbm-devel openssl-devel
|
||||
expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel"
|
||||
|
@ -27,15 +27,13 @@ fi
|
|||
|
||||
# Native build
|
||||
do_configure() {
|
||||
# Force posix semaphores by default; sem_open requires /dev/shm and
|
||||
# it's not mounted in chroot.
|
||||
unset LD CC AR AS RANLIB
|
||||
|
||||
./configure ${configure_args} --with-threads --enable-ipv6 \
|
||||
--with-signal-module --enable-shared --with-system-ffi \
|
||||
--enable-unicode=ucs4 --with-system-expat --with-computed-gotos \
|
||||
--with-system-expat --with-computed-gotos \
|
||||
--with-system-expat --with-dbmliborder=gdbm:ndbm \
|
||||
--disable-static ac_cv_posix_semaphores_enabled=yes
|
||||
ac_cv_posix_semaphores_enabled=yes
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
@ -53,7 +51,7 @@ do_install() {
|
|||
}
|
||||
|
||||
python3-devel_package() {
|
||||
depends="python3>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/python*-config"
|
||||
|
|
Loading…
Reference in a new issue