pkgsrc/devel/py-typing-extensions/Makefile
wiz 46974a4bd3 python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
2023-10-28 19:56:54 +00:00

21 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.19 2023/10/28 19:57:08 wiz Exp $
DISTNAME= typing_extensions-4.8.0
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
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.4:../../devel/py-flit_core
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"