blob: f15da39e1107ae1831a611a68726d11451ba1ad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = cruft
pkgdesc = Maintain all the necessary boilerplate for packaging and building projects separate from the code you intentionally write. Fully compatible with existing Cookiecutter templates
pkgver = 2.15.0
pkgrel = 2
url = https://cruft.github.io/cruft/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
depends = python
depends = python-click
depends = python-cookiecutter
depends = python-gitpython
depends = python-typer
optdepends = python-toml: specify patterns to ignore in toml files
source = https://files.pythonhosted.org/packages/source/c/cruft/cruft-2.15.0.tar.gz
sha1sums = 312b0312ad460dd70ea8d55d1664e2819e47d728
sha256sums = 9802af66037418655e7e4b6f30b531591e0761939b3ff5dd45d27c3a3f588abe
pkgname = cruft
|