530b694e96
1.5.1: Added formal support for Python 3.7 Removed formal support for Python 3.3
18 lines
535 B
Makefile
18 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/11/02 11:54:13 adam Exp $
|
|
|
|
DISTNAME= cached-property-1.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cached-property/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pydanny/cached-property
|
|
COMMENT= Decorator for caching properties in classes
|
|
LICENSE= modified-bsd
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|