pkgsrc/net/py-rt/Makefile
leot e92b6f0475 py-rt: Update to 2.1.1
Changes:
2.1.1
-----
- Fix support for custom field values containing newlines in API responses (#10, #11)
  (the previous change in v1.0.11 fixed API requests) (#64)
2021-04-17 09:43:54 +00:00

24 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/04/17 09:43:54 leot Exp $
DISTNAME= rt-2.1.1
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
# Only for Python 3
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"