Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 17:45:28 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371071 - in head/net: . py-wolframalpha
Message-ID:  <201410171745.s9HHjSfE077654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Fri Oct 17 17:45:27 2014
New Revision: 371071
URL: https://svnweb.freebsd.org/changeset/ports/371071
QAT: https://qat.redports.org/buildarchive/r371071/

Log:
  Python Client built against the Wolfram|Alpha v2.0 API
  
  WWW: https://bitbucket.org/jaraco/wolframalpha

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Oct 17 16:59:48 2014	(r371070)
+++ head/net/Makefile	Fri Oct 17 17:45:27 2014	(r371071)
@@ -917,6 +917,7 @@
     SUBDIR += py-twitter-tools
     SUBDIR += py-txamqp
     SUBDIR += py-urllib3
+    SUBDIR += py-wolframalpha
     SUBDIR += py-xmlrpc
     SUBDIR += py-xmlrpclib
     SUBDIR += py-yadis

Added: head/net/py-wolframalpha/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-wolframalpha/Makefile	Fri Oct 17 17:45:27 2014	(r371071)
@@ -0,0 +1,20 @@
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	wolframalpha
+PORTVERSION=	1.2
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Python Client for Wolfram Alpha
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \
+		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4:${PORTSDIR}/devel/py-six
+
+USES=	python:2 zip
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/net/py-wolframalpha/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-wolframalpha/distinfo	Fri Oct 17 17:45:27 2014	(r371071)
@@ -0,0 +1,2 @@
+SHA256 (wolframalpha-1.2.zip) = 71b5fc99e7b34d86becb3836b67a909b9515cf48b35fb217b794bae099de3bcc
+SIZE (wolframalpha-1.2.zip) = 6318

Added: head/net/py-wolframalpha/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-wolframalpha/pkg-descr	Fri Oct 17 17:45:27 2014	(r371071)
@@ -0,0 +1,3 @@
+Python Client built against the Wolfram|Alpha v2.0 API
+
+WWW: https://bitbucket.org/jaraco/wolframalpha



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