blob: f92d4e4691a9733f834c6cd218c94cd886e7a6c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-canopen
pkgdesc = A Python implementation of the CANopen standard.
pkgver = 2.3.0
pkgrel = 1
url = https://github.com/christiansandberg/canopen
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-anyio
makedepends = python-pytest
makedepends = python-pytest-cov
makedepends = python-pytest-mock
makedepends = python-pytest-timeout
makedepends = python-pytest-curio
depends = python
depends = python-can
depends = python-msgpack
depends = python-wrapt
source = canopen-2.3.0.tar.gz::https://github.com/christiansandberg/canopen/archive/refs/tags/v2.3.0.tar.gz
sha256sums = f53f848ed491eb60d4e10a1ccf02ec3989cf066cae0fc4ff4d2ae71f2bd5dde6
pkgname = python-canopen
|