pkgsrc/devel/py-sortedcontainers/Makefile
adam 30c3ce5c46 py-sortedcontainers: updated to 1.5.9
1.5.9:
* Dropped CPython 2.6 testing.

1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
  raise ``NotImplementedError``.
2017-12-10 10:05:55 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/12/10 10:05:55 adam Exp $
DISTNAME= sortedcontainers-1.5.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.grantjenks.com/docs/sortedcontainers/
COMMENT= Containers library, written in pure-Python
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"