blob: 06831445222652be60f50c69d4606459b84adccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-ftd2xx
pkgdesc = Python interface to ftd2xx.dll from FTDI using ctypes based on d2xx by Pablo Bleyer
pkgver = 1.3.8
pkgrel = 1
url = https://pypi.org/project/ftd2xx
arch = any
license = MIT
makedepends = python-hatchling
makedepends = python-hatch-vcs
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-pytest
provides = python-ftd2xx
conflicts = python-ftd2xx
options = !strip
options = !debug
source = ftd2xx-1.3.8.tar.gz::https://files.pythonhosted.org/packages/source/f/ftd2xx/ftd2xx-1.3.8.tar.gz
sha256sums = 9de74ba300cfb1f3516af98e8097533d5d76692adfcc424694cc261b1b03e5e5
pkgname = python-ftd2xx
|