1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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

This commit is contained in:
Steve Wills 2014-08-02 18:13:03 +00:00
parent 59f0859d16
commit 4384af61bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363833
4 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (bugzillatools-0.5.3.1.tar.gz) = 3fe741542de1916e464a329d340cb51cc433afb88872033797e0d2a21ef0cb62
SIZE (bugzillatools-0.5.3.1.tar.gz) = 41360

View File

@ -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