Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / devel / py-ipaddr |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.13 2019/04/26 13:13:52 maya Exp $ DISTNAME= ipaddr-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= https://googledrive.com/host/0B6wLlfdySbEUMkh1ZWhpZk1pZmc/ MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddr/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/google/ipaddr-py COMMENT= Google open source IPv4/IPv6 manipulation library in Python LICENSE= apache-2.0 PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.10 REPLACE_PYTHON+= ipaddr.py .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"