pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-construct



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Apr 14 13:04:08 UTC 2017

Modified Files:
        pkgsrc/devel/py-construct: Makefile PLIST distinfo

Log Message:
Update devel/py-construct to py-construct-2.8.11

pkgsrc changes:
 - Update HOMEPAGE

Changes:
Unfortunately no changelog is available.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-construct/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-construct/PLIST \
    pkgsrc/devel/py-construct/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-construct/Makefile
diff -u pkgsrc/devel/py-construct/Makefile:1.2 pkgsrc/devel/py-construct/Makefile:1.3
--- pkgsrc/devel/py-construct/Makefile:1.2      Wed Jun  1 12:30:45 2016
+++ pkgsrc/devel/py-construct/Makefile  Fri Apr 14 13:04:08 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2016/06/01 12:30:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/14 13:04:08 leot Exp $
 
-DISTNAME=      construct-2.5.2
+DISTNAME=      construct-2.8.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/construct/}
 
 MAINTAINER=    eric%cirr.com@localhost
-HOMEPAGE=      http://pypi.python.org/pypi/construct
+HOMEPAGE=      http://construct.readthedocs.io/
 COMMENT=       Powerful declarative parser for binary data
 LICENSE=       mit
 

Index: pkgsrc/devel/py-construct/PLIST
diff -u pkgsrc/devel/py-construct/PLIST:1.1 pkgsrc/devel/py-construct/PLIST:1.2
--- pkgsrc/devel/py-construct/PLIST:1.1 Mon Nov 16 17:35:59 2015
+++ pkgsrc/devel/py-construct/PLIST     Fri Apr 14 13:04:08 2017
@@ -1,72 +1,80 @@
-@comment $NetBSD: PLIST,v 1.1 2015/11/16 17:35:59 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/04/14 13:04:08 leot Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/construct/__init__.py
 ${PYSITELIB}/construct/__init__.pyc
 ${PYSITELIB}/construct/__init__.pyo
-${PYSITELIB}/construct/adapters.py
-${PYSITELIB}/construct/adapters.pyc
-${PYSITELIB}/construct/adapters.pyo
 ${PYSITELIB}/construct/core.py
 ${PYSITELIB}/construct/core.pyc
 ${PYSITELIB}/construct/core.pyo
 ${PYSITELIB}/construct/debug.py
 ${PYSITELIB}/construct/debug.pyc
 ${PYSITELIB}/construct/debug.pyo
