pkgsrc-WIP-changes archive

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

translate-toolkit: add iniparse option



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Thu Jul 19 21:18:03 2018 +0100
Changeset:	09b84364e86fac66b4313329a97cf9369358064c

Modified Files:
	translate-toolkit/options.mk

Log Message:
translate-toolkit: add iniparse option

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09b84364e86fac66b4313329a97cf9369358064c

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

diffstat:
 translate-toolkit/options.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/translate-toolkit/options.mk b/translate-toolkit/options.mk
index 319b28bfec..a69a97e4c0 100644
--- a/translate-toolkit/options.mk
+++ b/translate-toolkit/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.translate-toolkit
-PKG_SUPPORTED_OPTIONS+=		lxml levenshtein chardet tradostm pycountry doc ical
+PKG_SUPPORTED_OPTIONS+=		lxml levenshtein chardet tradostm pycountry doc ical ini
 PKG_SUGGESTED_OPTIONS=		lxml levenshtein chardet tradostm pycountry doc
 PLIST_VARS+=			doc
 
@@ -28,10 +28,14 @@ DEPENDS+=	${PYPKGPREFIX}-country>=1.10:../../geography/py-country
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.3:../../www/py-beautifulsoup4
 .endif
 
-.if !empty(PKG_OPTIONS:Mtradostm)
+.if !empty(PKG_OPTIONS:Mical)
 DEPENDS+=	${PYPKGPREFIX}-vobject>=0.9.6:../../textproc/py-vobject
 .endif
 
+.if !empty(PKG_OPTIONS:Mini)
+DEPENDS+=	${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
+.endif
+
 .if !empty(PKG_OPTIONS:Mdoc)
 BUILD_DEPENDS+=		${PYPKGPREFIX}-sphinx>=1.6.3.:../../textproc/py-sphinx
 SUBST_CLASSES+=		sphinx


Home | Main Index | Thread Index | Old Index