[Midnightbsd-cvs] mports [24115] trunk/devel: add py-jsonref

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 11:42:39 EDT 2018


Revision: 24115
          http://svnweb.midnightbsd.org/mports/?rev=24115
Author:   laffer1
Date:     2018-09-03 11:42:38 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add py-jsonref

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-jsonref/
    trunk/devel/py-jsonref/Makefile
    trunk/devel/py-jsonref/distinfo
    trunk/devel/py-jsonref/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-03 15:39:54 UTC (rev 24114)
+++ trunk/devel/Makefile	2018-09-03 15:42:38 UTC (rev 24115)
@@ -495,6 +495,7 @@
 SUBDIR += py-gyp-devel
 SUBDIR += py-hgtools
 SUBDIR += py-jmespath
+SUBDIR += py-jsonref
 SUBDIR += py-lazy-object-proxy
 SUBDIR += py-libpeas
 SUBDIR += py-iso8601

Added: trunk/devel/py-jsonref/Makefile
===================================================================
--- trunk/devel/py-jsonref/Makefile	                        (rev 0)
+++ trunk/devel/py-jsonref/Makefile	2018-09-03 15:42:38 UTC (rev 24115)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	jsonref
+PORTVERSION=	0.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Implementation of JSON Reference for Python
+
+LICENSE=	apache2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests
+
+USES?=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-jsonref/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-jsonref/distinfo
===================================================================
--- trunk/devel/py-jsonref/distinfo	                        (rev 0)
+++ trunk/devel/py-jsonref/distinfo	2018-09-03 15:42:38 UTC (rev 24115)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488909207
+SHA256 (jsonref-0.1.tar.gz) = 56e0ce228798bdecadff865c142741b1ffdd57a5e9c40c40ec2b641d7c430ad3
+SIZE (jsonref-0.1.tar.gz) = 12296


Property changes on: trunk/devel/py-jsonref/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-jsonref/pkg-descr
===================================================================
--- trunk/devel/py-jsonref/pkg-descr	                        (rev 0)
+++ trunk/devel/py-jsonref/pkg-descr	2018-09-03 15:42:38 UTC (rev 24115)
@@ -0,0 +1,3 @@
+An implementation of JSON Reference for Python
+
+WWW: https://pypi.org/project/jsonref/


Property changes on: trunk/devel/py-jsonref/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list