Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d397414f83eb0508a1025a03727bdafd4c2ae15)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d397414f83eb0508a1025a03727bdafd4c2ae15)
  • Date: Sat, 11 Feb 2012 20:58:31 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 1 +
python-pypi/pyinline/DEPENDS | 1 +
python-pypi/pyinline/DETAILS | 17 +++++++++++++++++
python-pypi/pyinline/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit 6d397414f83eb0508a1025a03727bdafd4c2ae15
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/pyinline: new spell, Inline for Python

diff --git a/ChangeLog b/ChangeLog
index f3634bd..d530996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2012-02-11 Ladislav Hagara <hgr AT vabo.cz>
* devel/nodejs: new spell
platform for building fast, scalable network applications
+ * python-pypi/pyinline: new spell, Inline for Python

2012-02-11 Bor Kraljič <pyrobor AT ver.si>
* kde4/kactivities: new spell, API for using and interacting with
Activities
diff --git a/python-pypi/pyinline/DEPENDS b/python-pypi/pyinline/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/pyinline/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/pyinline/DETAILS b/python-pypi/pyinline/DETAILS
new file mode 100755
index 0000000..d8aee36
--- /dev/null
+++ b/python-pypi/pyinline/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=pyinline
+ VERSION=0.03
+ SOURCE=PyInline-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyInline-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d39ef81abd227683f51ae5cd4b04fee3db74a96d14a8720d77f580239a6056041eff8cce5b0bf3660c7e97076fbb6d780be9547b2db8b8493a715e16c73171c1
+ WEB_SITE=http://pyinline.sourceforge.net/
+ ENTERED=20120212
+ LICENSE=Artistic
+ SHORT="Inline for Python"
+cat << EOF
+The PyInline module allows you to put source code from other
+programming languages directly "inline" in a Python script or
+module. The code is automatically compiled as needed, and then loaded
+for immediate access from Python. PyInline is the Python equivalent of
+Brian Ingerson's Inline module for Perl.
+EOF
diff --git a/python-pypi/pyinline/HISTORY b/python-pypi/pyinline/HISTORY
new file mode 100644
index 0000000..95c17a7
--- /dev/null
+++ b/python-pypi/pyinline/HISTORY
@@ -0,0 +1,3 @@
+2012-02-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.03
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d397414f83eb0508a1025a03727bdafd4c2ae15), Ladislav Hagara, 02/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page