Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 09:22:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-ezpyinline Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200702140922.l1E9M6AU094847@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-02-14 09:22:06 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-ezpyinline  Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  PR:             ports/109135
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2639    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/py-ezpyinline/Makefile (new)
  1.1       +3 -0      ports/devel/py-ezpyinline/distinfo (new)
  1.1       +9 -0      ports/devel/py-ezpyinline/pkg-descr (new)
  1.1       +3 -0      ports/devel/py-ezpyinline/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702140922.l1E9M6AU094847>