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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Apr 14 00:36:43 CEST 2011


Revision: 14169
          http://gar.svn.sourceforge.net/gar/?rev=14169&view=rev
Author:   skayser
Date:     2011-04-13 22:36:43 +0000 (Wed, 13 Apr 2011)

Log Message:
-----------
lang-python/twill: initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/twill/
    csw/mgar/pkg/lang-python/twill/branches/
    csw/mgar/pkg/lang-python/twill/tags/
    csw/mgar/pkg/lang-python/twill/trunk/
    csw/mgar/pkg/lang-python/twill/trunk/Makefile
    csw/mgar/pkg/lang-python/twill/trunk/checksums
    csw/mgar/pkg/lang-python/twill/trunk/files/
    csw/mgar/pkg/lang-python/twill/trunk/files/changelog.CSW


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


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2


Added: csw/mgar/pkg/lang-python/twill/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/twill/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/twill/trunk/Makefile	2011-04-13 22:36:43 UTC (rev 14169)
@@ -0,0 +1,35 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = twill
+VERSION = 0.9
+CATEGORIES = python
+
+DESCRIPTION = An easy to use web automation kit
+define BLURB
+  Twill is a simple scripting language intended for programmatic or
+  automated browsing of Web sites. It allows users to browse the Web from
+  a command-line interface. So, you can navigate through Web sites that
+  use forms, cookies, and most standard Web features. 
+endef
+
+VENDOR_URL   = http://twill.idyll.org/
+MASTER_SITES = http://darcs.idyll.org/~t/projects/
+DISTFILES    = $(DISTNAME).tar.gz
+DISTFILES   += changelog.CSW
+
+UPSTREAM_MASTER_SITES = $(VENDOR_URL)
+LICENSE = doc/LICENSE.txt
+ARCHALL = 1
+
+# The the suite is a bit b0rked WRT to our behind-proxy-setup. It needs
+# to have an unset http_proxy in order to access it's own test server
+# on http://localhost:8080, but then tries to access http://google.com
+# for other tests. 2 out of 36 tests fail.
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+# Use TEST_ENV directly. EXTRA_TEST_EXPORTS would see the non-overridable
+# $(http_proxy) from /etc/opt/csw/garrc (at least on the buildfarm)
+TEST_ENV += http_proxy=""


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

Added: csw/mgar/pkg/lang-python/twill/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/twill/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/twill/trunk/checksums	2011-04-13 22:36:43 UTC (rev 14169)
@@ -0,0 +1 @@
+c362307616696f4838e9456c42b70fdc  twill-0.9.tar.gz

Added: csw/mgar/pkg/lang-python/twill/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/twill/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/lang-python/twill/trunk/files/changelog.CSW	2011-04-13 22:36:43 UTC (rev 14169)
@@ -0,0 +1,5 @@
+py_twill (0.9,REV=2011.04.14)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu, 14 Apr 2011 00:29:32 +0200


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