svn commit: r354543 - in head/textproc: . py-openpyxl py-openpyxl1

Antoine Brodin antoine at FreeBSD.org
Mon May 19 15:07:37 UTC 2014


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 at 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


More information about the svn-ports-all mailing list