pkgsrc/textproc/py-uritemplate/Makefile
wiz b5daee4333 Updated py-uritemplate to 3.0.0.
Changelog - uritemplate
=======================

3.0.0 - 2016-08-29
------------------

- Merge uritemplate.py into uritemplate


Changelog - uritemplate.py
==========================

2.0.0 - 2016-08-20
------------------

- Relicense uritemplate.py as Apache 2 and BSD (See
  https://github.com/sigmavirus24/uritemplate/pull/23)

1.0.1 - 2016-08-18
------------------

- Fix some minor packaging problems.

1.0.0 - 2016-08-17
------------------

- Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.

- Confirm public stable API via version number.
2016-11-07 10:53:52 +00:00

14 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/11/07 10:53:52 wiz Exp $
DISTNAME= uritemplate-3.0.0
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"