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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Aug 4 10:54:56 UTC 2013


    Date: Sunday, August 4, 2013 @ 12:54:56
  Author: svenstaro
Revision: 95044

Prepare pypy3

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-04 10:39:11 UTC (rev 95043)
+++ PKGBUILD	2013-08-04 10:54:56 UTC (rev 95044)
@@ -8,15 +8,13 @@
 pkgver=2.1
 #[[ -n $_hgrev ]] && pkgver=2.0beta2.$_hgrev
 pkgrel=1
-pkgdesc="A Python implementation written in Python, JIT enabled"
+pkgdesc="A Python2 implementation written in Python, JIT enabled"
 url="http://pypy.org"
 arch=('i686' 'x86_64')
 depends=('libffi')
 provides=('python2')
 options=(!buildflags)
-# You can remove pypy to not make the package depend on itself here
-# and use python2 in build() but it takes ages.
-makedepends=('python2' 'mercurial' 'pypy')
+makedepends=('python2' 'mercurial')
 optdepends=('openssl: openssl module'
             'expat: pyexpat module'
             'ncurses: ncurses module'




More information about the arch-commits mailing list