extra/python to 3.3.0-2

This commit is contained in:
Kevin Mihelich 2012-12-13 16:14:15 +00:00
parent b62b86536d
commit b2b4963f85

View file

@ -9,14 +9,14 @@
pkgname=python
pkgver=3.3.0
pkgrel=1
pkgrel=2
_pybasever=3.3
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
makedepends=('tk' 'sqlite')
makedepends=('tk' 'sqlite' 'bluez')
optdepends=('tk: for tkinter' 'sqlite')
provides=('python3')
replaces=('python3')
@ -52,7 +52,7 @@ check() {
cd "${srcdir}/Python-${pkgver}"
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
"${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_distutils test_site \
test_urllib test_uuid test_pydoc
test_urllib test_uuid test_pydoc test_logging
}
package() {