pkgsrc/devel/py-sortedcontainers/Makefile
minskim b4a6ca47c8 Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
2017-02-08 04:47:04 +00:00

16 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/08 04:47:04 minskim Exp $
DISTNAME= sortedcontainers-1.5.7
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= # empty
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"