py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@
29 lines
465 B
Makefile
29 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:26 kmos Exp $
|
|
|
|
COMMENT= extract elements from a JSON document
|
|
|
|
MODPY_EGG_VERSION= 0.10.0
|
|
DISTNAME= jmespath-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/jmespath/jmespath.py
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR ?=
|
|
|
|
post-install:
|
|
rm ${PREFIX}/bin/jp.py
|
|
|
|
.include <bsd.port.mk>
|