From 7c1aafbaa4d8590203b1b198a3a868fe008f66c2 Mon Sep 17 00:00:00 2001 From: koobs Date: Tue, 8 Jul 2014 07:05:54 +0000 Subject: [NEW] sysutils/py-ploy_fabric: Ploy plugin for integration with Fabric Ploy plugin for integration with Fabric WWW: http://github.com/ployground/ploy_fabric --- sysutils/Makefile | 1 + sysutils/py-ploy_fabric/Makefile | 24 ++++++++++++++++++++++++ sysutils/py-ploy_fabric/distinfo | 2 ++ sysutils/py-ploy_fabric/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 sysutils/py-ploy_fabric/Makefile create mode 100644 sysutils/py-ploy_fabric/distinfo create mode 100644 sysutils/py-ploy_fabric/pkg-descr (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index 2d111fd883ad..1599237144cb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -736,6 +736,7 @@ SUBDIR += py-ploy SUBDIR += py-ploy_ansible SUBDIR += py-ploy_ezjail + SUBDIR += py-ploy_fabric SUBDIR += py-plumbum SUBDIR += py-psutil SUBDIR += py-psutil121 diff --git a/sysutils/py-ploy_fabric/Makefile b/sysutils/py-ploy_fabric/Makefile new file mode 100644 index 000000000000..7f918595daf7 --- /dev/null +++ b/sysutils/py-ploy_fabric/Makefile @@ -0,0 +1,24 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= ploy_fabric +DISTVERSION= 1.0b4 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Ploy plugin for integration with Fabric + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.r9:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}fabric>=1.3.0:${PORTSDIR}/devel/py-fabric + +USES= zip +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include diff --git a/sysutils/py-ploy_fabric/distinfo b/sysutils/py-ploy_fabric/distinfo new file mode 100644 index 000000000000..e51c25ddd7fa --- /dev/null +++ b/sysutils/py-ploy_fabric/distinfo @@ -0,0 +1,2 @@ +SHA256 (ploy_fabric-1.0b4.zip) = 2ba4b122e23793326adcbbd168b5765e076c8f3ccc344800697fbf0fa2591b31 +SIZE (ploy_fabric-1.0b4.zip) = 11246 diff --git a/sysutils/py-ploy_fabric/pkg-descr b/sysutils/py-ploy_fabric/pkg-descr new file mode 100644 index 000000000000..ecc85ba03f01 --- /dev/null +++ b/sysutils/py-ploy_fabric/pkg-descr @@ -0,0 +1,3 @@ +Ploy plugin for integration with Fabric + +WWW: http://github.com/ployground/ploy_fabric -- cgit