6ac522bc25
0.10.0 Python 2.6 and 3.3 have reached end-of-life and have been deprecated. Fix race condition when clearing cached parsed expressions.
20 lines
513 B
Makefile
20 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/05/13 05:02:51 adam Exp $
|
|
|
|
DISTNAME= jmespath-0.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jmespath/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jmespath/jmespath.py
|
|
COMMENT= Query language for JSON
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} jp.py jp-${PYVERSSUFFIX}.py || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|