21 lines
629 B
Bash
21 lines
629 B
Bash
# Template file for 'python3-tempita'
|
|
pkgname=python3-tempita
|
|
version=0.5.2
|
|
revision=9
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-nose"
|
|
short_desc="A small text templating language for text substitution (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
homepage="http://pythonpaste.org/tempita/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz"
|
|
checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c
|
|
make_check=no # FIXME
|
|
|
|
post_patch() {
|
|
# setuptools no longer supports use_2to3
|
|
vsed -i setup.py -e '/use_2to3/d'
|
|
}
|