pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
inn: Enable Python support by default
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Wed Sep 4 16:17:39 2019 +0200
Changeset: f825c792bb310593183d9c50abf85116008b26e1
Modified Files:
inn/Makefile
inn/TODO
inn/options.mk
Log Message:
inn: Enable Python support by default
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f825c792bb310593183d9c50abf85116008b26e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
inn/Makefile | 1 +
inn/TODO | 4 +++-
inn/options.mk | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/inn/Makefile b/inn/Makefile
index b3a0849071..f9fb4f141a 100644
--- a/inn/Makefile
+++ b/inn/Makefile
@@ -60,6 +60,7 @@ CONFIGURE_ENV+= _PATH_SORT=${TOOLS_SORT}
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD}
USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc
USE_LIBTOOL= yes
+PYTHON_VERSIONS_ACCEPTED= 27 36 37
REPLACE_PERL+= tests/docs/pod.t
LDFLAGS.SunOS+= -lsocket -lnsl
diff --git a/inn/TODO b/inn/TODO
index 9b516e91eb..81a06a5469 100644
--- a/inn/TODO
+++ b/inn/TODO
@@ -12,9 +12,11 @@
[X] gpg is now supported in addition to gpgv
Check dependencies
=> security/gnupg provides gpg too. Use it.
-[ ] Python3 is now supported
+[X] Python3 is now supported
Check declaration of supported Python versions
+ => Declared support for versions 2.7, 3.6 and 3.7
Enable python option by default?
+ => Yes
[X] OpenSSL API 1.1 is now supported
=> Added comment to Makefile for future updates
[X] Test suite fail
diff --git a/inn/options.mk b/inn/options.mk
index 97b92dd048..97dd7dcb24 100644
--- a/inn/options.mk
+++ b/inn/options.mk
@@ -2,7 +2,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.inn
PKG_SUPPORTED_OPTIONS= inet6 perl python uucp
-PKG_SUGGESTED_OPTIONS= inet6 perl
+PKG_SUGGESTED_OPTIONS= inet6 perl python
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index