Bump version and remove check

Check is removed because west sdist does not include tests
This commit is contained in:
Arti Zirk 2020-12-01 17:03:30 +02:00
parent 09b6056c5b
commit ce5d13eb36
3 changed files with 8 additions and 12 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool (wrapper and bootstrap)
pkgver = 0.7.2
pkgver = 0.8.0
pkgrel = 1
url = https://pypi.org/project/west/
arch = any
@ -10,8 +10,8 @@ pkgbase = python-west
depends = python-configobj
depends = python-colorama
depends = python-pykwalify
source = https://files.pythonhosted.org/packages/source/w/west/west-0.7.2.tar.gz
sha256sums = e6d7075260f399c2a4cbbf78b0a5c463f8932f303a67895babde21f218fdab85
source = https://files.pythonhosted.org/packages/source/w/west/west-0.8.0.tar.gz
sha256sums = 672053c3392248846694e5619a7fe6ab4c40f010a8f5be6350821b39f6132a26
pkgname = python-west

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
pkg/
src/
*.pkg.tar.xz
*.pkg.tar.*
*.tar.gz

View File

@ -1,9 +1,10 @@
# Maintainer: Alexei Colin <ac@alexeicolin.com>
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
# Contributor: Alexei Colin <ac@alexeicolin.com>
pkgname='python-west'
_name="west"
pkgdesc="Zephyr RTOS Project meta-tool (wrapper and bootstrap)"
pkgver=0.7.2
pkgver=0.8.0
pkgrel=1
arch=('any')
url='https://pypi.org/project/west/'
@ -18,14 +19,9 @@ build() {
python setup.py build
}
check() {
cd $srcdir/$_name-$pkgver
tox
}
package() {
cd $srcdir/$_name-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
}
sha256sums=('e6d7075260f399c2a4cbbf78b0a5c463f8932f303a67895babde21f218fdab85')
sha256sums=('672053c3392248846694e5619a7fe6ab4c40f010a8f5be6350821b39f6132a26')