summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 71cd00b05528045bfa326363d247afd37806a5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-py-build-cmake
	pkgdesc = Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
	pkgver = 0.1.8
	pkgrel = 2
	url = https://github.com/tttapa/py-build-cmake
	arch = any
	license = MIT
	checkdepends = python-pytest
	makedepends = git
	makedepends = python-build
	makedepends = python-flit-core
	makedepends = python-installer
	depends = python-distlib
	depends = python-flit-core
	depends = python-tomli
	depends = python-click
	optdepends = python-virtualenv: Use virtualenv for build isolation
	source = git+https://github.com/tttapa/py-build-cmake#tag=0.1.8
	sha512sums = SKIP

pkgname = python-py-build-cmake