core/python to 3.11.5-2

This commit is contained in:
Kevin Mihelich 2023-09-10 13:51:46 +00:00
parent db21d8a8f9
commit 5f67bc0d1b

View file

@ -14,9 +14,9 @@ shopt -s extglob
pkgbase=python pkgbase=python
pkgname=(python python-tests) pkgname=(python python-tests)
pkgver=3.11.5 pkgver=3.11.5
pkgrel=1 pkgrel=2
_pybasever=${pkgver%.*} _pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language" pkgdesc="The Python programming language"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
url="https://www.python.org/" url="https://www.python.org/"
@ -93,9 +93,10 @@ check() {
} }
package_python() { package_python() {
optdepends=('python-setuptools' optdepends=('python-setuptools: for building Python packages using tooling that is usually bundled with Python'
'python-pip' 'python-pip: for installing Python packages using tooling that is usually bundled with Python'
'sqlite' 'python-pipx: for installing Python software not packaged on Arch Linux'
'sqlite: for a default database integration'
'mpdecimal: for decimal' 'mpdecimal: for decimal'
'xz: for lzma' 'xz: for lzma'
'tk: for tkinter') 'tk: for tkinter')