1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 2.1.1

- Tighten CONFLICTS
This commit is contained in:
Antoine Brodin 2014-10-19 22:32:49 +00:00
parent 8f25480f37
commit 60fd55715e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371215
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openpyxl
PORTVERSION= 2.0.5
PORTVERSION= 2.1.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +14,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:${PORTSDIR}/devel/py-jdcal
CONFLICTS_INSTALL= py*-openpyxl1-[0-9]*
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl1-[0-9]*
USES= python
USE_PYTHON= distutils autoplist

View File

@ -1,2 +1,2 @@
SHA256 (openpyxl-2.0.5.tar.gz) = 874c2f1180b0b6c84173abac1b9de87f4cb4eef59b83b3095ef345f77c824a93
SIZE (openpyxl-2.0.5.tar.gz) = 117014
SHA256 (openpyxl-2.1.1.tar.gz) = 1d5bb62c1ed7c3c5afce386d70c2148145e9474c3aabf00496ceb0735ca83afe
SIZE (openpyxl-2.1.1.tar.gz) = 148700

View File

@ -14,7 +14,7 @@ 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]*
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]*
USES= python
USE_PYTHON= distutils autoplist