svn commit: r363833 - in head/textproc: . py-bugzillatools

Steve Wills swills at FreeBSD.org
Sat Aug 2 18:13:04 UTC 2014


Author: swills
Date: Sat Aug  2 18:13:03 2014
New Revision: 363833
URL: http://svnweb.freebsd.org/changeset/ports/363833
QAT: https://qat.redports.org/buildarchive/r363833/

Log:
  textproc/py-bugzillatools: add py-bugzillatools, command line tools for bugzilla

Added:
  head/textproc/py-bugzillatools/
  head/textproc/py-bugzillatools/Makefile   (contents, props changed)
  head/textproc/py-bugzillatools/distinfo   (contents, props changed)
  head/textproc/py-bugzillatools/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug  2 18:06:40 2014	(r363832)
+++ head/textproc/Makefile	Sat Aug  2 18:13:03 2014	(r363833)
@@ -1139,6 +1139,7 @@
     SUBDIR += py-Tempita
     SUBDIR += py-asciinema
     SUBDIR += py-asv
+    SUBDIR += py-bugzillatools
     SUBDIR += py-charade
     SUBDIR += py-chardet
     SUBDIR += py-cloud_sptheme

Added: head/textproc/py-bugzillatools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-bugzillatools/Makefile	Sat Aug  2 18:13:03 2014	(r363833)
@@ -0,0 +1,17 @@
+# Created by: Steve Wills <swills at freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	bugzillatools
+PORTVERSION=	0.5.3.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills at 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>

Added: head/textproc/py-bugzillatools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-bugzillatools/distinfo	Sat Aug  2 18:13:03 2014	(r363833)
@@ -0,0 +1,2 @@
+SHA256 (bugzillatools-0.5.3.1.tar.gz) = 3fe741542de1916e464a329d340cb51cc433afb88872033797e0d2a21ef0cb62
+SIZE (bugzillatools-0.5.3.1.tar.gz) = 41360

Added: head/textproc/py-bugzillatools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-bugzillatools/pkg-descr	Sat Aug  2 18:13:03 2014	(r363833)
@@ -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


More information about the svn-ports-all mailing list