58970927e0
3.0.1 - 2019-12-19 ------------------ - Update to Python 3.6, 3.7, and 3.8 - Drop support for Python 2.6, 3.2, and 3.3 - Ignore ``None`` in list argument expansion - Handle a list with an empty string appropriately
14 lines
452 B
Makefile
14 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/04 19:06:45 wiz Exp $
|
|
|
|
DISTNAME= uritemplate-3.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uritemplate/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/uritemplate/
|
|
COMMENT= Python implementation of RFC6570, URI Template
|
|
LICENSE= apache-2.0 OR modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|