pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Dec 9 01:46:07 UTC 2020
Modified Files:
pkgsrc/devel/py-proteus: options.mk
pkgsrc/devel/py-trytond: options.mk
Log Message:
Update a couple of comments that reference Python packages
Those comments were written before converters/unoconv and textproc/
py-Levenshtein were imported. Point to what's in pkgsrc, rather than to
upstream URLs (in the case of py-Levenshtein, an older, unmaintained
version). (I'm not going to change anything to do with Tryton right
now, given the recent related build breakage.)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-proteus/options.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-trytond/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-proteus/options.mk
diff -u pkgsrc/devel/py-proteus/options.mk:1.10 pkgsrc/devel/py-proteus/options.mk:1.11
--- pkgsrc/devel/py-proteus/options.mk:1.10 Sun Nov 3 10:18:29 2019
+++ pkgsrc/devel/py-proteus/options.mk Wed Dec 9 01:46:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2019/11/03 10:18:29 rillig Exp $
+# $NetBSD: options.mk,v 1.11 2020/12/09 01:46:07 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-proteus
PKG_SUPPORTED_OPTIONS+= cdecimal simplejson
@@ -8,8 +8,7 @@ PKG_SUGGESTED_OPTIONS+= simplejson
.include "../../mk/bsd.options.mk"
-# XXX Supports unoconv http://dag.wieers.com/home-made/unoconv/) and
-# XXX python-Levenshtein (http://github.com/miohtama/python-Levenshtein) options
+# XXX Also supports converters/unoconv and textproc/py-Levenshtein options.
.if !empty(PKG_OPTIONS:Mcdecimal)
PYTHON_VERSIONS_ACCEPTED= 27 # py-cdecimal is obsolete for that version and thus not available
Index: pkgsrc/devel/py-trytond/options.mk
diff -u pkgsrc/devel/py-trytond/options.mk:1.16 pkgsrc/devel/py-trytond/options.mk:1.17
--- pkgsrc/devel/py-trytond/options.mk:1.16 Mon Oct 21 21:45:40 2019
+++ pkgsrc/devel/py-trytond/options.mk Wed Dec 9 01:46:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2019/10/21 21:45:40 adam Exp $
+# $NetBSD: options.mk,v 1.17 2020/12/09 01:46:07 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond
PKG_SUPPORTED_OPTIONS= cdecimal mysql pydot psycopg pytz simplejson sphinx
@@ -6,8 +6,7 @@ PKG_SUGGESTED_OPTIONS+= psycopg pytz sim
.include "../../mk/bsd.options.mk"
-# XXX: Supports unoconv http://dag.wieers.com/home-made/unoconv/) option and
-# XXX: python-Levenshtein (http://github.com/miohtama/python-Levenshtein) option
+# XXX Also supports converters/unoconv and textproc/py-Levenshtein options.
.if !empty(PKG_OPTIONS:Mcdecimal)
PYTHON_VERSIONS_ACCEPTED= 27 # py-cdecimal is obsolete for that version and thus not available
Home |
Main Index |
Thread Index |
Old Index