pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48929: Package submission to add HTML documentation for Python 3.3



>Number:         48929
>Category:       pkg
>Synopsis:       Package submission to add HTML documentation for Python 3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 20 07:40:00 +0000 2014
>Originator:     David H. Gutteridge
>Release:        current
>Organization:
>Environment:
n/a
>Description:
There are pkgsrc packages for Python HTML documentation for versions
2.6 and 2.7, but not 3.3. This small submission adds 3.3.
>How-To-Repeat:
Look for a Python 3.3. HTML docs package and find there isn't one.
>Fix:
DESCR file:

HTML Documentation for Python 3.3

Make file:

# $NetBSD: Makefile,v 1.1 Exp $
#

VERS=           3.3.5
DISTNAME=       python-${VERS}-docs-html
PKGNAME=        py33-html-docs-${VERS}
CATEGORIES=     lang python
MASTER_SITES=   http://docs.python.org/ftp/python/doc/${VERS}/
EXTRACT_SUFX=   .tar.bz2

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       http://www.python.org/doc/
COMMENT=        HTML Documentation for Python

DIST_SUBDIR=    python

USE_TOOLS+=     pax

NO_CONFIGURE=   yes
NO_BUILD=       yes

HTMLDIR=        share/doc/html/python3.3
PLIST_SRC=      ${WRKDIR}/.PLIST_SRC

INSTALLATION_DIRS=      ${HTMLDIR}

do-install:
        cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
        cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print 
>>${PLIST_SRC}

.include "../../mk/bsd.pkg.mk"

distinfo file:

$NetBSD: distinfo,v 1.1 Exp $

SHA1 (python/python-3.3.5-docs-html.tar.bz2) = 
3f1104de2af4eceaed0775b31ba1d47a2372cb8b
RMD160 (python/python-3.3.5-docs-html.tar.bz2) = 
c6d6e31594ba1b4bc0a8fd7700bdb9a3a2efb5e3
Size (python/python-3.3.5-docs-html.tar.bz2) = 4955315 bytes




Home | Main Index | Thread Index | Old Index