pkgsrc/devel/py-intervaltree/Makefile
adam 4c9488e62e py-intervaltree: updated to 3.1.0
Version 3.1.0
- Dropped support for Python 3.4, added Python 3.8
- Add `__slots__` optimization in Node class, should give performance improvement
- Fixed:
  - Restore universal wheels
  - Bytes/str type incompatibility in setup.py
  - New version of distutils rejects version suffixes of `.postNN`, use `aNN` instead
2020-12-14 14:23:46 +00:00

18 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/12/14 14:23:46 adam Exp $
DISTNAME= intervaltree-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/intervaltree/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/chaimleib/intervaltree
COMMENT= Editable interval tree data structure
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.0:../../devel/py-sortedcontainers
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"