pkgsrc/security/py-urllib2-kerberos/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:45 wiz Exp $
#
DISTNAME= urllib2_kerberos-0.1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib2_kerberos/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bitbucket.org/tolsen/urllib2_kerberos
COMMENT= Kerberos over HTTP Negotiate/SPNEGO support for urllib2
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-kerberos>=1.1:../../security/py-kerberos
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"