pkgsrc/devel/py-lazy-object-proxy/Makefile
adam 195a4f6b64 py-lazy-object-proxy: updated to 1.5.2
1.5.2 (2020-11-26)
------------------
* Added Python 3.9 wheels.
* Removed Python 2.7 Windows wheels
  (not supported on newest image with Python 3.9).
2020-12-07 08:59:40 +00:00

20 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/12/07 08:59:40 adam Exp $
DISTNAME= lazy-object-proxy-1.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy-object-proxy/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/ionelmc/python-lazy-object-proxy
COMMENT= Fast and thorough lazy object proxy
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.3.1:../../devel/py-setuptools_scm
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
PYTHON_VERSIONED_DEPENDENCIES+= setuptools:build
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"