blob: d702ec19647599111c6eebda073dd41d7ec409e3 (
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
27
|
pkgbase = python-zlgcan
pkgdesc = Python wrapper for zlgcan driver
pkgver = 0.2.7
pkgrel = 1
url = https://github.com/jesses2025smith/zlgcan-driver
arch = x86_64
license = LGPL-3.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-maturin
depends = glibc
depends = libgcc
depends = python
depends = python-can
provides = python-zlgcan
provides = zlgcan
conflicts = python-zlgcan
conflicts = zlgcan
options = !strip
options = !debug
source = zlgcan-driver::git+https://github.com/jesses2025smith/zlgcan-driver.git#tag=v0.2.7
sha256sums = 1f665b88a05324b896c5b91679e87f32cfe48d1a3b392608fc0493ce3fae8a00
pkgname = python-zlgcan
|