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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Sep 15 13:19:46 CEST 2013


Revision: 21941
          http://gar.svn.sourceforge.net/gar/?rev=21941&view=rev
Author:   wahwah
Date:     2013-09-15 11:19:45 +0000 (Sun, 15 Sep 2013)
Log Message:
-----------
pkg/lang-python/lockfile: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/lockfile/
    csw/mgar/pkg/lang-python/lockfile/Makefile
    csw/mgar/pkg/lang-python/lockfile/branches/
    csw/mgar/pkg/lang-python/lockfile/tags/
    csw/mgar/pkg/lang-python/lockfile/trunk/Makefile
    csw/mgar/pkg/lang-python/lockfile/trunk/checksums
    csw/mgar/pkg/lang-python/lockfile/trunk/files/

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/lockfile/Makefile
    csw/mgar/pkg/lang-python/lockfile/branches/
    csw/mgar/pkg/lang-python/lockfile/tags/
    csw/mgar/pkg/lang-python/lockfile/trunk/Makefile
    csw/mgar/pkg/lang-python/lockfile/trunk/checksums
    csw/mgar/pkg/lang-python/lockfile/trunk/files/

Deleted: csw/mgar/pkg/lang-python/lockfile/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-markdown/Makefile	2013-08-14 13:51:47 UTC (rev 21736)
+++ csw/mgar/pkg/lang-python/lockfile/Makefile	2013-09-15 11:19:45 UTC (rev 21941)
@@ -1,15 +0,0 @@
-# vim: ft=make ts=4 sw=4 noet
-
-default:
-	@echo "You are in the pkg/ directory."
-
-%:
-	$(MAKE) -C trunk $* 
-
-paranoid-%:
-	$(MAKE) -C trunk $* || exit 2 
-
-export BUILDLOG ?= $(shell pwd)/buildlog.txt
-
-report-%:
-	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Copied: csw/mgar/pkg/lang-python/lockfile/Makefile (from rev 20848, csw/mgar/pkg/lang-python/python-markdown/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/lockfile/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/lockfile/Makefile	2013-09-15 11:19:45 UTC (rev 21941)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Deleted: csw/mgar/pkg/lang-python/lockfile/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-markdown/trunk/Makefile	2013-08-14 13:51:47 UTC (rev 21736)
+++ csw/mgar/pkg/lang-python/lockfile/trunk/Makefile	2013-09-15 11:19:45 UTC (rev 21941)
@@ -1,25 +0,0 @@
-# Copyright 2009 OpenCSW
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-NAME = Markdown
-VERSION = 2.3.1
-CATEGORIES = python
-GARTYPE = v2
-
-DESCRIPTION = Python implementation of Markdown
-
-PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
-
-MASTER_SITES = $(PYPI_MIRROR)
-DISTFILES = $(DISTNAME).tar.gz
-
-VENDOR_URL = http://www.freewisdom.org/projects/python-markdown/
-
-PACKAGES = CSWpy-markdown
-ARCHALL_CSWpy-markdown = 1
-
-# There is no testsuite
-TEST_SCRIPTS =
-
-include gar/category.mk

Copied: csw/mgar/pkg/lang-python/lockfile/trunk/Makefile (from rev 21045, csw/mgar/pkg/lang-python/python-markdown/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/lockfile/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/lockfile/trunk/Makefile	2013-09-15 11:19:45 UTC (rev 21941)
@@ -0,0 +1,23 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = lockfile
+VERSION = 0.9.1
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Platform-independent file locking module
+
+PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
+
+DISTFILES = $(DISTNAME).tar.gz
+
+VENDOR_URL = https://pypi.python.org/pypi/lockfile
+
+ARCHALL_CSWpy-lockfile = 1
+
+# There is no testsuite
+TEST_SCRIPTS =
+
+include gar/category.mk

Deleted: csw/mgar/pkg/lang-python/lockfile/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-markdown/trunk/checksums	2013-08-14 13:51:47 UTC (rev 21736)
+++ csw/mgar/pkg/lang-python/lockfile/trunk/checksums	2013-09-15 11:19:45 UTC (rev 21941)
@@ -1 +0,0 @@
-82f6828ec2292dda52fc38b743776bc6  Markdown-2.3.1.tar.gz

Copied: csw/mgar/pkg/lang-python/lockfile/trunk/checksums (from rev 21045, csw/mgar/pkg/lang-python/python-markdown/trunk/checksums)
===================================================================
--- csw/mgar/pkg/lang-python/lockfile/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/lockfile/trunk/checksums	2013-09-15 11:19:45 UTC (rev 21941)
@@ -0,0 +1 @@
+ce61468d4c1263e3005737bbed2641f0  lockfile-0.9.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