pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-netaddr
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 12 09:15:50 UTC 2022
Modified Files:
pkgsrc/net/py-netaddr: Makefile
Log Message:
py-netaddr: restrict to python 3
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-netaddr/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-netaddr/Makefile
diff -u pkgsrc/net/py-netaddr/Makefile:1.10 pkgsrc/net/py-netaddr/Makefile:1.11
--- pkgsrc/net/py-netaddr/Makefile:1.10 Fri Jan 14 21:51:09 2022
+++ pkgsrc/net/py-netaddr/Makefile Tue Jul 12 09:15:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/14 21:51:09 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/12 09:15:50 wiz Exp $
DISTNAME= netaddr-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -8,13 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=n/neta
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/drkjam/netaddr
-COMMENT= Python library for manipluating network addresses
+COMMENT= Python library for manipulating network addresses
LICENSE= modified-bsd
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index