Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 15:21:42 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419623 - in head/astro: . py-pywapi
Message-ID:  <201608041521.u74FLg9k082673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Aug  4 15:21:41 2016
New Revision: 419623
URL: https://svnweb.freebsd.org/changeset/ports/419623

Log:
  Import py-pywapi 0.3.8
  
  The pywapi module provides a python wrapper around the Yahoo! Weather,
  Weather.com and NOAA APIs.

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

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Thu Aug  4 14:51:40 2016	(r419622)
+++ head/astro/Makefile	Thu Aug  4 15:21:41 2016	(r419623)
@@ -84,6 +84,7 @@
     SUBDIR += py-astropy
     SUBDIR += py-pyfits
     SUBDIR += py-pymetar
+    SUBDIR += py-pywapi
     SUBDIR += pyephem
     SUBDIR += pyweather
     SUBDIR += qlandkartegt

Added: head/astro/py-pywapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/py-pywapi/Makefile	Thu Aug  4 15:21:41 2016	(r419623)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	pywapi
+PORTVERSION=	0.3.8
+CATEGORIES=	astro python
+MASTER_SITES=	http://launchpad.net/python-weather-api/trunk/${PORTVERSION}/+download/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	kevlo@FreeBSD.org
+COMMENT=	Python wrapper around different weather APIs
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+PORTEXAMPLES=	*
+
+OPTIONS_DEFINE=	EXAMPLES
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+
+.include <bsd.port.mk>

Added: head/astro/py-pywapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/py-pywapi/distinfo	Thu Aug  4 15:21:41 2016	(r419623)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470322438
+SHA256 (pywapi-0.3.8.tar.gz) = 3167e9864a6924870cb674743dc35352379d8af772280dfe2b35a00e940a4588
+SIZE (pywapi-0.3.8.tar.gz) = 25166

Added: head/astro/py-pywapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/py-pywapi/pkg-descr	Thu Aug  4 15:21:41 2016	(r419623)
@@ -0,0 +1,4 @@
+The pywapi module provides a python wrapper around the Yahoo! Weather, 
+Weather.com and NOAA APIs.
+
+WWW: https://code.google.com/archive/p/python-weather-api/



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