18 lines
498 B
Makefile
18 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/11/15 23:07:47 minskim Exp $
|
|
|
|
DISTNAME= typing-3.6.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://docs.python.org/3/library/typing.html
|
|
COMMENT= Type Hints for Python
|
|
LICENSE= python-software-foundation
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 35 36 # introduced in Python 3.5
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|