Add provides=python

This commit is contained in:
Tobias Kunze 2021-08-04 10:51:38 +02:00
parent 8588e9c10d
commit e85c7ea497
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python39 pkgbase = python39
pkgdesc = Major release 3.9 of the Python high-level programming language pkgdesc = Major release 3.9 of the Python high-level programming language
pkgver = 3.9.6 pkgver = 3.9.6
pkgrel = 1 pkgrel = 2
url = https://www.python.org/ url = https://www.python.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -18,6 +18,7 @@ pkgbase = python39
depends = zlib depends = zlib
optdepends = tk: for tkinter optdepends = tk: for tkinter
optdepends = sqlite optdepends = sqlite
provides = python
source = https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz source = https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz
source = mpdecimal-2.5.1.patch source = mpdecimal-2.5.1.patch
sha256sums = 397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a sha256sums = 397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a

View File

@ -3,7 +3,7 @@
pkgname=python39 pkgname=python39
pkgver=3.9.6 pkgver=3.9.6
pkgrel=1 pkgrel=2
_pybasever=3.9 _pybasever=3.9
_pymajver=3 _pymajver=3
pkgdesc="Major release 3.9 of the Python high-level programming language" pkgdesc="Major release 3.9 of the Python high-level programming language"
@ -21,6 +21,7 @@ sha256sums=(
'397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a' '397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a'
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c' '8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
) )
provides=('python')
prepare() { prepare() {
cd "${srcdir}/Python-${pkgver}" cd "${srcdir}/Python-${pkgver}"