bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
17 lines
484 B
Makefile
17 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:41 wiz Exp $
|
|
|
|
DISTNAME= itsdangerous-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itsdangerous/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/itsdangerous/
|
|
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"
|