pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-darcsver Express dependency on py-expat.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5333847a5a
branches:  trunk
changeset: 581226:2b5333847a5a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 26 13:53:47 2010 +0000

description:
Express dependency on py-expat.

(The python world seems to think that xml parsing functions are part
of core Python and need not be mentioned.  Perhaps pkgsrc's way of
having py-expat is unusual and a bit of DESCR spiffage is in order,
but I'm not sure what's right.)

diffstat:

 devel/py-darcsver/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 6b9473d0a76c -r 2b5333847a5a devel/py-darcsver/Makefile
--- a/devel/py-darcsver/Makefile        Sun Sep 26 13:17:13 2010 +0000
+++ b/devel/py-darcsver/Makefile        Sun Sep 26 13:53:47 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 15:15:10 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/26 13:53:47 gdt Exp $
 #
 
 DISTNAME=      darcsver-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://pypi.python.org/packages/source/d/darcsver/
 
@@ -11,6 +12,8 @@
 COMMENT=       Generate a version number from darcs history
 LICENSE=       modified-bsd
 
+DEPENDS+=              ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index