pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-multipledispatch



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Mar 17 19:30:47 UTC 2017

Modified Files:
        pkgsrc/devel/py-multipledispatch: Makefile

Log Message:
Clear USE_LANGUAGES for py-multipledispatch


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-multipledispatch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-multipledispatch/Makefile
diff -u pkgsrc/devel/py-multipledispatch/Makefile:1.1 pkgsrc/devel/py-multipledispatch/Makefile:1.2
--- pkgsrc/devel/py-multipledispatch/Makefile:1.1       Thu Mar 16 22:42:56 2017
+++ pkgsrc/devel/py-multipledispatch/Makefile   Fri Mar 17 19:30:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/03/16 22:42:56 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/17 19:30:47 minskim Exp $
 
 DISTNAME=      multipledispatch-0.4.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE=     http://github.com/mrocklin/mul
 COMMENT=       Efficient, mostly complete implementation of multiple dispatch
 LICENSE=       modified-bsd
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index