ports/156909: py-fabric needs an update.

Alexandre Anriot alexandre at atlantilde.com
Mon May 9 16:10:09 UTC 2011


>Number:         156909
>Category:       ports
>Synopsis:       py-fabric needs an update.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 09 16:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexandre Anriot
>Release:        7.2-STABLE (amd64)
>Organization:
>Environment:
FreeBSD myhost 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 26 16:27:24 CEST 2010     root at myhost:/usr/obj/usr/src-7.2/sys/GENERIC  amd64
>Description:
A few fixes / improvements have been pushed in since Fabric 0.9.3, and 1.0.1 is more usable. Diff attached.
>How-To-Repeat:
/
>Fix:
/

Patch attached with submission follows:

diff -urN devel/py-fabric.orig/Makefile devel/py-fabric/Makefile
--- devel/py-fabric.orig/Makefile	2011-03-10 12:52:14.000000000 +0100
+++ devel/py-fabric/Makefile	2011-05-05 10:46:28.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fabric
-PORTVERSION=	0.9.3
-PORTEPOCH=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	http://code.fabfile.org/projects/fabric/files/ \
 		CHEESESHOP
@@ -20,7 +19,7 @@
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=1.9:${PORTSDIR}/security/py-pycrypto \
 		${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.6:${PORTSDIR}/security/py-paramiko
 
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	Fabric
 
diff -urN devel/py-fabric.orig/distinfo devel/py-fabric/distinfo
--- devel/py-fabric.orig/distinfo	2011-03-10 12:52:14.000000000 +0100
+++ devel/py-fabric/distinfo	2011-05-05 10:46:32.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (Fabric-0.9.3.tar.gz) = 2a4add4337c5f9d9bec5bf2c6fc0f5b40096401eb381bfdc84b84e1905f6e6e6
-SIZE (Fabric-0.9.3.tar.gz) = 89973
+SHA256 (Fabric-1.0.1.tar.gz) = 1241c9971a65674c742a5adf3700981dee3df53063cedf78bb231643d178092c
+SIZE (Fabric-1.0.1.tar.gz) = 132715
diff -urN devel/py-fabric.orig/files/patch-setup.py devel/py-fabric/files/patch-setup.py
--- devel/py-fabric.orig/files/patch-setup.py	2011-03-10 12:52:14.000000000 +0100
+++ devel/py-fabric/files/patch-setup.py	2011-05-05 10:52:23.000000000 +0200
@@ -1,10 +1,10 @@
---- setup.py.orig	2010-11-13 04:57:34.000000000 +0800
-+++ setup.py	2011-01-20 12:46:01.754034224 +0800
-@@ -38,7 +38,6 @@
+--- setup.py.orig	2011-05-05 10:51:52.000000000 +0200
++++ setup.py	2011-05-05 10:52:00.000000000 +0200
+@@ -37,7 +37,6 @@
      packages=find_packages(),
      test_suite='nose.collector',
      tests_require=['nose', 'fudge'],
--    install_requires=['pycrypto %s' % PYCRYPTO, 'paramiko >=1.7.6'],
+-    install_requires=['pycrypto >= 1.9', 'paramiko >=1.7.6'],
      entry_points={
          'console_scripts': [
              'fab = fabric.main:main',



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list