pkgsrc-WIP-changes archive

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

Update wip/py-construct to 2.5.2.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 15 14:43:36 2015 +0100
Changeset:	c431f38c9475c36fc1d1af3798cc8f4c616ed3c8

Modified Files:
	py-construct/Makefile
	py-construct/PLIST
	py-construct/distinfo
Removed Files:
	py-construct/buildlink3.mk

Log Message:
Update wip/py-construct to 2.5.2.

pkgsrc changes:
 o Get rid of unused buildlink3.mk
 o Simplify the Makefile:
   - PYDISTUTILSPKG is set in lang/python/egg.mk so not needed
   - PYVERSSUFFIX in PLIST_SUBST is not used
   - mk/compiler.mk isn't expected to be directly included here
   - Use MASTER_SITE_PYPI
 o py-six is a needed dependency, add it
 o Update LICENSE to reflect upstream

Changes:
Unfortunately no changelog is available.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c431f38c9475c36fc1d1af3798cc8f4c616ed3c8

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

diffstat:
 py-construct/Makefile      |  14 ++---
 py-construct/PLIST         | 135 +++++++--------------------------------------
 py-construct/buildlink3.mk |  15 -----
 py-construct/distinfo      |   7 ++-
 4 files changed, 29 insertions(+), 142 deletions(-)

diffs:
diff --git a/py-construct/Makefile b/py-construct/Makefile
index d3f14bb..86a6eb6 100644
--- a/py-construct/Makefile
+++ b/py-construct/Makefile
@@ -1,23 +1,19 @@
 # $NetBSD: Makefile,v 1.5 2012/10/06 17:55:30 asau Exp $
 #
 
-DISTNAME=	construct-2.04
+DISTNAME=	construct-2.5.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
-MASTER_SITES=	http://pypi.python.org/packages/source/c/construct/
+MASTER_SITES=	${MASTER_SITE_PYPI}
 
 MAINTAINER=	eric%cirr.com@localhost
 HOMEPAGE=	http://pypi.python.org/pypi/construct
 COMMENT=	Powerful declarative parser for binary data
-LICENSE=	public-domain
+LICENSE=	mit
 
