pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-netsnmp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 16 13:37:12 UTC 2024

Modified Files:
        pkgsrc/net/py-netsnmp: Makefile

Log Message:
py-netsnmp: builds with Python 3 too, remove restriction to Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-netsnmp/Makefile

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

Modified files:

Index: pkgsrc/net/py-netsnmp/Makefile
diff -u pkgsrc/net/py-netsnmp/Makefile:1.12 pkgsrc/net/py-netsnmp/Makefile:1.13
--- pkgsrc/net/py-netsnmp/Makefile:1.12 Tue Oct 24 22:10:31 2023
+++ pkgsrc/net/py-netsnmp/Makefile      Tue Jan 16 13:37:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/24 22:10:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/16 13:37:11 wiz Exp $
 
 PKGREVISION= 1
 .include "../../net/net-snmp/Makefile.common"
@@ -9,8 +9,6 @@ CATEGORIES=     net python
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Python bindings to extensible SNMP implementation
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
 USE_LANGUAGES=         c
 EGG_NAME=              netsnmp_python-1.0a1
 PYSETUPSUBDIR=         python



Home | Main Index | Thread Index | Old Index