pkgsrc/security/py-keyring/Makefile
wiz ad606e3f28 Update to 4.0:
---
4.0
---

* Removed ``keyring_path`` parameter from ``load_keyring``. See release notes
  for 3.0.3 for more details.
* Issue #22: Removed support for loading the config from the current
  directory. The config file must now be located in the platform-specific
  config location.
2014-08-05 19:22:42 +00:00

18 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/08/05 19:22:42 wiz Exp $
DISTNAME= keyring-4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= http://pypi.python.org/packages/source/k/keyring/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc.gnome@gmail.com
HOMEPAGE= https://pypi.python.org/pypi/keyring
COMMENT= Store and access your passwords safely
LICENSE= python-software-foundation
REPLACE_PYTHON+= keyring/cli.py
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"