pkgsrc/net/py-rt/Makefile
leot 774a14d506 py-rt: Import py-rt-1.0.11 as wip/py-rt
Python implementation of Request Tracker REST API.
2018-09-15 10:53:31 +00:00

21 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/09/15 10:53:31 leot Exp $
DISTNAME= rt-1.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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"