pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py35-html-docs Import py35-html-docs-3.5.2 as lan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4424fd6657a5
branches:  trunk
changeset: 349618:4424fd6657a5
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jul 12 10:13:59 2016 +0000

description:
Import py35-html-docs-3.5.2 as lang/py35-html-docs

HTML Documentation for Python 3.5

diffstat:

 lang/py35-html-docs/DESCR    |    1 +
 lang/py35-html-docs/Makefile |   30 +
 lang/py35-html-docs/PLIST    |  996 +++++++++++++++++++++++++++++++++++++++++++
 lang/py35-html-docs/distinfo |    6 +
 4 files changed, 1033 insertions(+), 0 deletions(-)

diffs (truncated from 1049 to 300 lines):

diff -r 7c36dbd989a1 -r 4424fd6657a5 lang/py35-html-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py35-html-docs/DESCR Tue Jul 12 10:13:59 2016 +0000
@@ -0,0 +1,1 @@
+HTML Documentation for Python 3.5
diff -r 7c36dbd989a1 -r 4424fd6657a5 lang/py35-html-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py35-html-docs/Makefile      Tue Jul 12 10:13:59 2016 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2016/07/12 10:13:59 leot Exp $
+#
+
+VERS=          3.5.2
+DISTNAME=      python-${VERS}-docs-html
+PKGNAME=       py35-html-docs-${VERS}
+CATEGORIES=    lang python
+MASTER_SITES=  https://docs.python.org/${VERS:C/\.[0-9]+$//}/archives/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.python.org/doc/
+COMMENT=       HTML Documentation for Python 3.5
+LICENSE=       python-software-foundation
+
+DIST_SUBDIR=   python
+
+USE_TOOLS+=    pax
+
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+HTMLDIR=       share/doc/python3.5
+
+INSTALLATION_DIRS=     ${HTMLDIR}
+
+do-install:
+       cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7c36dbd989a1 -r 4424fd6657a5 lang/py35-html-docs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py35-html-docs/PLIST Tue Jul 12 10:13:59 2016 +0000
@@ -0,0 +1,996 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/12 10:13:59 leot Exp $
+share/doc/python3.5/.buildinfo
+share/doc/python3.5/_images/logging_flow.png
+share/doc/python3.5/_images/pathlib-inheritance.png
+share/doc/python3.5/_images/python-video-icon.png
+share/doc/python3.5/_images/tulip_coro.png
+share/doc/python3.5/_images/turtle-star.png
+share/doc/python3.5/_images/win_installer.png
+share/doc/python3.5/_sources/about.txt
+share/doc/python3.5/_sources/bugs.txt
+share/doc/python3.5/_sources/c-api/abstract.txt
+share/doc/python3.5/_sources/c-api/allocation.txt
+share/doc/python3.5/_sources/c-api/apiabiversion.txt
+share/doc/python3.5/_sources/c-api/arg.txt
+share/doc/python3.5/_sources/c-api/bool.txt
+share/doc/python3.5/_sources/c-api/buffer.txt
+share/doc/python3.5/_sources/c-api/bytearray.txt
+share/doc/python3.5/_sources/c-api/bytes.txt
+share/doc/python3.5/_sources/c-api/capsule.txt
+share/doc/python3.5/_sources/c-api/cell.txt
+share/doc/python3.5/_sources/c-api/code.txt
+share/doc/python3.5/_sources/c-api/codec.txt
+share/doc/python3.5/_sources/c-api/complex.txt
+share/doc/python3.5/_sources/c-api/concrete.txt
+share/doc/python3.5/_sources/c-api/conversion.txt
+share/doc/python3.5/_sources/c-api/coro.txt
+share/doc/python3.5/_sources/c-api/datetime.txt
+share/doc/python3.5/_sources/c-api/descriptor.txt
+share/doc/python3.5/_sources/c-api/dict.txt
+share/doc/python3.5/_sources/c-api/exceptions.txt
+share/doc/python3.5/_sources/c-api/file.txt
+share/doc/python3.5/_sources/c-api/float.txt
+share/doc/python3.5/_sources/c-api/function.txt
+share/doc/python3.5/_sources/c-api/gcsupport.txt
+share/doc/python3.5/_sources/c-api/gen.txt
+share/doc/python3.5/_sources/c-api/import.txt
+share/doc/python3.5/_sources/c-api/index.txt
+share/doc/python3.5/_sources/c-api/init.txt
+share/doc/python3.5/_sources/c-api/intro.txt
+share/doc/python3.5/_sources/c-api/iter.txt
+share/doc/python3.5/_sources/c-api/iterator.txt
+share/doc/python3.5/_sources/c-api/list.txt
+share/doc/python3.5/_sources/c-api/long.txt
+share/doc/python3.5/_sources/c-api/mapping.txt
+share/doc/python3.5/_sources/c-api/marshal.txt
+share/doc/python3.5/_sources/c-api/memory.txt
+share/doc/python3.5/_sources/c-api/memoryview.txt
+share/doc/python3.5/_sources/c-api/method.txt
+share/doc/python3.5/_sources/c-api/module.txt
+share/doc/python3.5/_sources/c-api/none.txt
+share/doc/python3.5/_sources/c-api/number.txt
+share/doc/python3.5/_sources/c-api/objbuffer.txt
+share/doc/python3.5/_sources/c-api/object.txt
+share/doc/python3.5/_sources/c-api/objimpl.txt
+share/doc/python3.5/_sources/c-api/refcounting.txt
+share/doc/python3.5/_sources/c-api/reflection.txt
+share/doc/python3.5/_sources/c-api/sequence.txt
+share/doc/python3.5/_sources/c-api/set.txt
+share/doc/python3.5/_sources/c-api/slice.txt
+share/doc/python3.5/_sources/c-api/stable.txt
+share/doc/python3.5/_sources/c-api/structures.txt
+share/doc/python3.5/_sources/c-api/sys.txt
+share/doc/python3.5/_sources/c-api/tuple.txt
+share/doc/python3.5/_sources/c-api/type.txt
+share/doc/python3.5/_sources/c-api/typeobj.txt
+share/doc/python3.5/_sources/c-api/unicode.txt
+share/doc/python3.5/_sources/c-api/utilities.txt
+share/doc/python3.5/_sources/c-api/veryhigh.txt
+share/doc/python3.5/_sources/c-api/weakref.txt
+share/doc/python3.5/_sources/contents.txt
+share/doc/python3.5/_sources/copyright.txt
+share/doc/python3.5/_sources/distributing/index.txt
+share/doc/python3.5/_sources/distutils/apiref.txt
+share/doc/python3.5/_sources/distutils/builtdist.txt
+share/doc/python3.5/_sources/distutils/commandref.txt
+share/doc/python3.5/_sources/distutils/configfile.txt
+share/doc/python3.5/_sources/distutils/examples.txt
+share/doc/python3.5/_sources/distutils/extending.txt
+share/doc/python3.5/_sources/distutils/index.txt
+share/doc/python3.5/_sources/distutils/introduction.txt
+share/doc/python3.5/_sources/distutils/packageindex.txt
+share/doc/python3.5/_sources/distutils/setupscript.txt
+share/doc/python3.5/_sources/distutils/sourcedist.txt
+share/doc/python3.5/_sources/distutils/uploading.txt
+share/doc/python3.5/_sources/extending/building.txt
+share/doc/python3.5/_sources/extending/embedding.txt
+share/doc/python3.5/_sources/extending/extending.txt
+share/doc/python3.5/_sources/extending/index.txt
+share/doc/python3.5/_sources/extending/newtypes.txt
+share/doc/python3.5/_sources/extending/windows.txt
+share/doc/python3.5/_sources/faq/design.txt
+share/doc/python3.5/_sources/faq/extending.txt
+share/doc/python3.5/_sources/faq/general.txt
+share/doc/python3.5/_sources/faq/gui.txt
+share/doc/python3.5/_sources/faq/index.txt
+share/doc/python3.5/_sources/faq/installed.txt
+share/doc/python3.5/_sources/faq/library.txt
+share/doc/python3.5/_sources/faq/programming.txt
+share/doc/python3.5/_sources/faq/windows.txt
+share/doc/python3.5/_sources/glossary.txt
+share/doc/python3.5/_sources/howto/argparse.txt
+share/doc/python3.5/_sources/howto/clinic.txt
+share/doc/python3.5/_sources/howto/cporting.txt
+share/doc/python3.5/_sources/howto/curses.txt
+share/doc/python3.5/_sources/howto/descriptor.txt
+share/doc/python3.5/_sources/howto/functional.txt
+share/doc/python3.5/_sources/howto/index.txt
+share/doc/python3.5/_sources/howto/ipaddress.txt
+share/doc/python3.5/_sources/howto/logging-cookbook.txt
+share/doc/python3.5/_sources/howto/logging.txt
+share/doc/python3.5/_sources/howto/pyporting.txt
+share/doc/python3.5/_sources/howto/regex.txt
+share/doc/python3.5/_sources/howto/sockets.txt
+share/doc/python3.5/_sources/howto/sorting.txt
+share/doc/python3.5/_sources/howto/unicode.txt
+share/doc/python3.5/_sources/howto/urllib2.txt
+share/doc/python3.5/_sources/install/index.txt
+share/doc/python3.5/_sources/installing/index.txt
+share/doc/python3.5/_sources/library/2to3.txt
+share/doc/python3.5/_sources/library/__future__.txt
+share/doc/python3.5/_sources/library/__main__.txt
+share/doc/python3.5/_sources/library/_dummy_thread.txt
+share/doc/python3.5/_sources/library/_thread.txt
+share/doc/python3.5/_sources/library/abc.txt
+share/doc/python3.5/_sources/library/aifc.txt
+share/doc/python3.5/_sources/library/allos.txt
+share/doc/python3.5/_sources/library/archiving.txt
+share/doc/python3.5/_sources/library/argparse.txt
+share/doc/python3.5/_sources/library/array.txt
+share/doc/python3.5/_sources/library/ast.txt
+share/doc/python3.5/_sources/library/asynchat.txt
+share/doc/python3.5/_sources/library/asyncio-dev.txt
+share/doc/python3.5/_sources/library/asyncio-eventloop.txt
+share/doc/python3.5/_sources/library/asyncio-eventloops.txt
+share/doc/python3.5/_sources/library/asyncio-protocol.txt
+share/doc/python3.5/_sources/library/asyncio-queue.txt
+share/doc/python3.5/_sources/library/asyncio-stream.txt
+share/doc/python3.5/_sources/library/asyncio-subprocess.txt
+share/doc/python3.5/_sources/library/asyncio-sync.txt
+share/doc/python3.5/_sources/library/asyncio-task.txt
+share/doc/python3.5/_sources/library/asyncio.txt
+share/doc/python3.5/_sources/library/asyncore.txt
+share/doc/python3.5/_sources/library/atexit.txt
+share/doc/python3.5/_sources/library/audioop.txt
+share/doc/python3.5/_sources/library/base64.txt
+share/doc/python3.5/_sources/library/bdb.txt
+share/doc/python3.5/_sources/library/binary.txt
+share/doc/python3.5/_sources/library/binascii.txt
+share/doc/python3.5/_sources/library/binhex.txt
+share/doc/python3.5/_sources/library/bisect.txt
+share/doc/python3.5/_sources/library/builtins.txt
+share/doc/python3.5/_sources/library/bz2.txt
+share/doc/python3.5/_sources/library/calendar.txt
+share/doc/python3.5/_sources/library/cgi.txt
+share/doc/python3.5/_sources/library/cgitb.txt
+share/doc/python3.5/_sources/library/chunk.txt
+share/doc/python3.5/_sources/library/cmath.txt
+share/doc/python3.5/_sources/library/cmd.txt
+share/doc/python3.5/_sources/library/code.txt
+share/doc/python3.5/_sources/library/codecs.txt
+share/doc/python3.5/_sources/library/codeop.txt
+share/doc/python3.5/_sources/library/collections.abc.txt
+share/doc/python3.5/_sources/library/collections.txt
+share/doc/python3.5/_sources/library/colorsys.txt
+share/doc/python3.5/_sources/library/compileall.txt
+share/doc/python3.5/_sources/library/concurrency.txt
+share/doc/python3.5/_sources/library/concurrent.futures.txt
+share/doc/python3.5/_sources/library/concurrent.txt
+share/doc/python3.5/_sources/library/configparser.txt
+share/doc/python3.5/_sources/library/constants.txt
+share/doc/python3.5/_sources/library/contextlib.txt
+share/doc/python3.5/_sources/library/copy.txt
+share/doc/python3.5/_sources/library/copyreg.txt
+share/doc/python3.5/_sources/library/crypt.txt
+share/doc/python3.5/_sources/library/crypto.txt
+share/doc/python3.5/_sources/library/csv.txt
+share/doc/python3.5/_sources/library/ctypes.txt
+share/doc/python3.5/_sources/library/curses.ascii.txt
+share/doc/python3.5/_sources/library/curses.panel.txt
+share/doc/python3.5/_sources/library/curses.txt
+share/doc/python3.5/_sources/library/custominterp.txt
+share/doc/python3.5/_sources/library/datatypes.txt
+share/doc/python3.5/_sources/library/datetime.txt
+share/doc/python3.5/_sources/library/dbm.txt
+share/doc/python3.5/_sources/library/debug.txt
+share/doc/python3.5/_sources/library/decimal.txt
+share/doc/python3.5/_sources/library/development.txt
+share/doc/python3.5/_sources/library/difflib.txt
+share/doc/python3.5/_sources/library/dis.txt
+share/doc/python3.5/_sources/library/distribution.txt
+share/doc/python3.5/_sources/library/distutils.txt
+share/doc/python3.5/_sources/library/doctest.txt
+share/doc/python3.5/_sources/library/dummy_threading.txt
+share/doc/python3.5/_sources/library/email-examples.txt
+share/doc/python3.5/_sources/library/email.charset.txt
+share/doc/python3.5/_sources/library/email.contentmanager.txt
+share/doc/python3.5/_sources/library/email.encoders.txt
+share/doc/python3.5/_sources/library/email.errors.txt
+share/doc/python3.5/_sources/library/email.generator.txt
+share/doc/python3.5/_sources/library/email.header.txt
+share/doc/python3.5/_sources/library/email.headerregistry.txt
+share/doc/python3.5/_sources/library/email.iterators.txt
+share/doc/python3.5/_sources/library/email.message.txt
+share/doc/python3.5/_sources/library/email.mime.txt
+share/doc/python3.5/_sources/library/email.parser.txt
+share/doc/python3.5/_sources/library/email.policy.txt
+share/doc/python3.5/_sources/library/email.txt
+share/doc/python3.5/_sources/library/email.util.txt
+share/doc/python3.5/_sources/library/ensurepip.txt
+share/doc/python3.5/_sources/library/enum.txt
+share/doc/python3.5/_sources/library/errno.txt
+share/doc/python3.5/_sources/library/exceptions.txt
+share/doc/python3.5/_sources/library/faulthandler.txt
+share/doc/python3.5/_sources/library/fcntl.txt
+share/doc/python3.5/_sources/library/filecmp.txt
+share/doc/python3.5/_sources/library/fileformats.txt
+share/doc/python3.5/_sources/library/fileinput.txt
+share/doc/python3.5/_sources/library/filesys.txt
+share/doc/python3.5/_sources/library/fnmatch.txt
+share/doc/python3.5/_sources/library/formatter.txt
+share/doc/python3.5/_sources/library/fpectl.txt
+share/doc/python3.5/_sources/library/fractions.txt
+share/doc/python3.5/_sources/library/frameworks.txt
+share/doc/python3.5/_sources/library/ftplib.txt
+share/doc/python3.5/_sources/library/functional.txt
+share/doc/python3.5/_sources/library/functions.txt
+share/doc/python3.5/_sources/library/functools.txt
+share/doc/python3.5/_sources/library/gc.txt
+share/doc/python3.5/_sources/library/getopt.txt
+share/doc/python3.5/_sources/library/getpass.txt
+share/doc/python3.5/_sources/library/gettext.txt
+share/doc/python3.5/_sources/library/glob.txt
+share/doc/python3.5/_sources/library/grp.txt
+share/doc/python3.5/_sources/library/gzip.txt
+share/doc/python3.5/_sources/library/hashlib.txt
+share/doc/python3.5/_sources/library/heapq.txt
+share/doc/python3.5/_sources/library/hmac.txt
+share/doc/python3.5/_sources/library/html.entities.txt
+share/doc/python3.5/_sources/library/html.parser.txt
+share/doc/python3.5/_sources/library/html.txt
+share/doc/python3.5/_sources/library/http.client.txt
+share/doc/python3.5/_sources/library/http.cookiejar.txt
+share/doc/python3.5/_sources/library/http.cookies.txt
+share/doc/python3.5/_sources/library/http.server.txt
+share/doc/python3.5/_sources/library/http.txt
+share/doc/python3.5/_sources/library/i18n.txt
+share/doc/python3.5/_sources/library/idle.txt
+share/doc/python3.5/_sources/library/imaplib.txt
+share/doc/python3.5/_sources/library/imghdr.txt
+share/doc/python3.5/_sources/library/imp.txt
+share/doc/python3.5/_sources/library/importlib.txt
+share/doc/python3.5/_sources/library/index.txt
+share/doc/python3.5/_sources/library/inspect.txt
+share/doc/python3.5/_sources/library/internet.txt
+share/doc/python3.5/_sources/library/intro.txt
+share/doc/python3.5/_sources/library/io.txt
+share/doc/python3.5/_sources/library/ipaddress.txt



Home | Main Index | Thread Index | Old Index