mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/python to 3.11.5-2
This commit is contained in:
parent
db21d8a8f9
commit
5f67bc0d1b
1 changed files with 6 additions and 5 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue