* update pypy to 7.3.17-1
This commit is contained in:
parent
46e0a82fb8
commit
07099a9464
25
python/pypy/.SRCINFO
Normal file
25
python/pypy/.SRCINFO
Normal file
@ -0,0 +1,25 @@
|
||||
pkgbase = pypy
|
||||
pkgdesc = A Python implementation written in Python, JIT enabled
|
||||
pkgver = 7.3.17
|
||||
pkgrel = 1
|
||||
url = https://pypy.org
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = pypy
|
||||
makedepends = tk
|
||||
makedepends = sqlite
|
||||
makedepends = mercurial
|
||||
depends = expat
|
||||
depends = bzip2
|
||||
depends = gdbm
|
||||
depends = openssl
|
||||
depends = libffi
|
||||
depends = zlib
|
||||
depends = ncurses
|
||||
optdepends = sqlite: sqlite module
|
||||
optdepends = tk: tk module
|
||||
options = !buildflags
|
||||
source = https://downloads.python.org/pypy/pypy2.7-v7.3.17-src.zip
|
||||
sha512sums = 001344ad5420f154d6199112b00ecb823b69306ede707a73e475abefa2e2d9df1a90958df3063aeea8d03a663852810b3168e425b0a602b0a0dacaaf8688ccef
|
||||
|
||||
pkgname = pypy
|
@ -3,7 +3,7 @@
|
||||
# Contributor: William Giokas <1007380@gmail.com>
|
||||
|
||||
pkgname=pypy
|
||||
pkgver=7.3.16
|
||||
pkgver=7.3.17
|
||||
pkgrel=1
|
||||
pkgdesc="A Python implementation written in Python, JIT enabled"
|
||||
url="https://pypy.org"
|
||||
@ -15,7 +15,7 @@ optdepends=('sqlite: sqlite module'
|
||||
options=(!buildflags)
|
||||
license=('MIT')
|
||||
source=("https://downloads.python.org/pypy/pypy2.7-v${pkgver}-src.zip")
|
||||
sha512sums=('020a07188f63459a4046679e2e00e828d193e75e96ab35ab8174e08fea3eff0a5c2ea4d53f42fd373ac225b511bdf580e06474986306d2baa598d6729c272a9c')
|
||||
sha512sums=('001344ad5420f154d6199112b00ecb823b69306ede707a73e475abefa2e2d9df1a90958df3063aeea8d03a663852810b3168e425b0a602b0a0dacaaf8688ccef')
|
||||
|
||||
build() {
|
||||
cd pypy2.7-v${pkgver}-src/pypy/goal
|
||||
|
Loading…
x
Reference in New Issue
Block a user