diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 09:22:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 09:22:06 +0000 |
commit | a51eb791efdd35ff19b1db25e751a5583a05b578 (patch) | |
tree | ddaf795e9f334f96d6e3c9cfbea8964a9c0730ea | |
parent | ede749400549f9be9e32229aa400e1596735b8ec (diff) | |
download | ports-a51eb791efdd35ff19b1db25e751a5583a05b578.tar.gz ports-a51eb791efdd35ff19b1db25e751a5583a05b578.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ezpyinline/Makefile | 21 | ||||
-rw-r--r-- | devel/py-ezpyinline/distinfo | 3 | ||||
-rw-r--r-- | devel/py-ezpyinline/pkg-descr | 9 | ||||
-rw-r--r-- | devel/py-ezpyinline/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5d681051a1f0..669b2774ddeb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1749,6 +1749,7 @@ SUBDIR += py-durus SUBDIR += py-elementtree SUBDIR += py-epsilon + SUBDIR += py-ezpyinline SUBDIR += py-fam SUBDIR += py-fileutils SUBDIR += py-flakes diff --git a/devel/py-ezpyinline/Makefile b/devel/py-ezpyinline/Makefile new file mode 100644 index 000000000000..d8b9f5e20c64 --- /dev/null +++ b/devel/py-ezpyinline/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-ezpyinline +# Date created: Feb. 13, 2007 +# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> +# +# $FreeBSD$ +# + +PORTNAME= ezpyinline +PORTVERSION= 0.1 +CATEGORIES= devel python +MASTER_SITES= http://cheeseshop.python.org/packages/source/e/ezpyinline/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python + +MAINTAINER= lwhsu@lwhsu.org +COMMENT= Easy embedded Inline C for Python + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/devel/py-ezpyinline/distinfo b/devel/py-ezpyinline/distinfo new file mode 100644 index 000000000000..0b0b807c80c3 --- /dev/null +++ b/devel/py-ezpyinline/distinfo @@ -0,0 +1,3 @@ +MD5 (python/ezpyinline-0.1.tar.gz) = 0d80180cbe365c925bf149ebfaf739ab +SHA256 (python/ezpyinline-0.1.tar.gz) = 615ce7a2f090ee225c0b2427615b2d6e9d7163cf4a1e13b67f25285d839f583a +SIZE (python/ezpyinline-0.1.tar.gz) = 7632 diff --git a/devel/py-ezpyinline/pkg-descr b/devel/py-ezpyinline/pkg-descr new file mode 100644 index 000000000000..f40bd5e099ad --- /dev/null +++ b/devel/py-ezpyinline/pkg-descr @@ -0,0 +1,9 @@ +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 diff --git a/devel/py-ezpyinline/pkg-plist b/devel/py-ezpyinline/pkg-plist new file mode 100644 index 000000000000..c0f24eebfc19 --- /dev/null +++ b/devel/py-ezpyinline/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/ezpyinline.py +%%PYTHON_SITELIBDIR%%/ezpyinline.pyc +%%PYTHON_SITELIBDIR%%/ezpyinline.pyo |