Sun Jul 24 19:11:27 2016 UTC ()
Add py-byterun, version 20160218, to the Packages Collection.

	Byterun is a pure-Python implementation of a Python bytecode execution
	virtual machine.  It was started to get a better understanding of
	bytecodes to fix branch coverage bugs in coverage.py.


(agc)
diff -r1.437 -r1.438 pkgsrc/lang/Makefile
diff -r0 -r1.1 pkgsrc/lang/py-byterun/DESCR
diff -r0 -r1.1 pkgsrc/lang/py-byterun/Makefile
diff -r0 -r1.1 pkgsrc/lang/py-byterun/PLIST
diff -r0 -r1.1 pkgsrc/lang/py-byterun/distinfo

cvs diff -r1.437 -r1.438 pkgsrc/lang/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/Makefile 2016/07/12 10:14:35 1.437
+++ pkgsrc/lang/Makefile 2016/07/24 19:11:27 1.438
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.437 2016/07/12 10:14:35 leot Exp $ 1# $NetBSD: Makefile,v 1.438 2016/07/24 19:11:27 agc Exp $
2# 2#
3 3
4COMMENT= Programming languages 4COMMENT= Programming languages
5 5
6SUBDIR+= Cg-compiler 6SUBDIR+= Cg-compiler
7SUBDIR+= LuaJIT 7SUBDIR+= LuaJIT
8SUBDIR+= LuaJIT2 8SUBDIR+= LuaJIT2
9SUBDIR+= STk 9SUBDIR+= STk
10SUBDIR+= a60 10SUBDIR+= a60
11SUBDIR+= abcl 11SUBDIR+= abcl
12SUBDIR+= algol68g 12SUBDIR+= algol68g
13SUBDIR+= asn1c 13SUBDIR+= asn1c
14SUBDIR+= awka 14SUBDIR+= awka
@@ -162,26 +162,27 @@ SUBDIR+= pcc @@ -162,26 +162,27 @@ SUBDIR+= pcc
162SUBDIR+= pcc-current 162SUBDIR+= pcc-current
163SUBDIR+= pear 163SUBDIR+= pear
164SUBDIR+= perl5 164SUBDIR+= perl5
165SUBDIR+= pfe 165SUBDIR+= pfe
166SUBDIR+= pforth 166SUBDIR+= pforth
167#SUBDIR+= php # only contains Makefile fragments 167#SUBDIR+= php # only contains Makefile fragments
168SUBDIR+= php55 168SUBDIR+= php55
169SUBDIR+= php56 169SUBDIR+= php56
170SUBDIR+= php70 170SUBDIR+= php70
171SUBDIR+= picoc 171SUBDIR+= picoc
172SUBDIR+= pict 172SUBDIR+= pict
173SUBDIR+= polyml 173SUBDIR+= polyml
174SUBDIR+= py-basicproperty 174SUBDIR+= py-basicproperty
 175SUBDIR+= py-byterun
175SUBDIR+= py-cxfreeze 176SUBDIR+= py-cxfreeze
176SUBDIR+= py-hy 177SUBDIR+= py-hy
177SUBDIR+= py-pyrex 178SUBDIR+= py-pyrex
178SUBDIR+= py-pythonz 179SUBDIR+= py-pythonz
179SUBDIR+= py-six 180SUBDIR+= py-six
180SUBDIR+= py27-html-docs 181SUBDIR+= py27-html-docs
181SUBDIR+= py34-html-docs 182SUBDIR+= py34-html-docs
182SUBDIR+= py35-html-docs 183SUBDIR+= py35-html-docs
183#SUBDIR+= python # only contains Makefile fragments 184#SUBDIR+= python # only contains Makefile fragments
184SUBDIR+= python27 185SUBDIR+= python27
185SUBDIR+= python34 186SUBDIR+= python34
186SUBDIR+= python35 187SUBDIR+= python35
187SUBDIR+= qore 188SUBDIR+= qore

File Added: pkgsrc/lang/py-byterun/DESCR
Byterun is a pure-Python implementation of a Python bytecode execution
virtual machine.  It was started to get a better understanding of
bytecodes to fix branch coverage bugs in coverage.py.

File Added: pkgsrc/lang/py-byterun/Makefile
# $NetBSD: Makefile,v 1.1 2016/07/24 19:11:27 agc Exp $

DISTNAME=	byterun
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}-20160218
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_GITHUB:=nedbat/}
GITHUB_PROJECT=	byterun
GITHUB_TAG=	de8519308a90bed6881196066dd9158ec3e4ba2b

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/nedbat/byterun
COMMENT=	Python implementation of a python interpreter
LICENSE=	mit

WRKSRC=		${WRKDIR}/${DISTNAME}-${GITHUB_TAG}

DEPENDS+=       ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six

.include "../../lang/python/distutils.mk"

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

File Added: pkgsrc/lang/py-byterun/PLIST
@comment $NetBSD: PLIST,v 1.1 2016/07/24 19:11:27 agc Exp $
${PYSITELIB}/Byterun-1.0-py2.7.egg-info
${PYSITELIB}/byterun/__init__.py
${PYSITELIB}/byterun/__init__.pyc
${PYSITELIB}/byterun/__init__.pyo
${PYSITELIB}/byterun/__main__.py
${PYSITELIB}/byterun/__main__.pyc
${PYSITELIB}/byterun/__main__.pyo
${PYSITELIB}/byterun/execfile.py
${PYSITELIB}/byterun/execfile.pyc
${PYSITELIB}/byterun/execfile.pyo
${PYSITELIB}/byterun/pyobj.py
${PYSITELIB}/byterun/pyobj.pyc
${PYSITELIB}/byterun/pyobj.pyo
${PYSITELIB}/byterun/pyvm2.py
${PYSITELIB}/byterun/pyvm2.pyc
${PYSITELIB}/byterun/pyvm2.pyo

File Added: pkgsrc/lang/py-byterun/distinfo
$NetBSD: distinfo,v 1.1 2016/07/24 19:11:27 agc Exp $

SHA1 (byterun-de8519308a90bed6881196066dd9158ec3e4ba2b.tar.gz) = f229667857ec033cdb7efa9ab49ef090f89dbf35
RMD160 (byterun-de8519308a90bed6881196066dd9158ec3e4ba2b.tar.gz) = a0753741a50d3fd606ae73332e529bed358c73e3
SHA512 (byterun-de8519308a90bed6881196066dd9158ec3e4ba2b.tar.gz) = 5d7ee6dcbb797689a2a53456be959e253e068cbe2e3b907524cda749933138be3285518f1e0ad3d040593b1466d8ab60f714c8a373fccd1af638a705f338078f
Size (byterun-de8519308a90bed6881196066dd9158ec3e4ba2b.tar.gz) = 21351 bytes