mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
xxx
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
# Created by: Dan Langille <dvl@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-cheetah3/Makefile 528099 2020-03-09 09:32:07Z amdmi3 $
|
||||
|
||||
PORTNAME= cheetah
|
||||
DISTVERSION= 3.2.4
|
||||
DISTVERSION= 3.2.6
|
||||
CATEGORIES= devel textproc www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 3
|
||||
DISTNAME= Cheetah3-${DISTVERSION}
|
||||
|
||||
MAINTAINER= FreeBSD@ShaneWare.Biz
|
||||
COMMENT= HTML template engine for Python
|
||||
WWW= https://cheetahtemplate.org/
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:python/py-markdown@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1569732902
|
||||
SHA256 (Cheetah3-3.2.4.tar.gz) = caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b
|
||||
SIZE (Cheetah3-3.2.4.tar.gz) = 294969
|
||||
TIMESTAMP = 1608484272
|
||||
SHA256 (Cheetah3-3.2.6.tar.gz) = f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b
|
||||
SIZE (Cheetah3-3.2.6.tar.gz) = 295564
|
||||
|
||||
11
python/py-cheetah3/files/patch-tox.ini
Normal file
11
python/py-cheetah3/files/patch-tox.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
--- tox.ini.orig 2021-04-22 10:44:05 UTC
|
||||
+++ tox.ini
|
||||
@@ -21,7 +21,7 @@ commands =
|
||||
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
|
||||
deps =
|
||||
setuptools < 44
|
||||
- Markdown >= 2.0.1, < 3.2
|
||||
+ Markdown >= 2.0.1
|
||||
pygments
|
||||
passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
|
||||
setenv =
|
||||
@@ -3,5 +3,3 @@ can be used as a standalone utility or it can be combined with other
|
||||
tools. Cheetah has many potential uses, but web developers looking
|
||||
for a viable alternative to ASP, JSP, PHP and PSP are expected to
|
||||
be its principle user group.
|
||||
|
||||
WWW: https://cheetahtemplate.org/
|
||||
|
||||
Reference in New Issue
Block a user