View | Details | Raw Unified | Return to bug 234883
Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 4641-4646 Link Here
4641
    SUBDIR += py-jsonrpclib
4641
    SUBDIR += py-jsonrpclib
4642
    SUBDIR += py-jsonrpclib-pelix
4642
    SUBDIR += py-jsonrpclib-pelix
4643
    SUBDIR += py-jsonschema
4643
    SUBDIR += py-jsonschema
4644
    SUBDIR += py-jsonsir
4644
    SUBDIR += py-jupyter_client
4645
    SUBDIR += py-jupyter_client
4645
    SUBDIR += py-jupyter_console
4646
    SUBDIR += py-jupyter_console
4646
    SUBDIR += py-jupyter_core
4647
    SUBDIR += py-jupyter_core
(-)devel/py-jsonsir/Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	jsonsir
4
PORTVERSION=	0.0.2
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	python@FreeBSD.org
9
COMMENT=	Serializer for JSON-like data in Python
10
11
LICENSE=	MIT
12
13
USES=		python
14
USE_PYTHON=	distutils autoplist
15
16
USE_GITHUB=	yes
17
18
GH_ACCOUNT=	RussellLuo
19
GH_PROJECT=	jsonsir
20
GH_TAGNAME=	af866cb
21
22
.include <bsd.port.mk>
(-)devel/py-jsonsir/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1547201442
2
SHA256 (RussellLuo-jsonsir-0.0.2-af866cb_GH0.tar.gz) = f6ecae04e48aaf47d11a99d842e49fa0af9e5573ba53150be72561f9fa330518
3
SIZE (RussellLuo-jsonsir-0.0.2-af866cb_GH0.tar.gz) = 2907
(-)devel/py-jsonsir/pkg-descr (+3 lines)
Line 0 Link Here
1
A serializer for JSON-like data in Python.
2
3
WWW: https://github.com/RussellLuo/jsonsir

Return to bug 234883