From owner-svn-ports-head@FreeBSD.ORG Thu May 15 19:35:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A86723B2; Thu, 15 May 2014 19:35:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 954B42B94; Thu, 15 May 2014 19:35:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FJZNb2064827; Thu, 15 May 2014 19:35:23 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FJZMm3064813; Thu, 15 May 2014 19:35:22 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405151935.s4FJZMm3064813@svn.freebsd.org> From: Antoine Brodin Date: Thu, 15 May 2014 19:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354170 - in head: devel devel/py-jdcal textproc/py-openpyxl 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.18 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, 15 May 2014 19:35:23 -0000 Author: antoine Date: Thu May 15 19:35:21 2014 New Revision: 354170 URL: http://svnweb.freebsd.org/changeset/ports/354170 QAT: https://qat.redports.org/buildarchive/r354170/ Log: - Add devel/py-jdcal: Module converting between Julian dates and calendar dates - Update textproc/py-openpyxl to 2.0.2 Added: head/devel/py-jdcal/ head/devel/py-jdcal/Makefile (contents, props changed) head/devel/py-jdcal/distinfo (contents, props changed) head/devel/py-jdcal/pkg-descr (contents, props changed) Modified: head/devel/Makefile head/textproc/py-openpyxl/Makefile head/textproc/py-openpyxl/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 15 19:34:20 2014 (r354169) +++ head/devel/Makefile Thu May 15 19:35:21 2014 (r354170) @@ -3666,6 +3666,7 @@ SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jcc + SUBDIR += py-jdcal SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath Added: head/devel/py-jdcal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jdcal/Makefile Thu May 15 19:35:21 2014 (r354170) @@ -0,0 +1,19 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= jdcal +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Module converting between Julian dates and calendar dates + +LICENSE= BSD2CLAUSE + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/devel/py-jdcal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jdcal/distinfo Thu May 15 19:35:21 2014 (r354170) @@ -0,0 +1,2 @@ +SHA256 (jdcal-1.0.tar.gz) = 133220a36c533bae02355aca7f507de7b33e57e9467d33cea7d5673ba354a3e6 +SIZE (jdcal-1.0.tar.gz) = 5677 Added: head/devel/py-jdcal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jdcal/pkg-descr Thu May 15 19:35:21 2014 (r354170) @@ -0,0 +1,3 @@ +Module converting between Julian dates and calendar dates. + +WWW: https://github.com/phn/jdcal Modified: head/textproc/py-openpyxl/Makefile ============================================================================== --- head/textproc/py-openpyxl/Makefile Thu May 15 19:34:20 2014 (r354169) +++ head/textproc/py-openpyxl/Makefile Thu May 15 19:35:21 2014 (r354170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 1.8.6 +PORTVERSION= 2.0.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,10 @@ COMMENT= Python library to read/write Ex LICENSE= MIT +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes -PORTDOCS= README.rst - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - .include Modified: head/textproc/py-openpyxl/distinfo ============================================================================== --- head/textproc/py-openpyxl/distinfo Thu May 15 19:34:20 2014 (r354169) +++ head/textproc/py-openpyxl/distinfo Thu May 15 19:35:21 2014 (r354170) @@ -1,2 +1,2 @@ -SHA256 (openpyxl-1.8.6.tar.gz) = aa11a4acd2765392808bca2041f6f9ba17565c72dccc3f5d876bf78effa06126 -SIZE (openpyxl-1.8.6.tar.gz) = 76555 +SHA256 (openpyxl-2.0.2.tar.gz) = 36acf478a1489b25dcbd722e5c84f3f67e4b0c090635f3277c5989ff323ba5c2 +SIZE (openpyxl-2.0.2.tar.gz) = 116056