upgpkg: python-simple-pid 2.0.1-1
upstream release
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-simple-pid
|
pkgbase = python-simple-pid
|
||||||
pkgdesc = A simple and easy to use PID controller in Python
|
pkgdesc = A simple and easy to use PID controller in Python
|
||||||
pkgver = 1.0.1
|
pkgver = 2.0.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/m-lundberg/simple-pid
|
url = https://github.com/m-lundberg/simple-pid
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -11,7 +11,7 @@ pkgbase = python-simple-pid
|
|||||||
makedepends = python-wheel
|
makedepends = python-wheel
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
source = python-simple-pid-1.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v1.0.1.tar.gz
|
source = python-simple-pid-2.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v2.0.1.tar.gz
|
||||||
b2sums = 29e54cc3e6bddd9103979a0ee1acdfb60e3bd85ef199b2a538144ec5e0c8ea45d4ce22615df618fdd920d0c0e04a50a844d598e9fc09c5873bb8d9c550548723
|
b2sums = bb4ae86678e19f096b8d53d186451a1776dae1579a4eb1b067f89a9f38fe5066cfb871bc262c016cc29bdc7f1ca296cb8470f0d13c461dd3ee1b0eca01c68346
|
||||||
|
|
||||||
pkgname = python-simple-pid
|
pkgname = python-simple-pid
|
||||||
|
4
python-simple-pid/.nvchecker.toml
Normal file
4
python-simple-pid/.nvchecker.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[python-simple-pid]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/m-lundberg/simple-pid.git"
|
||||||
|
prefix = "v"
|
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=python-simple-pid
|
pkgname=python-simple-pid
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=1.0.1
|
pkgver=2.0.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A simple and easy to use PID controller in Python'
|
pkgdesc='A simple and easy to use PID controller in Python'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/m-lundberg/simple-pid'
|
url='https://github.com/m-lundberg/simple-pid'
|
||||||
@@ -12,7 +12,7 @@ depends=(python)
|
|||||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||||
checkdepends=(python-pytest)
|
checkdepends=(python-pytest)
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||||
b2sums=('29e54cc3e6bddd9103979a0ee1acdfb60e3bd85ef199b2a538144ec5e0c8ea45d4ce22615df618fdd920d0c0e04a50a844d598e9fc09c5873bb8d9c550548723')
|
b2sums=('bb4ae86678e19f096b8d53d186451a1776dae1579a4eb1b067f89a9f38fe5066cfb871bc262c016cc29bdc7f1ca296cb8470f0d13c461dd3ee1b0eca01c68346')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_name-$pkgver
|
cd $_name-$pkgver
|
||||||
|
Reference in New Issue
Block a user