summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7bbe1d7125d242a933dcaf7e49cae4a9db9da4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-triangle
	pkgdesc = Python bindings to the triangle library
	pkgver = 20230923
	pkgrel = 1
	url = https://github.com/drufat/triangle
	arch = any
	license = LGPL3
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = cython
	makedepends = python-wheel
	makedepends = git
	depends = python-numpy
	optdepends = python-matplotlib: for Matplotlib rendering
	source = git+https://github.com/drufat/triangle.git?#tag=v20230923
	source = git+https://github.com/drufat/triangle-c.git
	sha512sums = SKIP
	sha512sums = SKIP

pkgname = python-triangle