-${PYSITELIB}/construct/formats/__init__.py
-${PYSITELIB}/construct/formats/__init__.pyc
-${PYSITELIB}/construct/formats/__init__.pyo
-${PYSITELIB}/construct/formats/data/__init__.py
-${PYSITELIB}/construct/formats/data/__init__.pyc
-${PYSITELIB}/construct/formats/data/__init__.pyo
-${PYSITELIB}/construct/formats/data/cap.py
-${PYSITELIB}/construct/formats/data/cap.pyc
-${PYSITELIB}/construct/formats/data/cap.pyo
-${PYSITELIB}/construct/formats/data/snoop.py
-${PYSITELIB}/construct/formats/data/snoop.pyc
-${PYSITELIB}/construct/formats/data/snoop.pyo
-${PYSITELIB}/construct/formats/executable/__init__.py
-${PYSITELIB}/construct/formats/executable/__init__.pyc
-${PYSITELIB}/construct/formats/executable/__init__.pyo
-${PYSITELIB}/construct/formats/executable/elf32.py
-${PYSITELIB}/construct/formats/executable/elf32.pyc
-${PYSITELIB}/construct/formats/executable/elf32.pyo
-${PYSITELIB}/construct/formats/executable/pe32.py
-${PYSITELIB}/construct/formats/executable/pe32.pyc
-${PYSITELIB}/construct/formats/executable/pe32.pyo
-${PYSITELIB}/construct/formats/filesystem/__init__.py
-${PYSITELIB}/construct/formats/filesystem/__init__.pyc
-${PYSITELIB}/construct/formats/filesystem/__init__.pyo
-${PYSITELIB}/construct/formats/filesystem/ext2.py
-${PYSITELIB}/construct/formats/filesystem/ext2.pyc
-${PYSITELIB}/construct/formats/filesystem/ext2.pyo
-${PYSITELIB}/construct/formats/filesystem/fat16.py
-${PYSITELIB}/construct/formats/filesystem/fat16.pyc
-${PYSITELIB}/construct/formats/filesystem/fat16.pyo
-${PYSITELIB}/construct/formats/filesystem/mbr.py
-${PYSITELIB}/construct/formats/filesystem/mbr.pyc
-${PYSITELIB}/construct/formats/filesystem/mbr.pyo
-${PYSITELIB}/construct/formats/graphics/__init__.py
-${PYSITELIB}/construct/formats/graphics/__init__.pyc
-${PYSITELIB}/construct/formats/graphics/__init__.pyo
-${PYSITELIB}/construct/formats/graphics/bmp.py
-${PYSITELIB}/construct/formats/graphics/bmp.pyc
-${PYSITELIB}/construct/formats/graphics/bmp.pyo
-${PYSITELIB}/construct/formats/graphics/emf.py
-${PYSITELIB}/construct/formats/graphics/emf.pyc
-${PYSITELIB}/construct/formats/graphics/emf.pyo
-${PYSITELIB}/construct/formats/graphics/gif.py
-${PYSITELIB}/construct/formats/graphics/gif.pyc
-${PYSITELIB}/construct/formats/graphics/gif.pyo
-${PYSITELIB}/construct/formats/graphics/png.py
-${PYSITELIB}/construct/formats/graphics/png.pyc
-${PYSITELIB}/construct/formats/graphics/png.pyo
-${PYSITELIB}/construct/formats/graphics/wmf.py
-${PYSITELIB}/construct/formats/graphics/wmf.pyc
-${PYSITELIB}/construct/formats/graphics/wmf.pyo
+${PYSITELIB}/construct/examples/__init__.py
+${PYSITELIB}/construct/examples/__init__.pyc
+${PYSITELIB}/construct/examples/__init__.pyo
+${PYSITELIB}/construct/examples/formats/__init__.py
+${PYSITELIB}/construct/examples/formats/__init__.pyc
+${PYSITELIB}/construct/examples/formats/__init__.pyo
+${PYSITELIB}/construct/examples/formats/data/__init__.py
+${PYSITELIB}/construct/examples/formats/data/__init__.pyc
+${PYSITELIB}/construct/examples/formats/data/__init__.pyo
+${PYSITELIB}/construct/examples/formats/data/cap.py
+${PYSITELIB}/construct/examples/formats/data/cap.pyc
+${PYSITELIB}/construct/examples/formats/data/cap.pyo
+${PYSITELIB}/construct/examples/formats/data/snoop.py
+${PYSITELIB}/construct/examples/formats/data/snoop.pyc
+${PYSITELIB}/construct/examples/formats/data/snoop.pyo
+${PYSITELIB}/construct/examples/formats/executable/__init__.py
+${PYSITELIB}/construct/examples/formats/executable/__init__.pyc
+${PYSITELIB}/construct/examples/formats/executable/__init__.pyo
+${PYSITELIB}/construct/examples/formats/executable/elf32.py
+${PYSITELIB}/construct/examples/formats/executable/elf32.pyc
+${PYSITELIB}/construct/examples/formats/executable/elf32.pyo
+${PYSITELIB}/construct/examples/formats/executable/pe32.py
+${PYSITELIB}/construct/examples/formats/executable/pe32.pyc
+${PYSITELIB}/construct/examples/formats/executable/pe32.pyo
+${PYSITELIB}/construct/examples/formats/filesystem/__init__.py
+${PYSITELIB}/construct/examples/formats/filesystem/__init__.pyc
+${PYSITELIB}/construct/examples/formats/filesystem/__init__.pyo
+${PYSITELIB}/construct/examples/formats/filesystem/ext2.py
+${PYSITELIB}/construct/examples/formats/filesystem/ext2.pyc
+${PYSITELIB}/construct/examples/formats/filesystem/ext2.pyo
+${PYSITELIB}/construct/examples/formats/filesystem/fat16.py
+${PYSITELIB}/construct/examples/formats/filesystem/fat16.pyc
+${PYSITELIB}/construct/examples/formats/filesystem/fat16.pyo
+${PYSITELIB}/construct/examples/formats/filesystem/mbr.py
+${PYSITELIB}/construct/examples/formats/filesystem/mbr.pyc
+${PYSITELIB}/construct/examples/formats/filesystem/mbr.pyo
+${PYSITELIB}/construct/examples/formats/graphics/__init__.py
+${PYSITELIB}/construct/examples/formats/graphics/__init__.pyc
+${PYSITELIB}/construct/examples/formats/graphics/__init__.pyo
+${PYSITELIB}/construct/examples/formats/graphics/bmp.py
+${PYSITELIB}/construct/examples/formats/graphics/bmp.pyc
+${PYSITELIB}/construct/examples/formats/graphics/bmp.pyo
+${PYSITELIB}/construct/examples/formats/graphics/emf.py
+${PYSITELIB}/construct/examples/formats/graphics/emf.pyc
+${PYSITELIB}/construct/examples/formats/graphics/emf.pyo
+${PYSITELIB}/construct/examples/formats/graphics/gif.py
+${PYSITELIB}/construct/examples/formats/graphics/gif.pyc
+${PYSITELIB}/construct/examples/formats/graphics/gif.pyo
+${PYSITELIB}/construct/examples/formats/graphics/png.py
+${PYSITELIB}/construct/examples/formats/graphics/png.pyc
+${PYSITELIB}/construct/examples/formats/graphics/png.pyo
+${PYSITELIB}/construct/examples/formats/graphics/wmf.py
+${PYSITELIB}/construct/examples/formats/graphics/wmf.pyc
+${PYSITELIB}/construct/examples/formats/graphics/wmf.pyo
+${PYSITELIB}/construct/examples/protocols/__init__.py
+${PYSITELIB}/construct/examples/protocols/__init__.pyc
+${PYSITELIB}/construct/examples/protocols/__init__.pyo
+${PYSITELIB}/construct/examples/protocols/ipstack.py
+${PYSITELIB}/construct/examples/protocols/ipstack.pyc
+${PYSITELIB}/construct/examples/protocols/ipstack.pyo
+${PYSITELIB}/construct/expr.py
+${PYSITELIB}/construct/expr.pyc
+${PYSITELIB}/construct/expr.pyo
 ${PYSITELIB}/construct/lib/__init__.py
 ${PYSITELIB}/construct/lib/__init__.pyc
 ${PYSITELIB}/construct/lib/__init__.pyo
