Update to Python 3.9.8
This commit is contained in:
parent
a5e8cefbc9
commit
9094144f3d
22
.SRCINFO
22
.SRCINFO
@ -1,28 +1,32 @@
|
|||||||
pkgbase = python39
|
pkgbase = python39
|
||||||
pkgdesc = Major release 3.9 of the Python high-level programming language
|
pkgdesc = Major release 3.9 of the Python high-level programming language
|
||||||
pkgver = 3.9.6
|
pkgver = 3.9.8
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = https://www.python.org/
|
url = https://www.python.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = tk
|
|
||||||
makedepends = sqlite
|
|
||||||
makedepends = bluez-libs
|
makedepends = bluez-libs
|
||||||
makedepends = mpdecimal
|
makedepends = mpdecimal
|
||||||
depends = expat
|
makedepends = gdb
|
||||||
depends = bzip2
|
depends = bzip2
|
||||||
|
depends = expat
|
||||||
depends = gdbm
|
depends = gdbm
|
||||||
depends = openssl
|
|
||||||
depends = libffi
|
depends = libffi
|
||||||
|
depends = libnsl
|
||||||
|
depends = libxcrypt
|
||||||
|
depends = openssl
|
||||||
depends = zlib
|
depends = zlib
|
||||||
optdepends = tk: for tkinter
|
|
||||||
optdepends = sqlite
|
optdepends = sqlite
|
||||||
|
optdepends = mpdecimal: for decimal
|
||||||
|
optdepends = xz: for lzma
|
||||||
|
optdepends = tk: for tkinter
|
||||||
provides = python
|
provides = python
|
||||||
source = https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz
|
source = https://www.python.org/ftp/python/3.9.8/Python-3.9.8.tar.xz
|
||||||
source = mpdecimal-2.5.1.patch
|
source = mpdecimal-2.5.1.patch
|
||||||
sha256sums = 397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a
|
validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
|
||||||
|
validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568
|
||||||
|
sha256sums = 675ce09bf23c09836bf1969b744b1ea4c1a18c32788626632525f08444ebad5c
|
||||||
sha256sums = 8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c
|
sha256sums = 8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c
|
||||||
|
|
||||||
pkgname = python39
|
pkgname = python39
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
|
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
|
||||||
|
|
||||||
pkgname=python39
|
pkgname=python39
|
||||||
pkgver=3.9.7
|
pkgver=3.9.8
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
_pybasever=3.9
|
_pybasever=3.9
|
||||||
_pymajver=3
|
_pymajver=3
|
||||||
@ -18,7 +18,7 @@ source=(
|
|||||||
mpdecimal-2.5.1.patch
|
mpdecimal-2.5.1.patch
|
||||||
)
|
)
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
'f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57'
|
'675ce09bf23c09836bf1969b744b1ea4c1a18c32788626632525f08444ebad5c'
|
||||||
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
|
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
|
||||||
)
|
)
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user