pkgsrc-wip/py-attrs-strict/Makefile

17 lines
422 B
Makefile

# $NetBSD$
DISTNAME= attrs_strict-0.2.0
PKGNAME= ${PYPKGPREFIX}-attrs-strict-0.2.0
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/attrs_strict/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/bloomberg/attrs-strict
COMMENT= Provides runtime validation of attributes specified
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"