[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (027728c192acea37fb2fcea3e70e9b2c90b55584)
Vlad Glagolev
scm at sourcemage.org
Wed Dec 26 02:12:42 EST 2007
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
devel/python/DETAILS | 1 +
devel/python/HISTORY | 1 +
devel/python/INSTALL | 6 +++++-
3 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 027728c192acea37fb2fcea3e70e9b2c90b55584
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
python: added gettext tools + PATCHLEVEL+=1
diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index a2f81a9..d831714 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Python-$VERSION
WEB_SITE=http://www.python.org/
ENTERED=20010922
LICENSE[0]=PYTHON
+ PATCHLEVEL=1
SECURITY_PATCH=1
KEYWORDS="devel"
SHORT="Interpreted, interactive, object-oriented language"
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 9cb6b8f..ed828b5 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -3,6 +3,7 @@
include all files from the pythonic modules/apps in site-packages:
we MUST dispell every python-based spell on recasting python, and
every python-based module/app MUST be recompiled -- only by its setup
+ * INSTALL: added gettext tools
2007-06-03 Treeve Jelbert <treeve at sourcemage.org>
* DEPENDS: fix minor typo, bug #13798
diff --git a/devel/python/INSTALL b/devel/python/INSTALL
index 917e825..0ff45cf 100755
--- a/devel/python/INSTALL
+++ b/devel/python/INSTALL
@@ -3,4 +3,8 @@ default_install &&
if [ -f $SOURCE_DIRECTORY/spell-tmp/pydcop.py ]; then
mv $SOURCE_DIRECTORY/spell-tmp/pydcop.py \
$INSTALL_ROOT/usr/lib/python${VERSION:0:3}
-fi
+fi &&
+
+# gettext
+install -m 755 $SOURCE_DIRECTORY/Tools/i18n/{pygettext.py,msgfmt.py} \
+ "$INSTALL_ROOT/usr/bin"
More information about the SM-Commit
mailing list