4e7963ddd9
py-gssapi is no longer compatible with Python 2.7.
21 lines
644 B
Makefile
21 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/07/05 00:45:19 gutteridge Exp $
|
|
|
|
DISTNAME= requests-gssapi-1.2.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-gssapi/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pythongssapi/requests-gssapi
|
|
COMMENT= Python requests GSSAPI authentication library
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
|
|
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-gssapi
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|