pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flup flup uses py-setuptools when available, re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76b1110e9211
branches: trunk
changeset: 518301:76b1110e9211
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Sep 06 10:59:30 2006 +0000
description:
flup uses py-setuptools when available, resulting in a different
PLIST. Always require it for consistency. Bump revision.
diffstat:
www/py-flup/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r eb74fcd04a84 -r 76b1110e9211 www/py-flup/Makefile
--- a/www/py-flup/Makefile Wed Sep 06 10:16:25 2006 +0000
+++ b/www/py-flup/Makefile Wed Sep 06 10:59:30 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/09/06 10:59:30 joerg Exp $
#
DISTNAME= flup-r2030
PKGNAME= ${PYPKGPREFIX}-flup-2030
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.saddi.com/software/flup/dist/
@@ -10,6 +11,8 @@
HOMEPAGE= http://www.saddi.com/software/flup/
COMMENT= WSGI support modules
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py24-setuptools
+
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 24
Home |
Main Index |
Thread Index |
Old Index