blob: 2fa0cf0c3ecc95a2d897fcabfcec0f8b5831419d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= jsonrpclib-pelix
PORTVERSION= 0.4.3.4
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= JSON-RPC over HTTP that mirrors xmlrpclib syntax
WWW= https://pypi.org/project/jsonrpclib-pelix/
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>
|