SF.net SVN: gar:[25285] csw/mgar/pkg/lang-python
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Oct 8 15:27:24 CEST 2015
Revision: 25285
http://sourceforge.net/p/gar/code/25285
Author: cgrzemba
Date: 2015-10-08 13:27:24 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
lang-python/urwid/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/urwid/
csw/mgar/pkg/lang-python/urwid/Makefile
csw/mgar/pkg/lang-python/urwid/branches/
csw/mgar/pkg/lang-python/urwid/tags/
csw/mgar/pkg/lang-python/urwid/trunk/
csw/mgar/pkg/lang-python/urwid/trunk/Makefile
csw/mgar/pkg/lang-python/urwid/trunk/checksums
csw/mgar/pkg/lang-python/urwid/trunk/files/
Added: csw/mgar/pkg/lang-python/urwid/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/urwid/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/urwid/Makefile 2015-10-08 13:27:24 UTC (rev 25285)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/urwid/trunk
===================================================================
--- csw/mgar/pkg/lang-python/urwid/trunk 2015-10-08 09:43:40 UTC (rev 25284)
+++ csw/mgar/pkg/lang-python/urwid/trunk 2015-10-08 13:27:24 UTC (rev 25285)
Property changes on: csw/mgar/pkg/lang-python/urwid/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/urwid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/urwid/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/urwid/trunk/Makefile 2015-10-08 13:27:24 UTC (rev 25285)
@@ -0,0 +1,34 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = urwid
+OWNER = wardi
+VERSION = release-1.3.0
+GIT_TAG = release-$(VERSION)
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Urwid is a console user interface library
+define BLURB
+endef
+
+# git at github.com:geopy/geopy.git
+# GIT_REPOS = http://github.com/$(NAME)/$(NAME).git
+GIT_REPOS = git://github.com/$(OWNER)/$(NAME).git
+# proxy: only for URI git, need socat
+# GIT_USE_PROXY = 1
+GIT_TREEISH_pycarddav.git = $(GIT_TAG)
+
+LICENSE = COPYING
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+RUNTIME_DEP_PKGS_CSWpy-urwid += CSWlibpython2-7-1-0
+RUNTIME_DEP_PKGS_CSWpy-urwid += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-urwid += CSWlibgcc-s1
+
+SKIPTEST = 1
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/lang-python/urwid/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/urwid/trunk/checksums
===================================================================
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