[Lunar-commits] <moonbase-other> pygments: Readding to moonbase, will be a depends for tulip.

stumbles stumbles at lunar-linux.org
Wed Oct 17 13:14:11 CEST 2012


commit a70dedfc444ff038d1453c56420950ee12faec97
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 17 Oct 2012 04:14:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a70dedfc444ff038d1453c56420950ee12faec97

pygments: Readding to moonbase, will be a depends for tulip.
---
  python/pygments/BUILD   | +7/-0     
  python/pygments/DEPENDS | +2/-0     
  python/pygments/DETAILS | +26/-0    
  3 files changed, 35 insertions(+)

--- /dev/null
+++ b/python/pygments/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py config &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/pygments/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/pygments/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=pygments
+         VERSION=1.5
+          SOURCE=Pygments-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION
+      SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments
+      SOURCE_VFY=sha1:4fbd937fd5cebc79fa4b26d4cce0868c4eec5ec5
+        WEB_SITE=http://pygments.org
+         ENTERED=20090525
+         UPDATED=20121014
+           SHORT="Syntax highlighter written in Python"
+      MAINTAINER=jannis at lunar-linux.org
+
+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. 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