mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python to 3.3.0-2
This commit is contained in:
parent
b62b86536d
commit
b2b4963f85
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue