mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cheetah3: update to 3.4.0.
https://github.com/CheetahTemplate3/cheetah3/issues/49 Author changed the name on PyPi to skip the MFA Requirement
This commit is contained in:
parent
196d054d2f
commit
9028aa0021
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-cheetah3'
|
# Template file for 'python3-cheetah3'
|
||||||
pkgname=python3-cheetah3
|
pkgname=python3-cheetah3
|
||||||
version=3.2.6.post2
|
version=3.4.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -11,8 +11,8 @@ short_desc="Python-powered template engine and code generator"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.cheetahtemplate.org/"
|
homepage="http://www.cheetahtemplate.org/"
|
||||||
distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/CT3/ct3-${version}.tar.gz"
|
||||||
checksum=63157d7a00a273b59676b5be5aa817c75c37efc88478231f1a160f4cfb7f7878
|
checksum=ddc493b775b02b09737b1fb628a973dbe9aa91d694045a6764a8e3f5296fa1eb
|
||||||
conflicts="python-cheetah>=0"
|
conflicts="python-cheetah>=0"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue