svn commit: r371215 - in head/textproc: py-openpyxl py-openpyxl1
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 19 22:32:50 UTC 2014
Author: antoine
Date: Sun Oct 19 22:32:49 2014
New Revision: 371215
URL: https://svnweb.freebsd.org/changeset/ports/371215
QAT: https://qat.redports.org/buildarchive/r371215/
Log:
- Update to 2.1.1
- Tighten CONFLICTS
Modified:
head/textproc/py-openpyxl/Makefile
head/textproc/py-openpyxl/distinfo
head/textproc/py-openpyxl1/Makefile
Modified: head/textproc/py-openpyxl/Makefile
==============================================================================
--- head/textproc/py-openpyxl/Makefile Sun Oct 19 22:32:28 2014 (r371214)
+++ head/textproc/py-openpyxl/Makefile Sun Oct 19 22:32:49 2014 (r371215)
@@ -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
Modified: head/textproc/py-openpyxl/distinfo
==============================================================================
--- head/textproc/py-openpyxl/distinfo Sun Oct 19 22:32:28 2014 (r371214)
+++ head/textproc/py-openpyxl/distinfo Sun Oct 19 22:32:49 2014 (r371215)
@@ -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
Modified: head/textproc/py-openpyxl1/Makefile
==============================================================================
--- head/textproc/py-openpyxl1/Makefile Sun Oct 19 22:32:28 2014 (r371214)
+++ head/textproc/py-openpyxl1/Makefile Sun Oct 19 22:32:49 2014 (r371215)
@@ -14,7 +14,7 @@ COMMENT= Python library to read/write Ex
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
More information about the svn-ports-head
mailing list