2019-07-08 21:44:49 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2019/07/08 19:44:49 adam Exp $
|
2018-07-12 04:27:38 +02:00
|
|
|
|
2019-07-08 21:44:49 +02:00
|
|
|
DISTNAME= typing_extensions-3.7.4
|
2018-07-12 04:27:38 +02:00
|
|
|
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
|
|
|
|
|
2018-08-05 20:31:02 +02:00
|
|
|
PLIST_VARS+= requires
|
|
|
|
|
2018-07-12 04:27:38 +02:00
|
|
|
.include "../../lang/python/pyversion.mk"
|
2019-05-02 11:16:47 +02:00
|
|
|
.if ${_PYTHON_VERSION} == 27
|
2018-07-12 04:27:38 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
|
2018-08-05 20:31:02 +02:00
|
|
|
PLIST.requires= yes
|
2018-07-12 04:27:38 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|