diff --git a/textproc/Makefile b/textproc/Makefile index 242e3f12ce4f..06b5a9e94033 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 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 +# $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 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