pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: agc
Date: Sun Jul 24 19:11:27 UTC 2016
Modified Files:
pkgsrc/lang: Makefile
Added Files:
pkgsrc/lang/py-byterun: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.437 -r1.438 pkgsrc/lang/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-byterun/DESCR \
pkgsrc/lang/py-byterun/Makefile pkgsrc/lang/py-byterun/PLIST \
pkgsrc/lang/py-byterun/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.437 pkgsrc/lang/Makefile:1.438
--- pkgsrc/lang/Makefile:1.437 Tue Jul 12 10:14:35 2016
+++ pkgsrc/lang/Makefile Sun Jul 24 19:11:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.437 2016/07/12 10:14:35 leot Exp $
+# $NetBSD: Makefile,v 1.438 2016/07/24 19:11:27 agc Exp $
#
COMMENT= Programming languages
@@ -172,6 +172,7 @@ SUBDIR+= picoc
SUBDIR+= pict
SUBDIR+= polyml
SUBDIR+= py-basicproperty
+SUBDIR+= py-byterun
SUBDIR+= py-cxfreeze
SUBDIR+= py-hy
SUBDIR+= py-pyrex
Added files:
Index: pkgsrc/lang/py-byterun/DESCR
diff -u /dev/null pkgsrc/lang/py-byterun/DESCR:1.1
--- /dev/null Sun Jul 24 19:11:27 2016
+++ pkgsrc/lang/py-byterun/DESCR Sun Jul 24 19:11:27 2016
@@ -0,0 +1,3 @@
+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.
Index: pkgsrc/lang/py-byterun/Makefile
diff -u /dev/null pkgsrc/lang/py-byterun/Makefile:1.1
--- /dev/null Sun Jul 24 19:11:27 2016
+++ pkgsrc/lang/py-byterun/Makefile Sun Jul 24 19:11:27 2016
@@ -0,0 +1,21 @@
+# $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@localhost
+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"
Index: pkgsrc/lang/py-byterun/PLIST
diff -u /dev/null pkgsrc/lang/py-byterun/PLIST:1.1
--- /dev/null Sun Jul 24 19:11:27 2016
+++ pkgsrc/lang/py-byterun/PLIST Sun Jul 24 19:11:27 2016
@@ -0,0 +1,17 @@
+@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
Index: pkgsrc/lang/py-byterun/distinfo
diff -u /dev/null pkgsrc/lang/py-byterun/distinfo:1.1
--- /dev/null Sun Jul 24 19:11:27 2016
+++ pkgsrc/lang/py-byterun/distinfo Sun Jul 24 19:11:27 2016
@@ -0,0 +1,6 @@
+$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
Home |
Main Index |
Thread Index |
Old Index