pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/glusterfs filesystems/gluster: No longer m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8bb1589e17
branches:  trunk
changeset: 371329:9a8bb1589e17
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Jan 09 14:03:41 2022 +0000

description:
filesystems/gluster: No longer mark as python 2.7 only

The restriction to python 2.7 was noted being current as of an ancient
version.  Dropping that line and building (therefore with 3.9)
succeeded, and the upstream configure.ac searches for python3 and
accepts it.  Thus, even without testing, this seems ok.

diffstat:

 filesystems/glusterfs/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r ecbc099fdf44 -r 9a8bb1589e17 filesystems/glusterfs/Makefile
--- a/filesystems/glusterfs/Makefile    Sun Jan 09 13:46:40 2022 +0000
+++ b/filesystems/glusterfs/Makefile    Sun Jan 09 14:03:41 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2021/12/08 16:04:21 adam Exp $
+# $NetBSD: Makefile,v 1.107 2022/01/09 14:03:41 gdt Exp $
 
 DISTNAME=      glusterfs-8.2
-#PKGREVISION=  1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    filesystems
 MASTER_SITES=  http://bits.gluster.org/pub/gluster/glusterfs/src/
 
@@ -23,8 +22,6 @@
 # Only libfl.a is available, and libtool wants libfl.so
 MAKE_FLAGS+=           LEXLIB=""
 
-PYTHON_VERSIONS_ACCEPTED=      27 # only 2.x supported as of 3.8.x
-
 REPLACE_PYTHON+=       contrib/ipaddr-py/ipaddr.py
 REPLACE_PYTHON+=       events/src/glustereventsd.py
 REPLACE_PYTHON+=       events/src/peer_eventsapi.py



Home | Main Index | Thread Index | Old Index