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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Oct 19 15:02:08 CEST 2012


Revision: 19470
          http://gar.svn.sourceforge.net/gar/?rev=19470&view=rev
Author:   cgrzemba
Date:     2012-10-19 13:02:08 +0000 (Fri, 19 Oct 2012)
Log Message:
-----------
lang-python/urlgrabber/trunk: Initial commit

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

Added: csw/mgar/pkg/lang-python/urlgrabber/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/urlgrabber/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/urlgrabber/Makefile	2012-10-19 13:02:08 UTC (rev 19470)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/lang-python/urlgrabber/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/lang-python/urlgrabber/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/urlgrabber/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/urlgrabber/trunk/Makefile	2012-10-19 13:02:08 UTC (rev 19470)
@@ -0,0 +1,34 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = urlgrabber
+VERSION = 3.9.1
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Protocol-independant file-access
+define BLURB
+  urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do! 
+endef
+
+MASTER_SITES = http://urlgrabber.baseurl.org/download/
+DISTFILES  = $(DISTNAME).tar.gz
+LICENSE = LICENSE
+
+DEP_PKGS += CSWpython
+
+PACKAGES += 	CSWpy-urlgrabber
+ARCHALL_CSWpy-urlgrabber = 1
+
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS = --root=$(DESTDIR)
+
+# CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/lang-python/urlgrabber/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/urlgrabber/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/urlgrabber/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/urlgrabber/trunk/checksums	2012-10-19 13:02:08 UTC (rev 19470)
@@ -0,0 +1 @@
+00c8359bf71062d0946bacea521f80b4  urlgrabber-3.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