0.6.3
This commit is contained in:
parent
9fe65e2415
commit
4fc3ae0062
9
.SRCINFO
9
.SRCINFO
@ -1,13 +1,16 @@
|
||||
pkgbase = python-west
|
||||
pkgdesc = Zephyr RTOS Project meta-tool (wrapper and bootstrap)
|
||||
pkgver = 0.6.1
|
||||
pkgver = 0.6.3
|
||||
pkgrel = 1
|
||||
url = https://pypi.org/project/west/
|
||||
arch = any
|
||||
license = Apache
|
||||
makedepends = python-setuptools
|
||||
depends = python-configobj
|
||||
source = https://files.pythonhosted.org/packages/source/w/west/west-0.6.1.tar.gz
|
||||
sha256sums = ef1a3aee5f25aec5ac154784b0d2079ebf5f988fd57515d3a8ed5b914e3fc114
|
||||
depends = python-colorama
|
||||
depends = python-pykwalify
|
||||
source = https://files.pythonhosted.org/packages/source/w/west/west-0.6.3.tar.gz
|
||||
sha256sums = 8b6486595a868fe005e4e7f07214779be3f2e2fb26d53e79c951c80c838c8662
|
||||
|
||||
pkgname = python-west
|
||||
|
||||
|
7
PKGBUILD
7
PKGBUILD
@ -3,12 +3,13 @@
|
||||
pkgname='python-west'
|
||||
_name="west"
|
||||
pkgdesc="Zephyr RTOS Project meta-tool (wrapper and bootstrap)"
|
||||
pkgver=0.6.1
|
||||
pkgver=0.6.3
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url='https://pypi.org/project/west/'
|
||||
license=('Apache')
|
||||
depends=('python-configobj')
|
||||
depends=('python-configobj' 'python-colorama' 'python-pykwalify')
|
||||
makedepends=('python-setuptools')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
||||
|
||||
build() {
|
||||
@ -21,4 +22,4 @@ package() {
|
||||
python setup.py install --root="$pkgdir" --optimize=1
|
||||
}
|
||||
|
||||
sha256sums=('ef1a3aee5f25aec5ac154784b0d2079ebf5f988fd57515d3a8ed5b914e3fc114')
|
||||
sha256sums=('8b6486595a868fe005e4e7f07214779be3f2e2fb26d53e79c951c80c838c8662')
|
||||
|
Loading…
Reference in New Issue
Block a user