[csw-devel] SF.net SVN: gar:[16997] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Feb 5 14:06:21 CET 2012


Revision: 16997
          http://gar.svn.sourceforge.net/gar/?rev=16997&view=rev
Author:   dmichelsen
Date:     2012-02-05 13:06:21 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
lang-python/python-markdown: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python-markdown/trunk/Makefile
    csw/mgar/pkg/lang-python/python-markdown/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-python/python-markdown/

Modified: csw/mgar/pkg/lang-python/python-markdown/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pygments/trunk/Makefile	2012-02-01 18:13:41 UTC (rev 16968)
+++ csw/mgar/pkg/lang-python/python-markdown/trunk/Makefile	2012-02-05 13:06:21 UTC (rev 16997)
@@ -2,16 +2,22 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-NAME = Pygments
-VERSION = 1.4
+NAME = Markdown
+VERSION = 2.1.1
 CATEGORIES = python
 GARTYPE = v2
-DESCRIPTION = Syntax highlighting for Python
-PACKAGES = CSWpy-pygments
-ARCHALL_CSWpy-pygments = 1
+
+DESCRIPTION = Python implementation of Markdown
 define BLURB
 endef
+
 MASTER_SITES = $(PYPI_MIRROR)
 DISTFILES = $(DISTNAME).tar.gz
-CONFIGURE_ARGS = $(DIRPATHS)
+
+PACKAGES = CSWpy-markdown
+ARCHALL_CSWpy-markdown = 1
+
+# There is no testsuite
+TEST_SCRIPTS =
+
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/python-markdown/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pygments/trunk/checksums	2012-02-01 18:13:41 UTC (rev 16968)
+++ csw/mgar/pkg/lang-python/python-markdown/trunk/checksums	2012-02-05 13:06:21 UTC (rev 16997)
@@ -1 +1 @@
-d77ac8c93a7fb27545f2522abe9cc462  Pygments-1.4.tar.gz
+3f82d30c488e4b88b8f86eb1c9ad0da7  Markdown-2.1.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list