pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-tryton
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 22 22:38:14 UTC 2021
Modified Files:
pkgsrc/devel/py-tryton: options.mk
Log Message:
py-tryton: remove some options
These three modules are not referenced from the 6.2 sources.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-tryton/options.mk
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-tryton/options.mk
diff -u pkgsrc/devel/py-tryton/options.mk:1.13 pkgsrc/devel/py-tryton/options.mk:1.14
--- pkgsrc/devel/py-tryton/options.mk:1.13 Wed Dec 22 22:25:12 2021
+++ pkgsrc/devel/py-tryton/options.mk Wed Dec 22 22:38:14 2021
@@ -1,23 +1,11 @@
-# $NetBSD: options.mk,v 1.13 2021/12/22 22:25:12 mef Exp $
+# $NetBSD: options.mk,v 1.14 2021/12/22 22:38:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-tryton
-PKG_SUPPORTED_OPTIONS= cdecimal goocalendar pytz simplejson
-PKG_SUGGESTED_OPTIONS+= cdecimal pytz simplejson
+PKG_SUPPORTED_OPTIONS= goocalendar
+PKG_SUGGESTED_OPTIONS+=
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mcdecimal)
-#DEPENDS+= ${PYPKGPREFIX}-cdecimal-[0-9]*:../../math/py-cdecimal
-.endif
-
.if !empty(PKG_OPTIONS:Mgoocalendar)
DEPENDS+= ${PYPKGPREFIX}-goocalendar-[0-9]*:../../time/py-goocalendar
.endif
-
-.if !empty(PKG_OPTIONS:Mpytz)
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-.endif
-
-.if !empty(PKG_OPTIONS:Msimplejson)
-DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
-.endif
Home |
Main Index |
Thread Index |
Old Index