pkgsrc/net/py-rt/Makefile
leot 414fe6927b py-rt: Gracefully handle noop edit_ticket()
In RT 4 when edit_ticket() is invoked but the ticket is not modified an empty
response is sent.  Gracefully treat it as a successfull operation.

PKGREVISION++
2019-06-19 10:51:54 +00:00

22 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/06/19 10:51:54 leot Exp $
DISTNAME= rt-1.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rt/}
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://github.com/CZ-NIC/python-rt
COMMENT= Python interface to Request Tracker API
LICENSE= gnu-gpl-v3
DIST_SUBDIR= py-rt # XXX: avoid possible conflicts with devel/rt{3,}
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"