svn commit: r418040 - in head/textproc: . py-agate-excel

Matthew Seaman matthew at FreeBSD.org
Mon Jul 4 15:59:48 UTC 2016


Author: matthew
Date: Mon Jul  4 15:59:46 2016
New Revision: 418040
URL: https://svnweb.freebsd.org/changeset/ports/418040

Log:
  agate-excel adds read support for Excel files (xls and xlsx) to agate.
  
  WWW: http://agate-excel.rtfd.org/

Added:
  head/textproc/py-agate-excel/
  head/textproc/py-agate-excel/Makefile   (contents, props changed)
  head/textproc/py-agate-excel/distinfo   (contents, props changed)
  head/textproc/py-agate-excel/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jul  4 15:52:45 2016	(r418039)
+++ head/textproc/Makefile	Mon Jul  4 15:59:46 2016	(r418040)
@@ -1218,6 +1218,7 @@
     SUBDIR += py-acora
     SUBDIR += py-agate
     SUBDIR += py-agate-dbf
+    SUBDIR += py-agate-excel
     SUBDIR += py-alabaster
     SUBDIR += py-asv
     SUBDIR += py-awesome-slugify

Added: head/textproc/py-agate-excel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-excel/Makefile	Mon Jul  4 15:59:46 2016	(r418040)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	agate-excel
+PORTVERSION=	0.1.0
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew at FreeBSD.org
+COMMENT=	Support reading Excel files for agate
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \
+		${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd \
+		${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl 
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-agate-excel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-excel/distinfo	Mon Jul  4 15:59:46 2016	(r418040)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463408146
+SHA256 (agate-excel-0.1.0.tar.gz) = 5341b08ffa6882b5b558d97b431ff122cd4c178fd5fb884a831f71ccef90fb23
+SIZE (agate-excel-0.1.0.tar.gz) = 3436

Added: head/textproc/py-agate-excel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-excel/pkg-descr	Mon Jul  4 15:59:46 2016	(r418040)
@@ -0,0 +1,3 @@
+agate-excel adds read support for Excel files (xls and xlsx) to agate.
+
+WWW: http://agate-excel.rtfd.org/


More information about the svn-ports-all mailing list