@@ -79,78 +87,12 @@ ${PYSITELIB}/construct/lib/bitstream.pyo
 ${PYSITELIB}/construct/lib/container.py
 ${PYSITELIB}/construct/lib/container.pyc
 ${PYSITELIB}/construct/lib/container.pyo
-${PYSITELIB}/construct/lib/expr.py
-${PYSITELIB}/construct/lib/expr.pyc
-${PYSITELIB}/construct/lib/expr.pyo
 ${PYSITELIB}/construct/lib/hex.py
 ${PYSITELIB}/construct/lib/hex.pyc
 ${PYSITELIB}/construct/lib/hex.pyo
 ${PYSITELIB}/construct/lib/py3compat.py
 ${PYSITELIB}/construct/lib/py3compat.pyc
 ${PYSITELIB}/construct/lib/py3compat.pyo
-${PYSITELIB}/construct/macros.py
-${PYSITELIB}/construct/macros.pyc
-${PYSITELIB}/construct/macros.pyo
-${PYSITELIB}/construct/protocols/__init__.py
-${PYSITELIB}/construct/protocols/__init__.pyc
-${PYSITELIB}/construct/protocols/__init__.pyo
-${PYSITELIB}/construct/protocols/application/__init__.py
-${PYSITELIB}/construct/protocols/application/__init__.pyc
-${PYSITELIB}/construct/protocols/application/__init__.pyo
-${PYSITELIB}/construct/protocols/application/dns.py
-${PYSITELIB}/construct/protocols/application/dns.pyc
-${PYSITELIB}/construct/protocols/application/dns.pyo
-${PYSITELIB}/construct/protocols/ipstack.py
-${PYSITELIB}/construct/protocols/ipstack.pyc
-${PYSITELIB}/construct/protocols/ipstack.pyo
-${PYSITELIB}/construct/protocols/layer2/__init__.py
-${PYSITELIB}/construct/protocols/layer2/__init__.pyc
-${PYSITELIB}/construct/protocols/layer2/__init__.pyo
-${PYSITELIB}/construct/protocols/layer2/arp.py
-${PYSITELIB}/construct/protocols/layer2/arp.pyc
-${PYSITELIB}/construct/protocols/layer2/arp.pyo
-${PYSITELIB}/construct/protocols/layer2/ethernet.py
-${PYSITELIB}/construct/protocols/layer2/ethernet.pyc
-${PYSITELIB}/construct/protocols/layer2/ethernet.pyo
-${PYSITELIB}/construct/protocols/layer2/mtp2.py
-${PYSITELIB}/construct/protocols/layer2/mtp2.pyc
-${PYSITELIB}/construct/protocols/layer2/mtp2.pyo
-${PYSITELIB}/construct/protocols/layer3/__init__.py
-${PYSITELIB}/construct/protocols/layer3/__init__.pyc
-${PYSITELIB}/construct/protocols/layer3/__init__.pyo
-${PYSITELIB}/construct/protocols/layer3/dhcpv4.py
-${PYSITELIB}/construct/protocols/layer3/dhcpv4.pyc
-${PYSITELIB}/construct/protocols/layer3/dhcpv4.pyo
-${PYSITELIB}/construct/protocols/layer3/dhcpv6.py
-${PYSITELIB}/construct/protocols/layer3/dhcpv6.pyc
-${PYSITELIB}/construct/protocols/layer3/dhcpv6.pyo
-${PYSITELIB}/construct/protocols/layer3/icmpv4.py
-${PYSITELIB}/construct/protocols/layer3/icmpv4.pyc
-${PYSITELIB}/construct/protocols/layer3/icmpv4.pyo
-${PYSITELIB}/construct/protocols/layer3/igmpv2.py
-${PYSITELIB}/construct/protocols/layer3/igmpv2.pyc
-${PYSITELIB}/construct/protocols/layer3/igmpv2.pyo
-${PYSITELIB}/construct/protocols/layer3/ipv4.py
-${PYSITELIB}/construct/protocols/layer3/ipv4.pyc
-${PYSITELIB}/construct/protocols/layer3/ipv4.pyo
-${PYSITELIB}/construct/protocols/layer3/ipv6.py
-${PYSITELIB}/construct/protocols/layer3/ipv6.pyc
-${PYSITELIB}/construct/protocols/layer3/ipv6.pyo
-${PYSITELIB}/construct/protocols/layer3/mtp3.py
-${PYSITELIB}/construct/protocols/layer3/mtp3.pyc
-${PYSITELIB}/construct/protocols/layer3/mtp3.pyo
-${PYSITELIB}/construct/protocols/layer4/__init__.py
-${PYSITELIB}/construct/protocols/layer4/__init__.pyc
-${PYSITELIB}/construct/protocols/layer4/__init__.pyo
-${PYSITELIB}/construct/protocols/layer4/isup.py
-${PYSITELIB}/construct/protocols/layer4/isup.pyc
-${PYSITELIB}/construct/protocols/layer4/isup.pyo
-${PYSITELIB}/construct/protocols/layer4/tcp.py
-${PYSITELIB}/construct/protocols/layer4/tcp.pyc
-${PYSITELIB}/construct/protocols/layer4/tcp.pyo
-${PYSITELIB}/construct/protocols/layer4/udp.py
-${PYSITELIB}/construct/protocols/layer4/udp.pyc
-${PYSITELIB}/construct/protocols/layer4/udp.pyo
 ${PYSITELIB}/construct/version.py
 ${PYSITELIB}/construct/version.pyc
 ${PYSITELIB}/construct/version.pyo
