blob: 6c965807aadbfd17f44d200dfc74f22fe79245bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-cstruct
pkgdesc = C-style structs for Python
pkgver = 2.2
pkgrel = 1
url = https://github.com/andreax79/python-cstruct
changelog = changelog.txt
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
source = python-cstruct-2.2.tar.gz::https://github.com/andreax79/python-cstruct/archive/v2.2.tar.gz
source = exclude-tests.patch
sha256sums = f1b3a97e186a3cc087c0aaa8ca5ca32c11374f29f0a4597a075869ea1c636bda
sha256sums = 50c62f343cdb71381bf5f5e9e71fe75bab9f5b1a4d810855265f3a4c35036569
pkgname = python-cstruct
|