Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac4f43f1828cc94a76fa435b3694add87208d1bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac4f43f1828cc94a76fa435b3694add87208d1bb)
  • Date: Fri, 8 Mar 2013 11:37:55 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/bzr-fastimport/HISTORY | 2 ++
python-pypi/python-fastimport/DEPENDS | 1 +
python-pypi/python-fastimport/DETAILS | 18 ++++++++++++++++++
python-pypi/python-fastimport/HISTORY | 2 ++
5 files changed, 27 insertions(+)

New commits:
commit ac4f43f1828cc94a76fa435b3694add87208d1bb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bzr-fastimport: new spell, Bazaar Fast Import Plugin

commit 9365882227a281cb4d1fbcd79fd0486c23e0f0ed
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-fastimport: new spell, Fastimport parser in Python

diff --git a/ChangeLog b/ChangeLog
index 837c498..c8d404e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-08 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-fastimport: new spell, Fastimport parser in
Python
+ * python-pypi/bzr-fastimport: new spell, Bazaar Fast Import Plugin
+
2013-03-07 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/pyicu: added, pyton wrapper for ICU

diff --git a/python-pypi/bzr-fastimport/HISTORY
b/python-pypi/bzr-fastimport/HISTORY
new file mode 100644
index 0000000..f43d54d
--- /dev/null
+++ b/python-pypi/bzr-fastimport/HISTORY
@@ -0,0 +1,2 @@
+2013-03-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/python-fastimport/DEPENDS
b/python-pypi/python-fastimport/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/python-fastimport/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-fastimport/DETAILS
b/python-pypi/python-fastimport/DETAILS
new file mode 100755
index 0000000..9db537e
--- /dev/null
+++ b/python-pypi/python-fastimport/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=python-fastimport
+ VERSION=0.9.2
+ SOURCE="fastimport-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/trunk/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:8fd9f89267ca88edff94cea7537740431d02680a1eebd085ee376954b47bf5222e7575750895d0d2da246694cdac7a5afe50d857b87c0f36e04eb3511bcbe472
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/python-fastimport";
+ LICENSE[0]="GPL2"
+ ENTERED=20130308
+ KEYWORDS=""
+ SHORT="Fastimport parser in Python"
+cat << EOF
+This is the Python parser that was originally developed for bzr-fastimport,
+but extracted so it can be used by other projects.
+
+It is currently used by bzr-fastimport and dulwich. hg-fastimport and
+git-remote-hg use a slightly modified version of it.
+EOF
diff --git a/python-pypi/python-fastimport/HISTORY
b/python-pypi/python-fastimport/HISTORY
new file mode 100644
index 0000000..f43d54d
--- /dev/null
+++ b/python-pypi/python-fastimport/HISTORY
@@ -0,0 +1,2 @@
+2013-03-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac4f43f1828cc94a76fa435b3694add87208d1bb), Ismael Luceno, 03/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page