Date: Thu, 3 Nov 2016 00:18:13 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425178 - in head/devel: . py-fabric3 Message-ID: <201611030018.uA30IDPd073129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Nov 3 00:18:13 2016 New Revision: 425178 URL: https://svnweb.freebsd.org/changeset/ports/425178 Log: Fabric3 is a fork of Fabric to provide compatability with Python 3.4+. The port still works with Python 2.7. WWW: https://github.com/mathiasertl/fabric/ Added: head/devel/py-fabric3/ head/devel/py-fabric3/Makefile (contents, props changed) head/devel/py-fabric3/distinfo (contents, props changed) head/devel/py-fabric3/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 3 00:05:46 2016 (r425177) +++ head/devel/Makefile Thu Nov 3 00:18:13 2016 (r425178) @@ -4138,6 +4138,7 @@ SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric + SUBDIR += py-fabric3 SUBDIR += py-fake-factory SUBDIR += py-fam SUBDIR += py-fasteners Added: head/devel/py-fabric3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fabric3/Makefile Thu Nov 3 00:18:13 2016 (r425178) @@ -0,0 +1,21 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fabric3 +DISTVERSION= 1.12.post1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Fabric3-${DISTVERSION} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Python tool for remote execution and deployment + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-fabric3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fabric3/distinfo Thu Nov 3 00:18:13 2016 (r425178) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478132139 +SHA256 (Fabric3-1.12.post1.tar.gz) = 9b868ba64bd4bd7d6beac9dea0911de65f278628ab93ef7bee7f7ff32a8892ba +SIZE (Fabric3-1.12.post1.tar.gz) = 218077 Added: head/devel/py-fabric3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fabric3/pkg-descr Thu Nov 3 00:18:13 2016 (r425178) @@ -0,0 +1,4 @@ +Fabric3 is a fork of Fabric to provide compatability with Python 3.4+. +The port still works with Python 2.7. + +WWW: https://github.com/mathiasertl/fabric/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611030018.uA30IDPd073129>