svn commit: r436023 - in head/devel: . py-ramlfications
Michael Gmelin
grembo at FreeBSD.org
Sun Mar 12 20:15:42 UTC 2017
Author: grembo
Date: Sun Mar 12 20:15:40 2017
New Revision: 436023
URL: https://svnweb.freebsd.org/changeset/ports/436023
Log:
Add py-ramlfications 0.1.9, python parser for RAML.
PR: 217698
Submitted by: Michael Gmelin <grembo at FreeBSD.org>
Added:
head/devel/py-ramlfications/
head/devel/py-ramlfications/Makefile (contents, props changed)
head/devel/py-ramlfications/distinfo (contents, props changed)
head/devel/py-ramlfications/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Mar 12 20:10:50 2017 (r436022)
+++ head/devel/Makefile Sun Mar 12 20:15:40 2017 (r436023)
@@ -4628,6 +4628,7 @@
SUBDIR += py-qt5-qscintilla2
SUBDIR += py-qt5-test
SUBDIR += py-qtconsole
+ SUBDIR += py-ramlfications
SUBDIR += py-rauth
SUBDIR += py-raven
SUBDIR += py-rcsparse
Added: head/devel/py-ramlfications/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-ramlfications/Makefile Sun Mar 12 20:15:40 2017 (r436023)
@@ -0,0 +1,25 @@
+# Created by: Michael Gmelin <grembo at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ramlfications
+PORTVERSION= 0.1.9
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= grembo at FreeBSD.org
+COMMENT= Python parser for RAML
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs \
+ ${PYTHON_PKGNAMEPREFIX}jsonref>=0.1:devel/py-jsonref \
+ ${PYTHON_PKGNAMEPREFIX}markdown2>=2.3.2:textproc/py-markdown2 \
+ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.10.1:devel/py-xmltodict \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml
+
+USES?= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-ramlfications/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-ramlfications/distinfo Sun Mar 12 20:15:40 2017 (r436023)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488907708
+SHA256 (ramlfications-0.1.9.tar.gz) = 7bb89c11b13bc6b4099ee7fa07c5285a54b64a5e9c71eb6ca99660358fb27677
+SIZE (ramlfications-0.1.9.tar.gz) = 1094577
Added: head/devel/py-ramlfications/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-ramlfications/pkg-descr Sun Mar 12 20:15:40 2017 (r436023)
@@ -0,0 +1,3 @@
+ramlfications: RAML reference implementation in Python
+
+WWW: https://github.com/spotify/ramlfications
More information about the svn-ports-all
mailing list