pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Switch django and flup to use the new location of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1a4d81e84c
branches:  trunk
changeset: 521546:6d1a4d81e84c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 13:36:53 2006 +0000

description:
Switch django and flup to use the new location of py-setuptools.
Skip easy-install.pyth as it gets modified. Mark explicitly as
not supporting DESTDIR, as setuptools doesn't like it right now.

diffstat:

 www/py-django/Makefile |  8 ++++++--
 www/py-flup/Makefile   |  7 +++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 1f075b456358 -r 6d1a4d81e84c www/py-django/Makefile
--- a/www/py-django/Makefile    Tue Nov 14 13:33:29 2006 +0000
+++ b/www/py-django/Makefile    Tue Nov 14 13:36:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/11/03 14:14:18 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/14 13:36:53 joerg Exp $
 
 DISTNAME=      Django-0.95
 PKGNAME=       ${PYPKGPREFIX}-django-0.95
@@ -15,9 +15,13 @@
 PYTHON_VERSIONS_ACCEPTED=      24
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py24-setuptools
+PKG_DESTDIR_SUPPORT=   # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
 
+CHECK_FILES_SKIP+=     ${PREFIX}/${PYSITELIB}/easy-install.pth
+
 FILES_SUBST+=  PY_MANAGE_EGGS=${PREFIX}/bin/${PYPKGPREFIX}-manage-eggs
 FILES_SUBST+=  DJANGOEGG=${PREFIX}/${PYSITELIB}/Django-0.95-py2.4.egg
 
diff -r 1f075b456358 -r 6d1a4d81e84c www/py-flup/Makefile
--- a/www/py-flup/Makefile      Tue Nov 14 13:33:29 2006 +0000
+++ b/www/py-flup/Makefile      Tue Nov 14 13:36:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/11/03 14:13:56 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/14 13:36:53 joerg Exp $
 #
 
 DISTNAME=      flup-r2030
@@ -11,7 +11,10 @@
 HOMEPAGE=      http://www.saddi.com/software/flup/
 COMMENT=       WSGI support modules
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py24-setuptools
+PKG_DESTDIR_SUPPORT=   # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py-setuptools
+CHECK_FILES_SKIP+=     ${PREFIX}/${PYSITELIB}/easy-install.pth
 
 PYDISTUTILSPKG=        yes
 PY_PATCHPLIST= yes



Home | Main Index | Thread Index | Old Index