SF.net SVN: gar:[25307] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 23 10:21:07 CEST 2015
Revision: 25307
http://sourceforge.net/p/gar/code/25307
Author: dmichelsen
Date: 2015-10-23 08:21:06 +0000 (Fri, 23 Oct 2015)
Log Message:
-----------
lang-python/supervisor/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/supervisor/
csw/mgar/pkg/lang-python/supervisor/Makefile
csw/mgar/pkg/lang-python/supervisor/branches/
csw/mgar/pkg/lang-python/supervisor/tags/
csw/mgar/pkg/lang-python/supervisor/trunk/
csw/mgar/pkg/lang-python/supervisor/trunk/Makefile
csw/mgar/pkg/lang-python/supervisor/trunk/checksums
csw/mgar/pkg/lang-python/supervisor/trunk/files/
Added: csw/mgar/pkg/lang-python/supervisor/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/supervisor/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/supervisor/Makefile 2015-10-23 08:21:06 UTC (rev 25307)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/supervisor/trunk
===================================================================
--- csw/mgar/pkg/lang-python/supervisor/trunk 2015-10-22 14:40:10 UTC (rev 25306)
+++ csw/mgar/pkg/lang-python/supervisor/trunk 2015-10-23 08:21:06 UTC (rev 25307)
Property changes on: csw/mgar/pkg/lang-python/supervisor/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/supervisor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/supervisor/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/supervisor/trunk/Makefile 2015-10-23 08:21:06 UTC (rev 25307)
@@ -0,0 +1,30 @@
+# $Id$
+
+NAME = supervisor
+VERSION = 3.1.3
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = A system for controlling process state under UNIX
+
+DISTFILES = $(DISTNAME).tar.gz
+VENDOR_URL = http://supervisord.org
+
+# No need for Python 2.6, this is an application package
+MODULATIONS_PYTHON_VERSION = 2_7
+
+# Package name according to website
+PACKAGES += CSWsupervisord
+SPKG_DESC_CSWsupervisord = A system for controlling process state under UNIX
+# PKGFILES is catchall
+ARCHALL_CSWsupervisord = 1
+CHECKPKG_OVERRIDES_CSWsupervisord += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWsupervisord += catalogname-does-not-start-with-py_
+
+REINPLACE_USRLOCAL += supervisor/options.py
+REINPLACE_USRLOCAL += supervisor/tests/base.py
+
+# We get a ECONNREFUSED because of priviledged port
+SKIPTEST ?= 1
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/supervisor/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/supervisor/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/supervisor/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/supervisor/trunk/checksums 2015-10-23 08:21:06 UTC (rev 25307)
@@ -0,0 +1 @@
+aad263c4fbc070de63dd354864d5e552 supervisor-3.1.3.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