From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/python/PKGBUILD | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'extra/python/PKGBUILD') diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index b9031834f..988381ca6 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 193927 2013-09-06 07:53:42Z bpiotrowski $ -# Maintainer: Stéphane Gaudreault +# $Id: PKGBUILD 200587 2013-11-29 15:17:24Z angvp $ +# Maintainer: Angel Velasquez +# Contributor: Stéphane Gaudreault # Contributor: Allan McRae # Contributor: Jason Chu pkgname=python -pkgver=3.3.2 -pkgrel=2 +pkgver=3.3.3 +pkgrel=1 _pybasever=3.3 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') @@ -14,15 +15,11 @@ url="http://www.python.org/" depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib') makedepends=('tk>=8.6.0' 'sqlite' 'valgrind' 'bluez-libs') optdepends=('tk: for tkinter' 'sqlite') +options=('!makeflags') provides=('python3') replaces=('python3') -options=('!makeflags') -source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz - python-3.3.2-CVE-2013-2099.patch - python-3.3.2-CVE-2013-4238.patch) -sha1sums=('87009d0c156c6e1354dfec5c98c328cae93950ad' - 'bfe07759daacd4ffa0e682e65f0c9fb84f715c73' - 'c30297201ef5cd803b685085ca6defb7ca66d2cd') +source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) +sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107') prepare() { cd "${srcdir}/Python-${pkgver}" @@ -36,8 +33,6 @@ prepare() { rm -r Modules/zlib rm -r Modules/_ctypes/{darwin,libffi}* - patch -Np1 -i ../python-3.3.2-CVE-2013-2099.patch - patch -Np1 -i ../python-3.3.2-CVE-2013-4238.patch } build() { @@ -59,7 +54,7 @@ build() { check() { cd "${srcdir}/Python-${pkgver}" LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \ - "${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_posixpath test_logging + "${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_posixpath test_logging test_uuid } package() { -- cgit v1.2.3-54-g00ecf