blob: 3b33ff7e6da61fbc3b6af5696c90eaff6290f14a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-nixnet
pkgdesc = Communicate over CAN or LIN via NI-XNET hardware with Python
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/ni/nixnet-python
arch = any
license = MIT
makedepends = git
makedepends = python-poetry-core
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-six
provides = python-nixnet
conflicts = python-nixnet
source = nixnet::git+https://github.com/ni/nixnet-python.git#tag=v1.0.0
sha256sums = 7a5c95252d125ae09b2a14ef6fe285c4ec3fcabdf5b97a482cb57cbf002574ea
pkgname = python-nixnet
|