[Lunar-commits] <moonbase> pygments: Use lowercase module name. Bump version to 1.0.

Jannis Pohlmann jannis at xfce.org
Tue May 26 13:05:36 CEST 2009


commit fec9f795f1f2cc0c74fc274ef432142b998a5915
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon May 25 11:11:35 2009 +0200

    pygments: Use lowercase module name. Bump version to 1.0.
---
 python/Pygments/BUILD   |    7 -------
 python/Pygments/DEPENDS |    1 -
 python/Pygments/DETAILS |   15 ---------------
 python/pygments/BUILD   |    6 ++++++
 python/pygments/DEPENDS |    1 +
 python/pygments/DETAILS |   27 +++++++++++++++++++++++++++
 6 files changed, 34 insertions(+), 23 deletions(-)

diff --git a/python/Pygments/BUILD b/python/Pygments/BUILD
deleted file mode 100644
index 381ba27..0000000
--- a/python/Pygments/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-  python setup.py build &&
-  prepare_install &&
-  python setup.py install --root=/
-
-) > $C_FIFO 2>&1
diff --git a/python/Pygments/DEPENDS b/python/Pygments/DEPENDS
deleted file mode 100644
index 54f5789..0000000
--- a/python/Pygments/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends setuptools
diff --git a/python/Pygments/DETAILS b/python/Pygments/DETAILS
deleted file mode 100644
index 78806cb..0000000
--- a/python/Pygments/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=Pygments
-         VERSION=0.11.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://pypi.python.org/packages/source/P/$MODULE
-      SOURCE_VFY=sha1:1209029a1b06c779c523e71a33d096ec7f1237d1
-        WEB_SITE=http://pygments.org
-         ENTERED=20071008
-         UPDATED=20080915
-           SHORT="Python syntax highlighter"
-
-cat << EOF
-Pygments is a generic syntax highlighter for general use in all kinds of
-software such as forum systems, wikis or other applications that need to
-prettify source code.
-EOF
diff --git a/python/pygments/BUILD b/python/pygments/BUILD
new file mode 100644
index 0000000..5406d73
--- /dev/null
+++ b/python/pygments/BUILD
@@ -0,0 +1,6 @@
+(
+
+  python setup.py config &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/pygments/DEPENDS b/python/pygments/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/pygments/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS
new file mode 100644
index 0000000..f0f6c41
--- /dev/null
+++ b/python/pygments/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=pygments
+         VERSION=1.0
+          SOURCE=Pygments-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION
+      SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments/
+      SOURCE_VFY=sha1:b71e33147fc402e361227b30e1f589eecafd42a7
+        WEB_SITE=http://pygments.org/
+         ENTERED=20090525
+         UPDATED=20090525
+           SHORT="Syntax highlighter written in Python"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+This is the home of Pygments. It is a generic syntax highlighter for
+general use in all kinds of software such as forum systems, wikis or
+other applications that need to prettify source code. Highlights are:
+
+    * a wide range of common languages and markup formats is supported
+    * special attention is paid to details that increase highlighting
+      quality
+    * support for new languages and formats are added easily; most 
+      languages use a simple regex-based lexing mechanism
+    * a number of output formats is available, among them HTML, RTF, 
+      LaTeX and ANSI sequences
+    * it is usable as a command-line tool and as a library
+    * ... and it highlights even Brainf*ck!
+EOF


More information about the Lunar-commits mailing list