Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 19:32:08 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465629 - in head/devel: . py-coreschema
Message-ID:  <201803261932.w2QJW88f089563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Mar 26 19:32:08 2018
New Revision: 465629
URL: https://svnweb.freebsd.org/changeset/ports/465629

Log:
  New port: devel/py-coreschema: Core schema for the Core API
  
  PR:		226942
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Added:
  head/devel/py-coreschema/
  head/devel/py-coreschema/Makefile   (contents, props changed)
  head/devel/py-coreschema/distinfo   (contents, props changed)
  head/devel/py-coreschema/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 26 19:29:42 2018	(r465628)
+++ head/devel/Makefile	Mon Mar 26 19:32:08 2018	(r465629)
@@ -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

Added: head/devel/py-coreschema/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coreschema/Makefile	Mon Mar 26 19:32:08 2018	(r465629)
@@ -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>

Added: head/devel/py-coreschema/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coreschema/distinfo	Mon Mar 26 19:32:08 2018	(r465629)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522055356
+SHA256 (coreschema-0.0.4.tar.gz) = 9503506007d482ab0867ba14724b93c18a33b22b6d19fb419ef2d239dd4a1607
+SIZE (coreschema-0.0.4.tar.gz) = 10974

Added: head/devel/py-coreschema/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-coreschema/pkg-descr	Mon Mar 26 19:32:08 2018	(r465629)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803261932.w2QJW88f089563>