1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Antoine Brodin 2014-05-19 15:07:35 +00:00
parent 24e58e88df
commit 89ded190a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354543
5 changed files with 31 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,23 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= openpyxl
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
DEPRECATED= Use textproc/py-openpyxl instead
CONFLICTS_INSTALL= py*-openpyxl-[0-9]*
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (openpyxl-1.8.6.tar.gz) = aa11a4acd2765392808bca2041f6f9ba17565c72dccc3f5d876bf78effa06126
SIZE (openpyxl-1.8.6.tar.gz) = 76555

View File

@ -0,0 +1,3 @@
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
WWW: http://openpyxl.readthedocs.org/