pkgsrc/devel/py-typing-extensions/Makefile
adam b541bb1d39 py-typing-extensions: updated to 3.7.4.3
3.7.4.3
Revert last two changes; bump version to 3.7.4.3
This should address issues due to projects including 'typing' in their
requirements.txt file without a version constraint on Python (or
pinning to 3.7.4.1).
2020-09-09 15:06:49 +00:00

21 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/09/09 15:06:49 adam Exp $
DISTNAME= typing_extensions-3.7.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing-extensions/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/python/typing
COMMENT= Backported and Experimental Type Hints for Python
LICENSE= python-software-foundation
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-typing>=3.7.4:../../devel/py-typing
.endif
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"