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