svn commit: r358795 - in head/devel: . py-phabricator
Sofian Brabez
sbz at FreeBSD.org
Sun Jun 22 12:35:57 UTC 2014
Author: sbz
Date: Sun Jun 22 12:35:55 2014
New Revision: 358795
URL: http://svnweb.freebsd.org/changeset/ports/358795
QAT: https://qat.redports.org/buildarchive/r358795/
Log:
Python Phabricator Bindings for Conduit API.
WWW: https://pypi.python.org/pypi/phabricator
Added:
head/devel/py-phabricator/
head/devel/py-phabricator/Makefile (contents, props changed)
head/devel/py-phabricator/distinfo (contents, props changed)
head/devel/py-phabricator/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jun 22 12:28:01 2014 (r358794)
+++ head/devel/Makefile Sun Jun 22 12:35:55 2014 (r358795)
@@ -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
Added: head/devel/py-phabricator/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-phabricator/Makefile Sun Jun 22 12:35:55 2014 (r358795)
@@ -0,0 +1,19 @@
+# Created by: Sofian Brabez <sbz at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= phabricator
+PORTVERSION= 0.4.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sbz at FreeBSD.org
+COMMENT= Phabricator API Bindings
+
+LICENSE= APACHE20
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-phabricator/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-phabricator/distinfo Sun Jun 22 12:35:55 2014 (r358795)
@@ -0,0 +1,2 @@
+SHA256 (phabricator-0.4.0.tar.gz) = 12bfac85c4fada99852786d7e8c5383be0771a34cae0a0169bcbd6922eb15780
+SIZE (phabricator-0.4.0.tar.gz) = 12883
Added: head/devel/py-phabricator/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-phabricator/pkg-descr Sun Jun 22 12:35:55 2014 (r358795)
@@ -0,0 +1,3 @@
+Python Phabricator Bindings for Conduit API.
+
+WWW: https://pypi.python.org/pypi/phabricator
More information about the svn-ports-head
mailing list