summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-21 14:01:36 +0000
committerwiz <wiz@pkgsrc.org>2014-01-21 14:01:36 +0000
commite65044ea4eb8c9551214cd3e2dbf4b981804573e (patch)
tree8be539b9b23818132421d9b792135d52df8a19b9 /devel
parent43dcfebc1e54ff6e773c62a4647b2197c2ac71b7 (diff)
downloadpkgsrc-e65044ea4eb8c9551214cd3e2dbf4b981804573e.tar.gz
Comment out broken HOMEPAGE link. Mark as not for python-3.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pytemplate/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-pytemplate/Makefile b/devel/py-pytemplate/Makefile
index 749c82880e4..ea13b0ce753 100644
--- a/devel/py-pytemplate/Makefile
+++ b/devel/py-pytemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/01/17 14:03:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/01/21 14:01:36 wiz Exp $
DISTNAME= pytemplate-1.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,12 +7,13 @@ CATEGORIES= devel python
MASTER_SITES= http://www.bulot.org/downloads/
MAINTAINER= imil@gcu.info
-HOMEPAGE= http://bulot.org/wiki/doku.php?id=projects:python:pytemplate
+#HOMEPAGE= http://bulot.org/wiki/doku.php?id=projects:python:pytemplate
COMMENT= Pytemplate gives python developpers a starting framework
USE_LANGUAGES= # none
REPLACE_PYTHON= ${WRKSRC}/*.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.1
EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate