mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
51 lines
1.8 KiB
Text
51 lines
1.8 KiB
Text
|
pkgbase = python
|
||
|
pkgdesc = The Python programming language
|
||
|
pkgver = 3.11.6
|
||
|
pkgrel = 1
|
||
|
url = https://www.python.org/
|
||
|
arch = x86_64
|
||
|
license = custom
|
||
|
makedepends = tk
|
||
|
makedepends = sqlite
|
||
|
makedepends = bluez-libs
|
||
|
makedepends = mpdecimal
|
||
|
makedepends = llvm
|
||
|
makedepends = gdb
|
||
|
makedepends = xorg-server-xvfb
|
||
|
makedepends = ttf-font
|
||
|
depends = bzip2
|
||
|
depends = expat
|
||
|
depends = gdbm
|
||
|
depends = libffi
|
||
|
depends = libnsl
|
||
|
depends = libxcrypt
|
||
|
depends = openssl
|
||
|
depends = zlib
|
||
|
depends = tzdata
|
||
|
source = https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz
|
||
|
source = https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz.asc
|
||
|
source = EXTERNALLY-MANAGED
|
||
|
validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
|
||
|
validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568
|
||
|
validpgpkeys = A035C8C19219BA821ECEA86B64E628F8D684696D
|
||
|
sha512sums = 94b1038f6f53de0c44f99f72ed0f2e0791fd9d2a325ae00ba145b2b2c332c27b300b3ea3473017518089478f15e01867b1bb203c16610039cce36f8366de341a
|
||
|
sha512sums = SKIP
|
||
|
sha512sums = 62a6fbfbaeaa3ba7c54e109d9c3b7f67e73bb21986da4c1fcc5d28cca83d71e0fcae28e1fc70ee8ddce7dea8cd0b64e18d1031dae3a2eae5eaa379c53efd53a0
|
||
|
|
||
|
pkgname = python
|
||
|
optdepends = python-setuptools: for building Python packages using tooling that is usually bundled with Python
|
||
|
optdepends = python-pip: for installing Python packages using tooling that is usually bundled with Python
|
||
|
optdepends = python-pipx: for installing Python software not packaged on Arch Linux
|
||
|
optdepends = sqlite: for a default database integration
|
||
|
optdepends = mpdecimal: for decimal
|
||
|
optdepends = xz: for lzma
|
||
|
optdepends = tk: for tkinter
|
||
|
provides = python3
|
||
|
provides = python-externally-managed
|
||
|
replaces = python3
|
||
|
replaces = python-externally-managed
|
||
|
|
||
|
pkgname = python-tests
|
||
|
pkgdesc = Regression tests packages for Python
|
||
|
depends = python
|