2019-04-26 14:44:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2019/04/26 12:44:43 roy Exp $
|
2017-03-31 03:16:18 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2018-09-26 03:11:19 +02:00
|
|
|
# python>=3.5 has OrderedDict written in C
|
2019-04-26 14:44:43 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
2018-09-26 03:11:19 +02:00
|
|
|
|
2017-03-31 03:16:18 +02:00
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|