83c88ab8ec
3.1.1 Trap AttributeError in Gnome backend as in some environments it seems that will happen. Fix issue where a backslash in the service name would cause errors on Registry backend on Windows. 3.1 ``keyrings.alt`` no longer depends on the ``keyring.util.escape`` module. 3.0 ``keyrings`` namespace should now use the pkgutil native technique rather than relying on pkg_resources. 2.4 File based backends now reject non-string types for passwords.
19 lines
574 B
Makefile
19 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/20 16:51:25 adam Exp $
|
|
|
|
DISTNAME= keyrings.alt-3.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/keyrings.alt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jaraco/keyrings.alt
|
|
COMMENT= Alternate keyring implementations
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|