19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/04/26 12:44:43 roy Exp $
|
|
|
|
DISTNAME= cyordereddict-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyordereddict/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/shoyer/cyordereddict
|
|
COMMENT= Cython implementation of Python's collections.OrderedDict
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
# python>=3.5 has OrderedDict written in C
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|