b4a6ca47c8
SortedContainers is an Apache2 licensed containers library, written in pure-Python, and fast as C-extensions.
16 lines
465 B
Makefile
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"
|