Skip to Content.
Sympa Menu

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

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 (418149009428495c1aac79d70493f28561f20179)
  • Date: Wed, 7 Sep 2011 04:53:24 -0500

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

python-pypi/crecord/BUILD | 1 +
python-pypi/crecord/DETAILS | 2 +-
python-pypi/crecord/DOWNLOAD | 2 ++
python-pypi/crecord/HISTORY | 4 +++-
python-pypi/crecord/INSTALL | 2 ++
5 files changed, 9 insertions(+), 2 deletions(-)

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

crecord: Generate byte-compiled files

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

crecord: Fix downloading and installation

commit 60307aadb038a3fbed22d5fb5da805ddade1ce1e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

crecord: Fix SOURCE_URL[0]

diff --git a/python-pypi/crecord/BUILD b/python-pypi/crecord/BUILD
new file mode 100755
index 0000000..917c3c3
--- /dev/null
+++ b/python-pypi/crecord/BUILD
@@ -0,0 +1 @@
+python -c "import compileall; compileall.compile_dir('crecord')"
diff --git a/python-pypi/crecord/DETAILS b/python-pypi/crecord/DETAILS
index d608a2a..798e8c6 100755
--- a/python-pypi/crecord/DETAILS
+++ b/python-pypi/crecord/DETAILS
@@ -5,7 +5,7 @@ else
VERSION=scm
fi
SOURCE=$SPELL-scm.tar.bz2
- SOURCE_URL[0]=hg_https://bitbucket.org/edgimar/$SPELL:$SPELL-scm
+ SOURCE_URL[0]=hg_http://bitbucket.org/edgimar/$SPELL:$SPELL-scm
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
WEB_SITE="https://bitbucket.org/edgimar/crecord/wiki/Home";
diff --git a/python-pypi/crecord/DOWNLOAD b/python-pypi/crecord/DOWNLOAD
new file mode 100755
index 0000000..be9e7b1
--- /dev/null
+++ b/python-pypi/crecord/DOWNLOAD
@@ -0,0 +1,2 @@
+. $GRIMOIRE/hg_download.function
+hg_download
diff --git a/python-pypi/crecord/HISTORY b/python-pypi/crecord/HISTORY
index 669042f..4640e21 100644
--- a/python-pypi/crecord/HISTORY
+++ b/python-pypi/crecord/HISTORY
@@ -1,3 +1,5 @@
2011-09-07 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS, PREPARE: spell created
-
+ * DETAILS: Fixed SOURCE_URL[0]
+ * DOWNLOAD, INSTALL: Fixed downloading and installation
+ * BUILD: Generate byte-compiled files
diff --git a/python-pypi/crecord/INSTALL b/python-pypi/crecord/INSTALL
new file mode 100755
index 0000000..3ab4787
--- /dev/null
+++ b/python-pypi/crecord/INSTALL
@@ -0,0 +1,2 @@
+PYLIB="$(python -c 'from distutils.sysconfig import get_python_lib; print
get_python_lib()')" &&
+cp -rv crecord "$PYLIB"/hgext/



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (418149009428495c1aac79d70493f28561f20179), Ismael Luceno, 09/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page