This commit is contained in:
Caspar Friedrich 2021-11-15 11:00:55 +01:00
parent 93a6099aeb
commit c0d9f8dc66
2 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool
pkgver = 0.11.1
pkgrel = 2
pkgver = 0.12.0
pkgrel = 1
url = https://pypi.org/project/west/
arch = any
license = Apache
@ -10,7 +10,8 @@ pkgbase = python-west
depends = python-colorama
depends = python-pyaml>=5.1
depends = python-pykwalify
source = https://files.pythonhosted.org/packages/source/w/west/west-0.11.1.tar.gz
sha256sums = 30771f3ec2a4281cd05c277a90f7dc94ded97d6dc1e1decdf4fe452dbbacc283
depends = python-packaging
source = https://files.pythonhosted.org/packages/source/w/west/west-0.12.0.tar.gz
sha256sums = d7ce0d719fd218fee5983442fe93a33a21a6be6a736915a7ffbe75369714e9ce
pkgname = python-west

View File

@ -3,15 +3,16 @@
pkgname="python-west"
_name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool"
pkgver=0.11.1
pkgrel=2
pkgver=0.12.0
pkgrel=1
arch=("any")
url="https://pypi.org/project/west/"
license=("Apache")
depends=("python>=3.6"
"python-colorama"
"python-pyaml>=5.1"
"python-pykwalify")
"python-pykwalify"
"python-packaging")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
@ -20,4 +21,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
sha256sums=("30771f3ec2a4281cd05c277a90f7dc94ded97d6dc1e1decdf4fe452dbbacc283")
sha256sums=("d7ce0d719fd218fee5983442fe93a33a21a6be6a736915a7ffbe75369714e9ce")