[arch-commits] Commit in pypy/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Apr 9 11:40:16 UTC 2013


    Date: Tuesday, April 9, 2013 @ 13:40:15
  Author: svenstaro
Revision: 87962

Prepare building from hg

Modified:
  pypy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-09 11:18:10 UTC (rev 87961)
+++ PKGBUILD	2013-04-09 11:40:15 UTC (rev 87962)
@@ -9,24 +9,24 @@
 arch=('i686' 'x86_64')
 depends=('libffi')
 provides=('python2')
-makedepends=('python2')
+makedepends=('python2' 'mercurial')
 optdepends=('openssl: openssl module'
             'expat: pyexpat module'
             'ncurses: ncurses module'
             'zlib: zlib module'
             'bzip2: bz2 module')
 license=('custom:MIT')
-source=(https://bitbucket.org/pypy/pypy/get/release-2.0-beta2.tar.bz2)
-md5sums=('c6afb6dd3fcc57ba2c4144780a42412f')
+source=('hg+https://bitbucket.org/pypy/pypy')
+md5sums=('SKIP')
 
 build() {
-  cd ${srcdir}/pypy-pypy-*/pypy/goal
+  cd ${srcdir}/pypy/pypy/goal
 
-  pypy ../../rpython/bin/rpython -Ojit targetpypystandalone
+  python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
 }
 
 package() {
-  cd ${srcdir}/pypy-pypy-*/pypy/translator/goal
+  cd ${srcdir}/pypy/pypy/goal
 
   install -Dm755 pypy-c ${pkgdir}/opt/pypy/pypy-c
   mkdir -p ${pkgdir}/opt/pypy/{lib-python,pypy}




More information about the arch-commits mailing list