bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
25 lines
671 B
Makefile
25 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:32 wiz Exp $
|
|
|
|
DISTNAME= rt-2.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|