pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-augeas Do not disable the C compiler, it i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52ff743a91d5
branches: trunk
changeset: 406445:52ff743a91d5
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Dec 21 23:46:41 2019 +0000
description:
Do not disable the C compiler, it is used by the cFFI Python module.
diffstat:
sysutils/py-augeas/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r a55b7b34fa10 -r 52ff743a91d5 sysutils/py-augeas/Makefile
--- a/sysutils/py-augeas/Makefile Sat Dec 21 23:46:19 2019 +0000
+++ b/sysutils/py-augeas/Makefile Sat Dec 21 23:46:41 2019 +0000
@@ -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 @@
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