blob: 0c217a5bc69c4bd3483b330d1f45c466895027a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-simple-pid
pkgdesc = A simple and easy to use PID controller in Python
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/m-lundberg/simple-pid
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = python-simple-pid-2.0.1.tar.gz::https://github.com/m-lundberg/simple-pid/archive/v2.0.1.tar.gz
b2sums = bb4ae86678e19f096b8d53d186451a1776dae1579a4eb1b067f89a9f38fe5066cfb871bc262c016cc29bdc7f1ca296cb8470f0d13c461dd3ee1b0eca01c68346
pkgname = python-simple-pid
|