19 lines
548 B
Makefile
19 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/08/31 23:07:03 wiz Exp $
|
|
|
|
DISTNAME= kiwisolver-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kiwisolver/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/nucleic/kiwi
|
|
COMMENT= Fast implementation of the Cassowary constraint solver
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|