-PYDISTUTILSPKG=	yes
-USE_LANGUAGES+=	c
-PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-# XXX Avoid picking up other compilers when installed
-
-.include "../../mk/compiler.mk"
+USE_LANGUAGES=	c
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-construct/PLIST b/py-construct/PLIST
index 8f33db2..7e4caec 100644
--- a/py-construct/PLIST
+++ b/py-construct/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/15 04:18:09 schnoebe Exp $
+@comment $NetBSD$
 ${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
@@ -24,18 +25,9 @@ ${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/document/__init__.py
-${PYSITELIB}/construct/formats/document/__init__.pyc
-${PYSITELIB}/construct/formats/document/__init__.pyo
-${PYSITELIB}/construct/formats/document/doc.py
-${PYSITELIB}/construct/formats/document/doc.pyc
-${PYSITELIB}/construct/formats/document/doc.pyo
-${PYSITELIB}/construct/formats/document/pdf.py
-${PYSITELIB}/construct/formats/document/pdf.pyc
-${PYSITELIB}/construct/formats/document/pdf.pyo
-${PYSITELIB}/construct/formats/document/postscript.py
-${PYSITELIB}/construct/formats/document/postscript.pyc
-${PYSITELIB}/construct/formats/document/postscript.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
@@ -48,30 +40,15 @@ ${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/cdfs.py
-${PYSITELIB}/construct/formats/filesystem/cdfs.pyc
-${PYSITELIB}/construct/formats/filesystem/cdfs.pyo
 ${PYSITELIB}/construct/formats/filesystem/ext2.py
 ${PYSITELIB}/construct/formats/filesystem/ext2.pyc
 ${PYSITELIB}/construct/formats/filesystem/ext2.pyo
-${PYSITELIB}/construct/formats/filesystem/ext3.py
-${PYSITELIB}/construct/formats/filesystem/ext3.pyc
-${PYSITELIB}/construct/formats/filesystem/ext3.pyo
-${PYSITELIB}/construct/formats/filesystem/fat12.py
-${PYSITELIB}/construct/formats/filesystem/fat12.pyc
-${PYSITELIB}/construct/formats/filesystem/fat12.pyo
 ${PYSITELIB}/construct/formats/filesystem/fat16.py
 ${PYSITELIB}/construct/formats/filesystem/fat16.pyc
 ${PYSITELIB}/construct/formats/filesystem/fat16.pyo
-${PYSITELIB}/construct/formats/filesystem/fat32.py
-${PYSITELIB}/construct/formats/filesystem/fat32.pyc
-${PYSITELIB}/construct/formats/filesystem/fat32.pyo
 ${PYSITELIB}/construct/formats/filesystem/mbr.py
 ${PYSITELIB}/construct/formats/filesystem/mbr.pyc
 ${PYSITELIB}/construct/formats/filesystem/mbr.pyo
-${PYSITELIB}/construct/formats/filesystem/ntfs5.py
-${PYSITELIB}/construct/formats/filesystem/ntfs5.pyc
-${PYSITELIB}/construct/formats/filesystem/ntfs5.pyo
 ${PYSITELIB}/construct/formats/graphics/__init__.py
 ${PYSITELIB}/construct/formats/graphics/__init__.pyc
 ${PYSITELIB}/construct/formats/graphics/__init__.pyo
@@ -81,6 +58,9 @@ ${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
@@ -99,15 +79,15 @@ ${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/path.py
-${PYSITELIB}/construct/lib/path.pyc
-${PYSITELIB}/construct/lib/path.pyo
-${PYSITELIB}/construct/lib/utils.py
-${PYSITELIB}/construct/lib/utils.pyc
-${PYSITELIB}/construct/lib/utils.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
@@ -120,36 +100,6 @@ ${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/application/ftp.py
-${PYSITELIB}/construct/protocols/application/ftp.pyc
-${PYSITELIB}/construct/protocols/application/ftp.pyo
-${PYSITELIB}/construct/protocols/application/http.py
-${PYSITELIB}/construct/protocols/application/http.pyc
-${PYSITELIB}/construct/protocols/application/http.pyo
-${PYSITELIB}/construct/protocols/application/irc.py
-${PYSITELIB}/construct/protocols/application/irc.pyc
-${PYSITELIB}/construct/protocols/application/irc.pyo
-${PYSITELIB}/construct/protocols/application/netbios.py
-${PYSITELIB}/construct/protocols/application/netbios.pyc
-${PYSITELIB}/construct/protocols/application/netbios.pyo
-${PYSITELIB}/construct/protocols/application/pop3.py
-${PYSITELIB}/construct/protocols/application/pop3.pyc
-${PYSITELIB}/construct/protocols/application/pop3.pyo
-${PYSITELIB}/construct/protocols/application/smtp.py
-${PYSITELIB}/construct/protocols/application/smtp.pyc
-${PYSITELIB}/construct/protocols/application/smtp.pyo
-${PYSITELIB}/construct/protocols/application/snmp.py
-${PYSITELIB}/construct/protocols/application/snmp.pyc
-${PYSITELIB}/construct/protocols/application/snmp.pyo
-${PYSITELIB}/construct/protocols/application/telnet.py
-${PYSITELIB}/construct/protocols/application/telnet.pyc
-${PYSITELIB}/construct/protocols/application/telnet.pyo
-${PYSITELIB}/construct/protocols/application/tftp.py
-${PYSITELIB}/construct/protocols/application/tftp.pyc
-${PYSITELIB}/construct/protocols/application/tftp.pyo
-${PYSITELIB}/construct/protocols/application/xwindows.py
-${PYSITELIB}/construct/protocols/application/xwindows.pyc
-${PYSITELIB}/construct/protocols/application/xwindows.pyo
 ${PYSITELIB}/construct/protocols/ipstack.py
 ${PYSITELIB}/construct/protocols/ipstack.pyc
 ${PYSITELIB}/construct/protocols/ipstack.pyo
@@ -177,18 +127,15 @@ ${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/icmpv6.py
-${PYSITELIB}/construct/protocols/layer3/icmpv6.pyc
-${PYSITELIB}/construct/protocols/layer3/icmpv6.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/ipx.py
-${PYSITELIB}/construct/protocols/layer3/ipx.pyc
-${PYSITELIB}/construct/protocols/layer3/ipx.pyo
 ${PYSITELIB}/construct/protocols/layer3/mtp3.py
 ${PYSITELIB}/construct/protocols/layer3/mtp3.pyc
 ${PYSITELIB}/construct/protocols/layer3/mtp3.pyo
@@ -198,54 +145,12 @@ ${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/sctp.py
-${PYSITELIB}/construct/protocols/layer4/sctp.pyc
-${PYSITELIB}/construct/protocols/layer4/sctp.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/protocols/ss7stack.py
-${PYSITELIB}/construct/protocols/ss7stack.pyc
-${PYSITELIB}/construct/protocols/ss7stack.pyo
-${PYSITELIB}/construct/tests/__init__.py
-${PYSITELIB}/construct/tests/__init__.pyc
-${PYSITELIB}/construct/tests/__init__.pyo
-${PYSITELIB}/construct/tests/csvtest.py
-${PYSITELIB}/construct/tests/csvtest.pyc
-${PYSITELIB}/construct/tests/csvtest.pyo
-${PYSITELIB}/construct/tests/debug.py
-${PYSITELIB}/construct/tests/debug.pyc
-${PYSITELIB}/construct/tests/debug.pyo
-${PYSITELIB}/construct/tests/t1.py
-${PYSITELIB}/construct/tests/t1.pyc
-${PYSITELIB}/construct/tests/t1.pyo
-${PYSITELIB}/construct/tests/test_ast.py
-${PYSITELIB}/construct/tests/test_ast.pyc
-${PYSITELIB}/construct/tests/test_ast.pyo
-${PYSITELIB}/construct/tests/test_repeaters.py
-${PYSITELIB}/construct/tests/test_repeaters.pyc
-${PYSITELIB}/construct/tests/test_repeaters.pyo
-${PYSITELIB}/construct/tests/testall.py
-${PYSITELIB}/construct/tests/testall.pyc
-${PYSITELIB}/construct/tests/testall.pyo
-${PYSITELIB}/construct/tests/text.py
-${PYSITELIB}/construct/tests/text.pyc
-${PYSITELIB}/construct/tests/text.pyo
-${PYSITELIB}/construct/tests/unit.py
-${PYSITELIB}/construct/tests/unit.pyc
-${PYSITELIB}/construct/tests/unit.pyo
-${PYSITELIB}/construct/text/__init__.py
-${PYSITELIB}/construct/text/__init__.pyc
-${PYSITELIB}/construct/text/__init__.pyo
-${PYSITELIB}/construct/text/ast.py
-${PYSITELIB}/construct/text/ast.pyc
-${PYSITELIB}/construct/text/ast.pyo
-${PYSITELIB}/construct/text/common.py
-${PYSITELIB}/construct/text/common.pyc
-${PYSITELIB}/construct/text/common.pyo
-${PYSITELIB}/construct/text/test.py
-${PYSITELIB}/construct/text/test.pyc
-${PYSITELIB}/construct/text/test.pyo
+${PYSITELIB}/construct/version.py
+${PYSITELIB}/construct/version.pyc
+${PYSITELIB}/construct/version.pyo
diff --git a/py-construct/buildlink3.mk b/py-construct/buildlink3.mk
deleted file mode 100644
index 282c41c..0000000
--- a/py-construct/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2011/05/27 03:49:58 schnoebe Exp $
-
-BUILDLINK_TREE+=	py-construct
-
-.if !defined(PY_CONSTRUCT_BUILDLINK3_MK)
-PY_CONSTRUCT_BUILDLINK3_MK:=
-
-.include "../../lang/python/pyversion.mk"
-
-BUILDLINK_API_DEPENDS.py-construct+=	${PYPKGPREFIX}-construct>=2.04
-BUILDLINK_PKGSRCDIR.py-construct?=	../../wip/py-construct
-
-.endif # PY_CONSTRUCT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-py-construct
diff --git a/py-construct/distinfo b/py-construct/distinfo
index f8bb09d..823a17a 100644
--- a/py-construct/distinfo
+++ b/py-construct/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2011/05/15 04:18:09 schnoebe Exp $
 
-SHA1 (construct-2.04.tar.gz) = 7de7c5ef4b82e6ee1d2d5d0f090038ce100cf757
-RMD160 (construct-2.04.tar.gz) = f1750c774cf3d72625547d1bf746d92333fb584a
-Size (construct-2.04.tar.gz) = 85703 bytes
+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


Home | Main Index | Thread Index | Old Index