Bug 179576 - Add port for py-coards module.
Summary: Add port for py-coards module.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 17:30 UTC by Johannes Meixner
Modified: 2013-06-17 00:48 UTC (History)
0 users

See Also:


Attachments
file.shar (2.16 KB, text/plain)
2013-06-15 17:30 UTC, Johannes Meixner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2013-06-15 17:30:00 UTC
Attached to this PR is the port of the python coards module, a parser for dates respecting the scientific COADS convention.

Fix: Patch attached with submission follows:
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2013-06-15 19:27:49 UTC
Responsible Changed
From-To: freebsd-bugs->mandree

I'll take it.
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2013-06-15 20:08:44 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-15 20:08:47 UTC
Author: mandree
Date: Sat Jun 15 19:08:39 2013
New Revision: 321012
URL: http://svnweb.freebsd.org/changeset/ports/321012

Log:
  Add new port science/py-coards:
  Coards is a parser for time values represented using the COADS convention.
  
  WWW:		https://pypi.python.org/pypi/coards
  
  PR:		ports/179576
  Submitted by:	Johannes Meixner <xmj@chaot.net>

Added:
  head/science/py-coards/
  head/science/py-coards/Makefile   (contents, props changed)
  head/science/py-coards/distinfo   (contents, props changed)
  head/science/py-coards/pkg-descr   (contents, props changed)
  head/science/py-coards/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sat Jun 15 18:35:23 2013	(r321011)
+++ head/science/Makefile	Sat Jun 15 19:08:39 2013	(r321012)
@@ -152,6 +152,7 @@
     SUBDIR += psi3
     SUBDIR += psychopy
     SUBDIR += py-DendroPy
+    SUBDIR += py-coards
     SUBDIR += py-h5py
     SUBDIR += py-hcluster
     SUBDIR += py-mdp

Added: head/science/py-coards/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-coards/Makefile	Sat Jun 15 19:08:39 2013	(r321012)
@@ -0,0 +1,19 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME=	coards
+PORTVERSION=	1.0.5
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	xmj@chaot.net
+COMMENT=	A COADS compliant time parser
+
+LICENSE=	MIT
+
+USE_PYTHON=		2.7
+USE_PYDISTUTILS=	easy_install
+#PYDISTUTILS_NOEGGINFO=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-coards/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-coards/distinfo	Sat Jun 15 19:08:39 2013	(r321012)
@@ -0,0 +1,2 @@
+SHA256 (coards-1.0.5.tar.gz) = f870b614288e7f93c8f545cb21ec27fd5abd0c0e25ab1f4677524a95ba7bcfd7
+SIZE (coards-1.0.5.tar.gz) = 4658

Added: head/science/py-coards/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-coards/pkg-descr	Sat Jun 15 19:08:39 2013	(r321012)
@@ -0,0 +1,3 @@
+Coards is a parser for time values represented using the COADS convention.
+
+WWW: https://pypi.python.org/pypi/coards

Added: head/science/py-coards/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-coards/pkg-plist	Sat Jun 15 19:08:39 2013	(r321012)
@@ -0,0 +1,13 @@
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/entry_points.txt
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/PKG-INFO
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/not-zip-safe
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO/top_level.txt
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/coards/__init__.py
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/coards/__init__.pyc
+%%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/coards/__init__.pyo
+bin/coards
+@dirrmtry %%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/coards
+@dirrmtry %%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg/EGG-INFO
+@dirrmtry %%PYTHON_SITELIBDIR%%/coards-1.0.5-py2.7.egg
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"