pkgsrc/lang/py39-html-docs/Makefile
adam befaaa29be python39: updated to 3.9.4
Python 3.9.4

Core and Builtins
bpo-43710: Reverted the fix for https://bugs.python.org/issue42500 as it changed the PyThreadState struct size and broke the 3.9.x ABI in the 3.9.3 release (visible on 32-bit platforms using binaries compiled using an earlier version of Python 3.9.x headers).

Library
bpo-26053: Fixed bug where the pdb interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt.
2021-04-05 07:40:10 +00:00

27 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/04/05 07:40:10 adam Exp $
VERS= 3.9.4
DISTNAME= python-${VERS}-docs-html
PKGNAME= py39-html-docs-${VERS}
CATEGORIES= lang python
MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://www.python.org/doc/
COMMENT= HTML Documentation for Python 3.9
LICENSE= python-software-foundation
USE_TOOLS+= pax
NO_CONFIGURE= yes
NO_BUILD= yes
HTMLDIR= share/doc/python3.9
INSTALLATION_DIRS= ${HTMLDIR}
do-install:
cd ${WRKSRC} && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
.include "../../mk/bsd.pkg.mk"