Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 23:56:55 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323262 - head/science/py-obspy
Message-ID:  <201307182356.r6INutbK021819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Thu Jul 18 23:56:55 2013
New Revision: 323262
URL: http://svnweb.freebsd.org/changeset/ports/323262

Log:
  - Update COMMENT and pkg-descr
  - Add missing DEPENDS
  
  Reported by:	Tobias Megies <megies@geophysik.uni-muenchen.de>

Modified:
  head/science/py-obspy/Makefile
  head/science/py-obspy/pkg-descr

Modified: head/science/py-obspy/Makefile
==============================================================================
--- head/science/py-obspy/Makefile	Thu Jul 18 22:23:25 2013	(r323261)
+++ head/science/py-obspy/Makefile	Thu Jul 18 23:56:55 2013	(r323262)
@@ -3,19 +3,20 @@
 
 PORTNAME=	obspy
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-#DISTNAME=	${PORTNAME:S,-,.,}-${PORTVERSION}
 
 MAINTAINER=	wen@FreeBSD.org
-COMMENT=	Core Classes of Python for Seismological Observatories
+COMMENT=	Python framework for seismological observatories
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
 		${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml \
-		${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:${PORTSDIR}/net/py-suds
+		${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:${PORTSDIR}/net/py-suds \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_FORTRAN=		yes

Modified: head/science/py-obspy/pkg-descr
==============================================================================
--- head/science/py-obspy/pkg-descr	Thu Jul 18 22:23:25 2013	(r323261)
+++ head/science/py-obspy/pkg-descr	Thu Jul 18 23:56:55 2013	(r323262)
@@ -1,13 +1,10 @@
-The obspy.core package contains common methods and classes
-for ObsPy. It includes UTCDateTime, Stats, Stream and Trace
-classes and methods for reading seismograms.
+ObsPy is an open-source project dedicated to provide a Python framework for
+processing seismological data. It provides parsers for common file formats,
+clients to access data centers and seismological signal processing routines
+which allow the manipulation of seismological time series (see Beyreuther
+et al. 2010, Megies et al. 2011).
 
-ObsPy is an open-source project dedicated to provide a Python
-framework for processing seismological data. It provides
-parsers for common file formats and seismological signal
-processing routines which allow the manipulation of
-seismological time series (see Beyreuther et. al. 2010).
-The goal of the ObsPy project is to facilitate rapid application
-development for seismology.
+The goal of the ObsPy project is to facilitate rapid application development
+for seismology.
 
 WWW: http://www.obspy.org/



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