blob: 56ed1502b47c691ef82c61b452390436dae6fd0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = mutemplate
pkgdesc = Compile template files into a standalone python file
pkgver = 1.4
pkgrel = 1
url = https://github.com/bulletmark/mutemplate
arch = any
license = GPL-3.0-or-later
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python>=3.7
source = mutemplate-1.4.tar.gz::https://github.com/bulletmark/mutemplate/archive/1.4.tar.gz
sha1sums = 976aaa374b5e48bb0741bd35a0bfa52fdd04563e
pkgname = mutemplate
|