From owner-svn-ports-head@FreeBSD.ORG Mon May 19 15:07:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 357A5DF7; Mon, 19 May 2014 15:07:37 +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 167B4252E; Mon, 19 May 2014 15:07:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JF7alY004586; Mon, 19 May 2014 15:07:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JF7axh004581; Mon, 19 May 2014 15:07:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405191507.s4JF7axh004581@svn.freebsd.org> From: Antoine Brodin Date: Mon, 19 May 2014 15:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354543 - in head/textproc: . py-openpyxl py-openpyxl1 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: Mon, 19 May 2014 15:07:37 -0000 Author: antoine Date: Mon May 19 15:07:35 2014 New Revision: 354543 URL: http://svnweb.freebsd.org/changeset/ports/354543 QAT: https://qat.redports.org/buildarchive/r354543/ Log: Copy textproc/py-openpyxl to textproc/py-openpyxl1 and put version 1.8.6 in this port py-pandas is not fully compatible with last version of py-openpyxl PR: ports/189930 Submitted by: John W. O'Brien Added: head/textproc/py-openpyxl1/ - copied from r354542, head/textproc/py-openpyxl/ Modified: head/textproc/Makefile head/textproc/py-openpyxl/Makefile head/textproc/py-openpyxl1/Makefile head/textproc/py-openpyxl1/distinfo Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 19 14:39:18 2014 (r354542) +++ head/textproc/Makefile Mon May 19 15:07:35 2014 (r354543) @@ -1159,6 +1159,7 @@ SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-openpyxl + SUBDIR += py-openpyxl1 SUBDIR += py-paragrep SUBDIR += py-pdfminer SUBDIR += py-pss Modified: head/textproc/py-openpyxl/Makefile ============================================================================== --- head/textproc/py-openpyxl/Makefile Mon May 19 14:39:18 2014 (r354542) +++ head/textproc/py-openpyxl/Makefile Mon May 19 15:07:35 2014 (r354543) @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal +CONFLICTS_INSTALL= py*-openpyxl1-[0-9]* + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes Modified: head/textproc/py-openpyxl1/Makefile ============================================================================== --- head/textproc/py-openpyxl/Makefile Mon May 19 14:39:18 2014 (r354542) +++ head/textproc/py-openpyxl1/Makefile Mon May 19 15:07:35 2014 (r354543) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 2.0.2 +PORTVERSION= 1.8.6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 MAINTAINER= antoine@FreeBSD.org COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal +DEPRECATED= Use textproc/py-openpyxl instead +CONFLICTS_INSTALL= py*-openpyxl-[0-9]* USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/textproc/py-openpyxl1/distinfo ============================================================================== --- head/textproc/py-openpyxl/distinfo Mon May 19 14:39:18 2014 (r354542) +++ head/textproc/py-openpyxl1/distinfo Mon May 19 15:07:35 2014 (r354543) @@ -1,2 +1,2 @@ -SHA256 (openpyxl-2.0.2.tar.gz) = 36acf478a1489b25dcbd722e5c84f3f67e4b0c090635f3277c5989ff323ba5c2 -SIZE (openpyxl-2.0.2.tar.gz) = 116056 +SHA256 (openpyxl-1.8.6.tar.gz) = aa11a4acd2765392808bca2041f6f9ba17565c72dccc3f5d876bf78effa06126 +SIZE (openpyxl-1.8.6.tar.gz) = 76555