aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-bugzillatools
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-08-02 18:13:03 +0000
committerSteve Wills <swills@FreeBSD.org>2014-08-02 18:13:03 +0000
commit4384af61bbbd30f023a8add258d3c7a6cee14598 (patch)
tree3c40e182247ab31267d951d05da1678f3c4982bb /textproc/py-bugzillatools
parent59f0859d16f14985bbababf1137d78732586a80b (diff)
downloadports-4384af61bbbd30f023a8add258d3c7a6cee14598.tar.gz
ports-4384af61bbbd30f023a8add258d3c7a6cee14598.zip
textproc/py-bugzillatools: add py-bugzillatools, command line tools for bugzilla
Notes
Notes: svn path=/head/; revision=363833
Diffstat (limited to 'textproc/py-bugzillatools')
-rw-r--r--textproc/py-bugzillatools/Makefile17
-rw-r--r--textproc/py-bugzillatools/distinfo2
-rw-r--r--textproc/py-bugzillatools/pkg-descr5
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/py-bugzillatools/Makefile b/textproc/py-bugzillatools/Makefile
new file mode 100644
index 000000000000..01e5733fe6a7
--- /dev/null
+++ b/textproc/py-bugzillatools/Makefile
@@ -0,0 +1,17 @@
+# Created by: Steve Wills <swills@freebsd.org>
+# $FreeBSD$
+
+PORTNAME= bugzillatools
+PORTVERSION= 0.5.3.1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= Tool for interacting with the Bugzilla bug tracking system
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-bugzillatools/distinfo b/textproc/py-bugzillatools/distinfo
new file mode 100644
index 000000000000..a72fa69ea083
--- /dev/null
+++ b/textproc/py-bugzillatools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (bugzillatools-0.5.3.1.tar.gz) = 3fe741542de1916e464a329d340cb51cc433afb88872033797e0d2a21ef0cb62
+SIZE (bugzillatools-0.5.3.1.tar.gz) = 41360
diff --git a/textproc/py-bugzillatools/pkg-descr b/textproc/py-bugzillatools/pkg-descr
new file mode 100644
index 000000000000..b91ccaddbb6a
--- /dev/null
+++ b/textproc/py-bugzillatools/pkg-descr
@@ -0,0 +1,5 @@
+bugzillatools consists of the bugzilla CLI program and a Python library for
+interacting with the Bugzilla bug tracking system, and plugins for version
+control systems that enable interaction with Bugzilla installations.
+
+WWW: https://github.com/frasertweedale/bugzillatools