aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-07-04 23:59:46 +0800
committermatthew <matthew@FreeBSD.org>2016-07-04 23:59:46 +0800
commitfc3c376928158f3e7e267a0262a5f909d56f1be8 (patch)
tree37ef5544679d24662df7b9c8b34d216c614e50db /textproc
parentd5717a74b580db94fd3942541350ad4e08b3fdb8 (diff)
downloadfreebsd-ports-gnome-fc3c376928158f3e7e267a0262a5f909d56f1be8.tar.gz
freebsd-ports-gnome-fc3c376928158f3e7e267a0262a5f909d56f1be8.tar.zst
freebsd-ports-gnome-fc3c376928158f3e7e267a0262a5f909d56f1be8.zip
agate-excel adds read support for Excel files (xls and xlsx) to agate.
WWW: http://agate-excel.rtfd.org/
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-agate-excel/Makefile23
-rw-r--r--textproc/py-agate-excel/distinfo3
-rw-r--r--textproc/py-agate-excel/pkg-descr3
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 96e3d4e42ad4..129a80e405a0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-agate-excel/Makefile b/textproc/py-agate-excel/Makefile
new file mode 100644
index 000000000000..9808c2d61815
--- /dev/null
+++ b/textproc/py-agate-excel/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= agate-excel
+PORTVERSION= 0.1.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew@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>
diff --git a/textproc/py-agate-excel/distinfo b/textproc/py-agate-excel/distinfo
new file mode 100644
index 000000000000..e7cc012ad622
--- /dev/null
+++ b/textproc/py-agate-excel/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463408146
+SHA256 (agate-excel-0.1.0.tar.gz) = 5341b08ffa6882b5b558d97b431ff122cd4c178fd5fb884a831f71ccef90fb23
+SIZE (agate-excel-0.1.0.tar.gz) = 3436
diff --git a/textproc/py-agate-excel/pkg-descr b/textproc/py-agate-excel/pkg-descr
new file mode 100644
index 000000000000..4de4a173e4d0
--- /dev/null
+++ b/textproc/py-agate-excel/pkg-descr
@@ -0,0 +1,3 @@
+agate-excel adds read support for Excel files (xls and xlsx) to agate.
+
+WWW: http://agate-excel.rtfd.org/