pkgsrc/math/py-kiwisolver/Makefile
adam 8a079ae904 py-kiwisolver: updated to 1.1.0
Wrappers 1.1.0 | Solver 1.1.0
- prevent attempting a dual optimize on a dummy row
- add dump and dumps methods to inspect the internal state of the
  solver
- test on Python 3.7
- improvemnts to setup.py and tests
2019-06-15 18:54:41 +00:00

18 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/06/15 18:54:41 adam 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
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
USE_LANGUAGES= c c++
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"