aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-27 03:32:08 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-27 03:32:08 +0800
commit2d9734c9544ea585f196cc53aee1c7b64f88d544 (patch)
treed9de86eba3363d54c85193fd34898568e1821a18
parent996adb62b55dad8b930847c959297b85ee55c73a (diff)
downloadfreebsd-ports-2d9734c9544ea585f196cc53aee1c7b64f88d544.tar.gz
freebsd-ports-2d9734c9544ea585f196cc53aee1c7b64f88d544.tar.zst
freebsd-ports-2d9734c9544ea585f196cc53aee1c7b64f88d544.zip
New port: devel/py-coreschema: Core schema for the Core API
PR: 226942 Submitted by: Kai <freebsd_ports@k-worx.org>
Notes
Notes: svn path=/head/; revision=465629
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-coreschema/Makefile20
-rw-r--r--devel/py-coreschema/distinfo3
-rw-r--r--devel/py-coreschema/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e41ab28bd9e4..0f767e29f242 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4362,6 +4362,7 @@
SUBDIR += py-construct
SUBDIR += py-construct28
SUBDIR += py-contextlib2
+ SUBDIR += py-coreschema
SUBDIR += py-country
SUBDIR += py-cov-core
SUBDIR += py-coverage
diff --git a/devel/py-coreschema/Makefile b/devel/py-coreschema/Makefile
new file mode 100644
index 000000000000..e7fee8a4700b
--- /dev/null
+++ b/devel/py-coreschema/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= coreschema
+DISTVERSION= 0.0.4
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd_ports@k-worx.org
+COMMENT= Core schema for the Core API
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-coreschema/distinfo b/devel/py-coreschema/distinfo
new file mode 100644
index 000000000000..df7ec4bef551
--- /dev/null
+++ b/devel/py-coreschema/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522055356
+SHA256 (coreschema-0.0.4.tar.gz) = 9503506007d482ab0867ba14724b93c18a33b22b6d19fb419ef2d239dd4a1607
+SIZE (coreschema-0.0.4.tar.gz) = 10974
diff --git a/devel/py-coreschema/pkg-descr b/devel/py-coreschema/pkg-descr
new file mode 100644
index 000000000000..c546d94710b4
--- /dev/null
+++ b/devel/py-coreschema/pkg-descr
@@ -0,0 +1,4 @@
+Core schema for the Core API, a format independent Document Object Model for
+representing Web APIs.
+
+WWW: https://github.com/core-api/python-coreschema