eeb5f6d2f8
3.3.2: * Fix tarball (again) 3.3.1: * Include .c files in tarball
19 lines
550 B
Makefile
19 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/11/02 12:55:31 adam Exp $
|
|
|
|
DISTNAME= multidict-3.3.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/multidict/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/aio-libs/multidict/
|
|
COMMENT= Multidict implementation
|
|
LICENSE= apache-2.0
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../devel/py-cython/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|