summaryrefslogtreecommitdiff
path: root/www/py-nevow/Makefile
blob: 93666e986aaee59bd18e31fbc157a0aa7504a81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $NetBSD: Makefile,v 1.22 2017/01/01 14:44:05 wiz Exp $

VERSION=		0.13.0
DISTNAME=		Nevow-${VERSION}
PKGNAME=		${PYPKGPREFIX}-nevow-${VERSION}
CATEGORIES=		www python
# Nevow does not appear to make tarballs easily available; there's a link
# in trac with ?format=raw at the end.  Many others have the same sorts
# of issues, so ride on their redistribution.
MASTER_SITES=		https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/

MAINTAINER=		gdt@ir.bbn.com
HOMEPAGE=		http://divmod.org/trac/wiki/DivmodNevow
COMMENT=		Next-generation web application templating system
LICENSE=		mit

DEPENDS+=		${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
DEPENDS+=		${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml

REPLACE_PYTHON=		nevow/test/segfault.py

PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-twisted py-xml

INSTALLATION_DIRS+=	share/doc

post-install:
	cd ${DESTDIR}${PREFIX} && mv doc share/doc/py-nevow

.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"