pkgsrc/security/py-simplesha3/Makefile
wiz 1329bbaab1 Import py-simplesha3-2015.09.22.post1 as security/py-simplesha3.
This is a modified version of Daniel J. Bernstein's simplesha3
Python library that works in Python 3 in addition to the Python 2
of the original. This modified version is also available on pypi.
2015-12-27 22:26:23 +00:00

15 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/12/27 22:26:23 wiz Exp $
DISTNAME= simplesha3-2015.09.22.post1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplesha3/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dlitz.net/software/pycrypto/
COMMENT= Simple SHA-3 implementation for Python
LICENSE= public-domain
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"