2022-01-04 21:53:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:41 wiz Exp $
|
2013-06-14 11:41:01 +02:00
|
|
|
|
2018-11-10 18:27:36 +01:00
|
|
|
DISTNAME= itsdangerous-1.1.0
|
2013-06-14 11:41:01 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2022-01-04 21:53:26 +01:00
|
|
|
PKGREVISION= 1
|
2013-06-14 11:41:01 +02:00
|
|
|
CATEGORIES= security python
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itsdangerous/}
|
2013-06-14 11:41:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
2019-07-09 13:29:30 +02:00
|
|
|
HOMEPAGE= https://pythonhosted.org/itsdangerous/
|
2013-06-14 11:41:01 +02:00
|
|
|
COMMENT= Helpers to pass trusted data to untrusted environments and back
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|