pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Update a couple of comments that reference Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bf4d212757d
branches:  trunk
changeset: 443207:2bf4d212757d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Dec 09 01:46:07 2020 +0000

description:
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.)

diffstat:

 devel/py-proteus/options.mk |  5 ++---
 devel/py-trytond/options.mk |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r c783eb48c5f2 -r 2bf4d212757d devel/py-proteus/options.mk
--- a/devel/py-proteus/options.mk       Wed Dec 09 01:24:24 2020 +0000
+++ b/devel/py-proteus/options.mk       Wed Dec 09 01:46:07 2020 +0000
@@ -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 @@
 
 .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
diff -r c783eb48c5f2 -r 2bf4d212757d devel/py-trytond/options.mk
--- a/devel/py-trytond/options.mk       Wed Dec 09 01:24:24 2020 +0000
+++ b/devel/py-trytond/options.mk       Wed Dec 09 01:46:07 2020 +0000
@@ -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 @@
 
 .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