1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

agate-excel adds read support for Excel files (xls and xlsx) to agate.

WWW: http://agate-excel.rtfd.org/
This commit is contained in:
Matthew Seaman 2016-07-04 15:59:46 +00:00
parent 94d90a696d
commit 84a8972e84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418040
4 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1463408146
SHA256 (agate-excel-0.1.0.tar.gz) = 5341b08ffa6882b5b558d97b431ff122cd4c178fd5fb884a831f71ccef90fb23
SIZE (agate-excel-0.1.0.tar.gz) = 3436

View File

@ -0,0 +1,3 @@
agate-excel adds read support for Excel files (xls and xlsx) to agate.
WWW: http://agate-excel.rtfd.org/