pkgsrc/lang/py27-html-docs/Makefile
leot ecb6f22f5c py27-html-docs: Update to 2.7.17
Changes:
2.7.17
======
Documentation
-------------
- bpo-37487: Fix PyList_GetItem index description to include 0.
- bpo-37149: Replace the dead link to the Tkinter 8.5 reference by John
  Shipman, New Mexico Tech, with a link to the archive.org copy.
- bpo-35126: Improve the examples in the "How do I convert a number to
  string?" question of the "Programming" section of the FAQ.  Contributed by
  Stéphane Wirtel.
- bpo-35605: Fix documentation build for sphinx<1.6.  Patch by Anthony
  Sottile.
- bpo-35564: Explicitly set master_doc variable in conf.py for compliance
  with Sphinx 2.0
- bpo-33832: Add glossary entry for 'magic method'.
2019-10-21 10:08:08 +00:00

30 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/10/21 10:08:08 leot Exp $
#
VERS= 2.7.17
DISTNAME= python-${VERS}-docs-html
PKGNAME= py27-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 2.7
LICENSE= python-software-foundation
DIST_SUBDIR= python
USE_TOOLS+= pax
NO_CONFIGURE= yes
NO_BUILD= yes
HTMLDIR= share/doc/python2.7
INSTALLATION_DIRS= ${HTMLDIR}
do-install:
cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
.include "../../mk/bsd.pkg.mk"