svn commit: r371071 - in head/net: . py-wolframalpha
Steven Kreuzer
skreuzer at FreeBSD.org
Fri Oct 17 17:45:29 UTC 2014
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= wolframalpha
+PORTVERSION= 1.2
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= skreuzer at 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
More information about the svn-ports-all
mailing list