SF.net SVN: gar:[23428] csw/mgar/pkg/lang-python/fabric/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Apr 18 21:50:11 CEST 2014


Revision: 23428
          http://sourceforge.net/p/gar/code/23428
Author:   dmichelsen
Date:     2014-04-18 19:50:09 +0000 (Fri, 18 Apr 2014)
Log Message:
-----------
lang-python/fabric/trunk: Update to 1.8.3

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/fabric/trunk/Makefile
    csw/mgar/pkg/lang-python/fabric/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/lang-python/fabric/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/Makefile	2014-04-18 17:49:46 UTC (rev 23427)
+++ csw/mgar/pkg/lang-python/fabric/trunk/Makefile	2014-04-18 19:50:09 UTC (rev 23428)
@@ -1,8 +1,8 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-NAME = fabric
-VERSION = 1.0.1
+NAME = Fabric
+VERSION = 1.8.3
 GARTYPE = v2
 CATEGORIES = python
 
@@ -16,10 +16,22 @@
   prompting the running user for input, or aborting execution.
 endef
 
-MASTER_SITES = http://code.fabfile.org/projects/fabric/files/
-DISTNAME     = Fabric-$(VERSION)
-DISTFILES    = $(DISTNAME).tar.gz
+MASTER_SITES = $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+VENDOR_URL = http://www.fabfile.org
 
+BUILD_DEP_PKGS += CSWpy-paramiko
+
+# Skip 2.6 as it fails 'with path'
+MODULATIONS_PYTHON_VERSION = 2_7
+
+PACKAGES += CSWpy-fabric
+ARCHALL_CSWpy-fabric = 1
+# As listed as dependencies
+RUNTIME_DEP_PKGS_CSWpy-fabric += CSWpy-paramiko
+CHECKPKG_OVERRIDES_CSWpy-fabric += surplus-dependency|CSWpy-paramiko
+# Doesn't work on 2.6
+CHECKPKG_OVERRIDES_CSWpy-fabric += python-package-missing-py26-files
+
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/fabric/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/checksums	2014-04-18 17:49:46 UTC (rev 23427)
+++ csw/mgar/pkg/lang-python/fabric/trunk/checksums	2014-04-18 19:50:09 UTC (rev 23428)
@@ -1 +1 @@
-2d8bc8055be51e4fd4247ceac8b79c05  Fabric-1.0.1.tar.gz
+02ce0ad4657f2d0ab6497a8fd3a09c2c  Fabric-1.8.3.tar.gz

Deleted: csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW	2014-04-18 17:49:46 UTC (rev 23427)
+++ csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW	2014-04-18 19:50:09 UTC (rev 23428)
@@ -1,5 +0,0 @@
-fabric (1.0.1,REV=2011.06.16)
-
-  * Initial release.
-
- -- Sebastian Kayser <skayser at opencsw.org>  Thu, 16 Jun 2011 12:21:04 +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