Index: pkgsrc/devel/py-construct/distinfo
diff -u pkgsrc/devel/py-construct/distinfo:1.1 pkgsrc/devel/py-construct/distinfo:1.2
--- pkgsrc/devel/py-construct/distinfo:1.1      Mon Nov 16 17:35:59 2015
+++ pkgsrc/devel/py-construct/distinfo  Fri Apr 14 13:04:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/11/16 17:35:59 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/04/14 13:04:08 leot Exp $
 
-SHA1 (construct-2.5.2.tar.gz) = d23f17d3c6afe2e91aa3b54f1a28b4057b9a2094
-RMD160 (construct-2.5.2.tar.gz) = 0c75f72cb06a4abd039499cf216a2e66fd921192
-SHA512 (construct-2.5.2.tar.gz) = dbfa28f58821811fa28ef170818d74212e76389a017c4073acd24025ace292285828506cb44387ff07c1c05ae70766a3a0679baea25deb3b0dcc31c85b24340b
-Size (construct-2.5.2.tar.gz) = 58373 bytes
+SHA1 (construct-2.8.11.tar.gz) = 86c647a7f2357ea9c4bf3f9ff738ad1a3cc8f2f6
+RMD160 (construct-2.8.11.tar.gz) = 0b5b4060cabc481824c9b6863a9f4281a1a26655
+SHA512 (construct-2.8.11.tar.gz) = 0c073c7b88e548543718812c731196e59bda6bc8bbb5c5a554b447de96d5e0d528f2745e186963e34a09209e9e7cfa222f239fdace805e331a5b2a70b866ba04
+Size (construct-2.8.11.tar.gz) = 719949 bytes



Home | Main Index | Thread Index | Old Index