From owner-svn-ports-head@freebsd.org Thu Aug 4 15:21:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF83BAFFB2; Thu, 4 Aug 2016 15:21:43 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3C21332; Thu, 4 Aug 2016 15:21:43 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74FLgIa082677; Thu, 4 Aug 2016 15:21:42 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74FLg9k082673; Thu, 4 Aug 2016 15:21:42 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608041521.u74FLg9k082673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 4 Aug 2016 15:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419623 - in head/astro: . py-pywapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 15:21:43 -0000 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 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/