[Midnightbsd-cvs] mports [21153] trunk/devel: add python ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 14 09:14:43 EDT 2016


Revision: 21153
          http://svnweb.midnightbsd.org/mports/?rev=21153
Author:   laffer1
Date:     2016-03-14 09:13:43 -0400 (Mon, 14 Mar 2016)
Log Message:
-----------
add python ports

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-03-14 13:10:19 UTC (rev 21152)
+++ trunk/devel/Makefile	2016-03-14 13:13:43 UTC (rev 21153)
@@ -425,6 +425,7 @@
 SUBDIR += py-gobject
 SUBDIR += py-gobject3
 SUBDIR += py-gyp-devel
+SUBDIR += py-jmespath
 SUBDIR += py-isodate
 SUBDIR += py-lxml
 SUBDIR += py-notify
@@ -431,6 +432,7 @@
 SUBDIR += py-orbit
 SUBDIR += py-parsing
 SUBDIR += py-ply
+SUBDIR += py-pyasn1
 SUBDIR += py-pytz
 SUBDIR += py-setuptools
 SUBDIR += py-setuptools27

Added: trunk/devel/py-jmespath/Makefile
===================================================================
--- trunk/devel/py-jmespath/Makefile	                        (rev 0)
+++ trunk/devel/py-jmespath/Makefile	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,19 @@
+# Created by: Alexey V. Degtyarev <alexey at renatasystems.org>
+# $FreeBSD: head/devel/py-jmespath/Makefile 400222 2015-10-27 08:33:54Z wen $
+# $MidnightBSD$
+
+PORTNAME=	jmespath
+PORTVERSION=	0.9.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	JSON Matching Expressions
+
+LICENSE=	mit
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-jmespath/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-jmespath/distinfo
===================================================================
--- trunk/devel/py-jmespath/distinfo	                        (rev 0)
+++ trunk/devel/py-jmespath/distinfo	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,2 @@
+SHA256 (jmespath-0.9.0.tar.gz) = 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d
+SIZE (jmespath-0.9.0.tar.gz) = 20855


Property changes on: trunk/devel/py-jmespath/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-jmespath/pkg-descr
===================================================================
--- trunk/devel/py-jmespath/pkg-descr	                        (rev 0)
+++ trunk/devel/py-jmespath/pkg-descr	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,4 @@
+JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
+extract elements from a JSON document.
+
+WWW: https://github.com/boto/jmespath


Property changes on: trunk/devel/py-jmespath/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
Added: trunk/devel/py-pyasn1/Makefile
===================================================================
--- trunk/devel/py-pyasn1/Makefile	                        (rev 0)
+++ trunk/devel/py-pyasn1/Makefile	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,23 @@
+# Created by: Martin Jackson <mhjacks at swbell.net>
+# $FreeBSD: head/devel/py-pyasn1/Makefile 401899 2015-11-18 21:48:05Z rm $
+
+PORTNAME=	pyasn1
+PORTVERSION=	0.1.9
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	ASN.1 toolkit for Python
+
+LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+regression-test: build
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-pyasn1/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-pyasn1/distinfo
===================================================================
--- trunk/devel/py-pyasn1/distinfo	                        (rev 0)
+++ trunk/devel/py-pyasn1/distinfo	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,2 @@
+SHA256 (pyasn1-0.1.9.tar.gz) = 853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f
+SIZE (pyasn1-0.1.9.tar.gz) = 75947


Property changes on: trunk/devel/py-pyasn1/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-pyasn1/pkg-descr
===================================================================
--- trunk/devel/py-pyasn1/pkg-descr	                        (rev 0)
+++ trunk/devel/py-pyasn1/pkg-descr	2016-03-14 13:13:43 UTC (rev 21153)
@@ -0,0 +1,4 @@
+ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
+language.
+
+WWW: http://pyasn1.sourceforge.net


Property changes on: trunk/devel/py-pyasn1/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