18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/08/27 06:15:13 adam Exp $
|
|
|
|
DISTNAME= typing-3.6.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
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 37 # introduced in Python 3.5
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|