bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
635 B
Makefile
22 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/01/04 20:53:46 wiz Exp $
|
|
|
|
DISTNAME= typing_extensions-3.10.0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
PKGREVISION= 1
|
|
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"
|