Date: Tue, 13 Feb 2007 22:53:40 +0800 (CST) From: Li-Wen Hsu <lwhsu@lwhsu.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lwhsu@lwhsu.org Subject: ports/109135: [NEW PORT] devel/py-ezpyinline: Easy embedded Inline C for Python Message-ID: <200702131453.l1DErehf005201@jail0.lwhsu.csie.net> Resent-Message-ID: <200702131500.l1DF0EV3024932@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109135 >Category: ports >Synopsis: [NEW PORT] devel/py-ezpyinline: Easy embedded Inline C for Python >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: Tue Feb 13 15:00:13 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: The ezpyinline is a pure python module which requires almost no setup to allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you. WWW: http://cheeseshop.python.org/pypi/ezpyinline Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-ezpyinline-0.1.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-ezpyinline # py-ezpyinline/pkg-descr # py-ezpyinline/Makefile # py-ezpyinline/pkg-plist # py-ezpyinline/distinfo # echo c - py-ezpyinline mkdir -p py-ezpyinline > /dev/null 2>&1 echo x - py-ezpyinline/pkg-descr sed 's/^X//' >py-ezpyinline/pkg-descr << 'END-of-py-ezpyinline/pkg-descr' XThe ezpyinline is a pure python module which requires almost no setup to Xallows you put C source code directly "inline" in a Python script or module, Xthen the C code is automatically compiled and then loaded for immediate access Xfrom Python. X Xezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) Xbut aim to be as easy as possible and do all the magics for you. X XWWW: http://cheeseshop.python.org/pypi/ezpyinline END-of-py-ezpyinline/pkg-descr echo x - py-ezpyinline/Makefile sed 's/^X//' >py-ezpyinline/Makefile << 'END-of-py-ezpyinline/Makefile' X# New ports collection makefile for: py-ezpyinline X# Date created: Feb. 13, 2007 X# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> X# X# $FreeBSD$ X# X XPORTNAME= ezpyinline XPORTVERSION= 0.1 XCATEGORIES= devel python XMASTER_SITES= http://cheeseshop.python.org/packages/source/e/ezpyinline/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDIST_SUBDIR= python X XMAINTAINER= lwhsu@lwhsu.org XCOMMENT= Easy embedded Inline C for Python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> END-of-py-ezpyinline/Makefile echo x - py-ezpyinline/pkg-plist sed 's/^X//' >py-ezpyinline/pkg-plist << 'END-of-py-ezpyinline/pkg-plist' X%%PYTHON_SITELIBDIR%%/ezpyinline.py X%%PYTHON_SITELIBDIR%%/ezpyinline.pyc X%%PYTHON_SITELIBDIR%%/ezpyinline.pyo END-of-py-ezpyinline/pkg-plist echo x - py-ezpyinline/distinfo sed 's/^X//' >py-ezpyinline/distinfo << 'END-of-py-ezpyinline/distinfo' XMD5 (python/ezpyinline-0.1.tar.gz) = 0d80180cbe365c925bf149ebfaf739ab XSHA256 (python/ezpyinline-0.1.tar.gz) = 615ce7a2f090ee225c0b2427615b2d6e9d7163cf4a1e13b67f25285d839f583a XSIZE (python/ezpyinline-0.1.tar.gz) = 7632 END-of-py-ezpyinline/distinfo exit --- py-ezpyinline-0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702131453.l1DErehf005201>