ports/109665: [NEW PORT] devel/py-pp: Parallel python execution server

Li-Wen Hsu lwhsu at lwhsu.org
Wed Feb 28 09:10:05 UTC 2007


>Number:         109665
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-pp: Parallel python execution server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 28 09:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
pp is a python module which provides mechanism for parallel execution of
python code on SMP (systems with multiple processors or cores) and clusters
(computers connected via network)

It is light, easy to install and integrate with other python software.

pp is an open source and cross-platform module written in pure python 
 
WWW:	http://www.parallelpython.com/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py-pp-1.3.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pp
#	py-pp/pkg-descr
#	py-pp/Makefile
#	py-pp/pkg-plist
#	py-pp/distinfo
#
echo c - py-pp
mkdir -p py-pp > /dev/null 2>&1
echo x - py-pp/pkg-descr
sed 's/^X//' >py-pp/pkg-descr << 'END-of-py-pp/pkg-descr'
Xpp is a python module which provides mechanism for parallel execution of
Xpython code on SMP (systems with multiple processors or cores) and clusters
X(computers connected via network)
X
XIt is light, easy to install and integrate with other python software.
X
Xpp is an open source and cross-platform module written in pure python 
X 
XWWW:	http://www.parallelpython.com/
END-of-py-pp/pkg-descr
echo x - py-pp/Makefile
sed 's/^X//' >py-pp/Makefile << 'END-of-py-pp/Makefile'
X# New ports collection makefile for:	py-pp
X# Date created:		Feb. 28, 2007
X# Whom:			Li-Wen Hsu <lwhsu at lwhsu.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pp
XPORTVERSION=	1.3.2
XCATEGORIES=	devel python
XMASTER_SITES=	http://www.parallelpython.com/downloads/pp/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	lwhsu at lwhsu.org
XCOMMENT=	Parallel python execution server
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' ${WRKSRC}/ppserver.py
X
Xpost-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/ppserver.py ${TARGETDIR}/bin/
X
X.include <bsd.port.mk>
END-of-py-pp/Makefile
echo x - py-pp/pkg-plist
sed 's/^X//' >py-pp/pkg-plist << 'END-of-py-pp/pkg-plist'
Xbin/ppserver.py
X%%PYTHON_SITELIBDIR%%/pp.py
X%%PYTHON_SITELIBDIR%%/pp.pyc
X%%PYTHON_SITELIBDIR%%/pp.pyo
X%%PYTHON_SITELIBDIR%%/ppserver.py
X%%PYTHON_SITELIBDIR%%/ppserver.pyc
X%%PYTHON_SITELIBDIR%%/ppserver.pyo
X%%PYTHON_SITELIBDIR%%/pptransport.py
X%%PYTHON_SITELIBDIR%%/pptransport.pyc
X%%PYTHON_SITELIBDIR%%/pptransport.pyo
X%%PYTHON_SITELIBDIR%%/ppworker.py
X%%PYTHON_SITELIBDIR%%/ppworker.pyc
X%%PYTHON_SITELIBDIR%%/ppworker.pyo
END-of-py-pp/pkg-plist
echo x - py-pp/distinfo
sed 's/^X//' >py-pp/distinfo << 'END-of-py-pp/distinfo'
XMD5 (pp-1.3.2.tar.gz) = 1cd0692877a5b19dcc9d4a40aea7ef4d
XSHA256 (pp-1.3.2.tar.gz) = 3dff3acad3a16a87ecba7e557afc2b7d55c5692e71c67a6d60972f8a549e64b7
XSIZE (pp-1.3.2.tar.gz) = 9024
END-of-py-pp/distinfo
exit
--- py-pp-1.3.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list