Alternate keyring backend implementations for use with the keyring (security/py-keyring) package. Packaged by myself in pkgsrc-wip.
20 lines
573 B
Makefile
20 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/19 11:55:12 leot Exp $
|
|
|
|
DISTNAME= keyrings.alt-2.3
|
|
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"
|