upg python
This commit is contained in:
parent
1c7cf2b188
commit
372047b262
3 changed files with 13 additions and 14 deletions
|
@ -8,11 +8,10 @@
|
|||
shopt -s extglob
|
||||
pkgbase=python
|
||||
pkgname=(python python-tests)
|
||||
pkgver=3.10.9
|
||||
pkgver=3.10.10
|
||||
pkgrel=01
|
||||
_pybasever=${pkgver%.*}
|
||||
pkgdesc="Next generation of the python high-level scripting language - no ipv6 "
|
||||
arch=('x86_64')
|
||||
url="https://www.python.org/"
|
||||
depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
|
||||
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font')
|
||||
|
@ -154,7 +153,9 @@ package_python-tests() {
|
|||
rm -r !(test)
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=('custom')
|
||||
|
||||
|
@ -162,10 +163,9 @@ validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python re
|
|||
'E3FF2839C048B25C084DEBE9B26995E310250568' # Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>
|
||||
'A035C8C19219BA821ECEA86B64E628F8D684696D') # Pablo Galindo Salgado <pablogsal@gmail.com>
|
||||
|
||||
sha256sums=(5ae03e308260164baba39921fdb4dbf8e6d03d8235a939d4582b33f0b5e46a83 # Python-3.10.9.tar.xz
|
||||
74eab0f8a2f3d50bc4366d2e0fbfbe9c9c63ac68dfb2184589b44a5756bc63c4) # Python-3.10.9.tar.xz.asc
|
||||
|
||||
sha512sums=('d66ea8adeb6dc4951e612175f8838b3092967ff275b7a3470f2d86f470036aa2221e722c3144d90bcd230b88efd53dde204213f72f703e524e4b833e2ccc68e2'
|
||||
'SKIP')
|
||||
sha256sums=(0419e9085bf51b7a672009b3f50dbf1859acdf18ba725d0ec19aa5c8503f0ea3 # Python-3.10.10.tar.xz
|
||||
e500dcfebc172ac1b447ac00900da617f658846d9b36d0b254858b9d4645948a) # Python-3.10.10.tar.xz.asc
|
||||
|
||||
## b9329540c743d7f1a535b7adf3956ef0cdfd9502d0a7d6be020d8928e3cfe6b4 python-3.10.10-01-x86_64.pkg.tar.lz
|
||||
## f4d26ce8dc0d3b555e30c09983937331019448ff514696f1d9ebb502997e0b42 python-tests-3.10.10-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -8,18 +8,17 @@ shopt -s extglob
|
|||
|
||||
pkgbase=python
|
||||
pkgname=(python python-tests)
|
||||
pkgver=3.10.9
|
||||
pkgver=3.10.10
|
||||
pkgrel=1
|
||||
_pybasever=${pkgver%.*}
|
||||
pkgdesc="Next generation of the python high-level scripting language"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
url="https://www.python.org/"
|
||||
options=('debug')
|
||||
depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
|
||||
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font')
|
||||
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
|
||||
sha512sums=('d66ea8adeb6dc4951e612175f8838b3092967ff275b7a3470f2d86f470036aa2221e722c3144d90bcd230b88efd53dde204213f72f703e524e4b833e2ccc68e2'
|
||||
sha512sums=('f0aee65970a68287b34c4eafcf35c6fa09c81ba234ac356db16fbbc6c36417e4ac67071e616d118f5e192d541d7f177dcab5585b9780e842f656c09e01c37ced'
|
||||
'SKIP')
|
||||
validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) <nad@python.org>
|
||||
'E3FF2839C048B25C084DEBE9B26995E310250568' # Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
real 19m53.761s
|
||||
user 20m30.419s
|
||||
sys 0m38.426s
|
||||
real 19m48.923s
|
||||
user 19m53.361s
|
||||
sys 0m42.475s
|
||||
|
||||
|
|
Loading…
Reference in a new issue