pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-tryton py-tryton: remove some options



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46ea46b7a0a8
branches:  trunk
changeset: 771702:46ea46b7a0a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 22 22:38:14 2021 +0000

description:
py-tryton: remove some options

These three modules are not referenced from the 6.2 sources.

diffstat:

 devel/py-tryton/options.mk |  18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diffs (30 lines):

diff -r 5ad3da7433d5 -r 46ea46b7a0a8 devel/py-tryton/options.mk
--- a/devel/py-tryton/options.mk        Wed Dec 22 22:33:43 2021 +0000
+++ b/devel/py-tryton/options.mk        Wed Dec 22 22:38:14 2021 +0000
@@ -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