diff options
author | sbz <sbz@FreeBSD.org> | 2014-06-22 20:35:55 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2014-06-22 20:35:55 +0800 |
commit | eee5faeb51eaba535c64a82ea72c9954e1cf74ae (patch) | |
tree | 6daf1ad93d240c874ada82a7a7111fbccbf8c032 /devel | |
parent | 812d121eb37c5f074e044abb6812e472e62d631d (diff) | |
download | freebsd-ports-gnome-eee5faeb51eaba535c64a82ea72c9954e1cf74ae.tar.gz freebsd-ports-gnome-eee5faeb51eaba535c64a82ea72c9954e1cf74ae.tar.zst freebsd-ports-gnome-eee5faeb51eaba535c64a82ea72c9954e1cf74ae.zip |
Python Phabricator Bindings for Conduit API.
WWW: https://pypi.python.org/pypi/phabricator
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-phabricator/Makefile | 19 | ||||
-rw-r--r-- | devel/py-phabricator/distinfo | 2 | ||||
-rw-r--r-- | devel/py-phabricator/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cdf742b380a8..99dbab96b336 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3751,6 +3751,7 @@ SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period + SUBDIR += py-phabricator SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pip diff --git a/devel/py-phabricator/Makefile b/devel/py-phabricator/Makefile new file mode 100644 index 000000000000..479560428e26 --- /dev/null +++ b/devel/py-phabricator/Makefile @@ -0,0 +1,19 @@ +# Created by: Sofian Brabez <sbz@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= phabricator +PORTVERSION= 0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Phabricator API Bindings + +LICENSE= APACHE20 + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/py-phabricator/distinfo b/devel/py-phabricator/distinfo new file mode 100644 index 000000000000..c4df24e0d4f7 --- /dev/null +++ b/devel/py-phabricator/distinfo @@ -0,0 +1,2 @@ +SHA256 (phabricator-0.4.0.tar.gz) = 12bfac85c4fada99852786d7e8c5383be0771a34cae0a0169bcbd6922eb15780 +SIZE (phabricator-0.4.0.tar.gz) = 12883 diff --git a/devel/py-phabricator/pkg-descr b/devel/py-phabricator/pkg-descr new file mode 100644 index 000000000000..a25e872d29ec --- /dev/null +++ b/devel/py-phabricator/pkg-descr @@ -0,0 +1,3 @@ +Python Phabricator Bindings for Conduit API. + +WWW: https://pypi.python.org/pypi/phabricator |