mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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>
This commit is contained in:
parent
ede7494005
commit
a51eb791ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185158
@ -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
|
||||
|
21
devel/py-ezpyinline/Makefile
Normal file
21
devel/py-ezpyinline/Makefile
Normal file
@ -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>
|
3
devel/py-ezpyinline/distinfo
Normal file
3
devel/py-ezpyinline/distinfo
Normal file
@ -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
|
9
devel/py-ezpyinline/pkg-descr
Normal file
9
devel/py-ezpyinline/pkg-descr
Normal file
@ -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
|
3
devel/py-ezpyinline/pkg-plist
Normal file
3
devel/py-ezpyinline/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/ezpyinline.py
|
||||
%%PYTHON_SITELIBDIR%%/ezpyinline.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ezpyinline.pyo
|
Loading…
Reference in New Issue
Block a user