pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-augeas



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:46:41 UTC 2019

Modified Files:
        pkgsrc/sysutils/py-augeas: Makefile

Log Message:
Do not disable the C compiler, it is used by the cFFI Python module.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-augeas/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-augeas/Makefile
diff -u pkgsrc/sysutils/py-augeas/Makefile:1.4 pkgsrc/sysutils/py-augeas/Makefile:1.5
--- pkgsrc/sysutils/py-augeas/Makefile:1.4      Tue Feb 12 12:21:00 2019
+++ pkgsrc/sysutils/py-augeas/Makefile  Sat Dec 21 23:46:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/21 23:46:41 joerg Exp $
 
 DISTNAME=      python-augeas-1.0.3
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -12,8 +12,6 @@ LICENSE=      gnu-lgpl-v2.1
 
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
 
-USE_LANGUAGES= # none
-
 do-test:
        cd ${WRKSRC}/test && ${PYTHONBIN} test_augeas.py
 



Home | Main Index | Thread Index | Old Index