Date: Sun, 15 Mar 2009 16:51:18 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132653: [NEW PORT] devel/py-fabric: A simple pythonic remote deployment tool Message-ID: <20090315085119.0D34B48F404@yzlin.org> Resent-Message-ID: <200903150900.n2F902kL075109@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132653 >Category: ports >Synopsis: [NEW PORT] devel/py-fabric: A simple pythonic remote deployment tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 15 09:00:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.1-RELEASE-p1 amd64 >Organization: NCTU CS >Environment: System: FreeBSD yzlin 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #0: Tue Jan 13 19:02:22 CST 2009 >Description: Fabric is a simple pythonic remote deployment tool. It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.' This is called remote automation, and the primary use case is deploying applications to multiple similar hosts. WWW: http://www.nongnu.org/fab/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-fabric-0.1.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-fabric # py-fabric/pkg-descr # py-fabric/Makefile # py-fabric/distinfo # py-fabric/files # py-fabric/files/patch-setup.py # echo c - py-fabric mkdir -p py-fabric > /dev/null 2>&1 echo x - py-fabric/pkg-descr sed 's/^X//' >py-fabric/pkg-descr << '789c5cb77d4899e3a66e88af9749b55c' XFabric is a simple pythonic remote deployment tool. X XIt is designed to upload files to, and run shell commands on, a number Xof servers in parallel or serially. These commands are grouped in tasks X(regular python functions) and specified in a 'fabfile.' X XThis is called remote automation, and the primary use case is deploying Xapplications to multiple similar hosts. X XWWW: http://www.nongnu.org/fab/ 789c5cb77d4899e3a66e88af9749b55c echo x - py-fabric/Makefile sed 's/^X//' >py-fabric/Makefile << 'c99518522724f40f3cc5e5082bc0a310' X# New ports collection makefile for: py-fabric X# Date created: 2009-03-15 X# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> X# X# $FreeBSD$ X# X XPORTNAME= fabric XPORTVERSION= 0.1.0 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= Fabric-${PORTVERSION} X XMAINTAINER= yzlin@cs.nctu.edu.tw XCOMMENT= A simple pythonic remote deployment tool X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.6:${PORTSDIR}/security/py-paramiko X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_PKGNAME= Fabric X XPLIST_FILES= bin/fab \ X %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X X.include <bsd.port.mk> c99518522724f40f3cc5e5082bc0a310 echo x - py-fabric/distinfo sed 's/^X//' >py-fabric/distinfo << 'a20587702d491b5c2fb0703458eff578' XMD5 (Fabric-0.1.0.tar.gz) = 82bbaef1f59486a591de5b536629b504 XSHA256 (Fabric-0.1.0.tar.gz) = e67cd48f8e4d2a35ad1ee39bb876789bae3ec19f1001a1b7ec4f6a4d974628c1 XSIZE (Fabric-0.1.0.tar.gz) = 17005 a20587702d491b5c2fb0703458eff578 echo c - py-fabric/files mkdir -p py-fabric/files > /dev/null 2>&1 echo x - py-fabric/files/patch-setup.py sed 's/^X//' >py-fabric/files/patch-setup.py << 'a17b92c043e303222edc9b064320d4e4' X--- setup.py.orig X+++ setup.py X@@ -23,7 +23,7 @@ X author = 'Christian Vest Hansen', X author_email = 'karmazilla@gmail.com', X url = 'http://www.nongnu.org/fab/', X- install_requires = ['paramiko >=1.6, <2.0'], X+ #install_requires = ['paramiko >=1.6, <2.0'], X py_modules = ['fabric'], X entry_points = { X 'console_scripts': [ a17b92c043e303222edc9b064320d4e4 exit --- py-fabric-0.1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090315085119.0D34B48F404>