pkgsrc/security/py-cryptopp/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

22 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.19 2022/01/04 20:54:40 wiz Exp $
VERSION= 0.7.1
VERSION_HASH= 869544967005693312591928092448767568728501330214
DISTNAME= pycryptopp-${VERSION}.${VERSION_HASH}
PKGNAME= ${PYPKGPREFIX}-cryptopp-${VERSION}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptopp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://tahoe-lafs.org/trac/pycryptopp
COMMENT= Python wrapper for (and copy of parts of) crypto++
LICENSE= gnu-gpl-v2 OR mit
# or Transitive Grace Period Public Licence, version 1.0 or later
USE_LANGUAGES= c c++
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"