a493a806e8
3.10.0.0: Match Python 3.10
18 lines
499 B
Makefile
18 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/05/13 17:25:30 adam Exp $
|
|
|
|
DISTNAME= typing-3.10.0.0
|
|
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_ACCEPTED= 27 # introduced in Python 3.5
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|