Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 20:16:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396601 - in head/devel: . py-efilter
Message-ID:  <201509102016.t8AKGa7Q074493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 10 20:16:35 2015
New Revision: 396601
URL: https://svnweb.freebsd.org/changeset/ports/396601

Log:
  New port: devel/py-efilter
  
  EFILTER is a general-purpose destructuring and search language implemented in
  Python, and suitable for integration with any Python project that requires a
  search function for some of its data.
  
  WWW: https://github.com/google/dotty

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep 10 19:46:30 2015	(r396600)
+++ head/devel/Makefile	Thu Sep 10 20:16:35 2015	(r396601)
@@ -3959,6 +3959,7 @@
     SUBDIR += py-doit
     SUBDIR += py-durus
     SUBDIR += py-dynrules
+    SUBDIR += py-efilter
     SUBDIR += py-efl
     SUBDIR += py-eggtestinfo
     SUBDIR += py-enum34

Added: head/devel/py-efilter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efilter/Makefile	Thu Sep 10 20:16:35 2015	(r396601)
@@ -0,0 +1,21 @@
+# Created by: antoine@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	efilter
+PORTVERSION=	1438631774
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	EFILTER query language
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2:${PORTSDIR}/devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}pytz>=2011:${PORTSDIR}/devel/py-pytz
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-efilter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efilter/distinfo	Thu Sep 10 20:16:35 2015	(r396601)
@@ -0,0 +1,2 @@
+SHA256 (efilter-1438631774.tar.gz) = 916dd0b8a5307dd8ad168bfc2eaea0eb9d83c16c5952cc3be8007c8e06e3639b
+SIZE (efilter-1438631774.tar.gz) = 29851

Added: head/devel/py-efilter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efilter/pkg-descr	Thu Sep 10 20:16:35 2015	(r396601)
@@ -0,0 +1,5 @@
+EFILTER is a general-purpose destructuring and search language implemented in
+Python, and suitable for integration with any Python project that requires a
+search function for some of its data.
+
+WWW: https://github.com/google/dotty



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