View | Details | Raw Unified | Return to bug 264362 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-jschema_to_python/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	jschema_to_python
2
DISTVERSION=	1.2.3
3
CATEGORIES=	devel python
4
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
6
MAINTAINER=	nork@ninth-nine.com
7
COMMENT=	Generate Python classes from a JSON schema.
8
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
16
17
USES=		python:3.6+
18
USE_PYTHON=	autoplist concurrent distutils
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	microsoft
22
GH_PROJECT=	${PORTNAME:C/_/-/g}
23
24
NO_ARCH=	yes
25
26
.include <bsd.port.mk>
(-)devel/py-jschema_to_python/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1653840857
2
SHA256 (microsoft-jschema-to-python-1.2.3_GH0.tar.gz) = bd21ab2f541fdae809bdfd40d1f718e6bd4ee43c92eea0c99956df20a8d877d6
3
SIZE (microsoft-jschema-to-python-1.2.3_GH0.tar.gz) = 8727
(-)devel/py-jschema_to_python/files/patch-setup.cfg (+23 lines)
Added Link Here
1
--- setup.cfg.orig	2019-10-05 19:50:42 UTC
2
+++ setup.cfg
3
@@ -1,10 +1,10 @@
4
 [metadata]
5
 name = jschema_to_python
6
 author = Microsoft Corporation
7
-author-email = v-lgold@microsoft.com
8
+author_email = v-lgold@microsoft.com
9
 summary = Generate source code for Python classes from a JSON schema.
10
-home-page = https://github.com/microsoft/jschema-to-python
11
-description-file = README.rst
12
+home_page = https://github.com/microsoft/jschema-to-python
13
+description_file = README.rst
14
 license = MIT
15
 classifier =
16
     Development Status :: 5 - Production/Stable
17
@@ -25,4 +25,4 @@ install_requires =
18
 
19
 [files]
20
 packages =
21
-    jschema_to_python
22
\ No newline at end of file
23
+    jschema_to_python
(-)devel/py-jschema_to_python/pkg-descr (+3 lines)
Added Link Here
1
Generate Python classes from a JSON schema.
2
3
WWW: https://pypi.org/project/jschema-to-python/

Return to bug 264362