Version 2 represents a significant update to the source base. The code has been refactored and modernized to embrace Python 3 semantics while also using `autodoc` in Sphinx for more maintainable documentation. The core design and algorithms are all the same.
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/05/24 16:29:39 minskim Exp $
|
|
|
|
DISTNAME= sortedcontainers-2.0.2
|
|
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= Sorted collections library written in pure-Python
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|