mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
20 lines
612 B
Makefile
20 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/28 10:26:40 wiz Exp $
|
|
|
|
DISTNAME= cached-property-1.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cached-property/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pydanny/cached-property
|
|
COMMENT= Cached-property for decorating methods in classes
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128)
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 1.2.0
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|