mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue