mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add py-openpyxl24 2.4.11 (copied from py-openpyxl)
- Add PORTSCOUT
This commit is contained in:
parent
f1fe09700b
commit
3940a39570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499048
@ -1346,6 +1346,7 @@
|
||||
SUBDIR += py-normality
|
||||
SUBDIR += py-numpydoc
|
||||
SUBDIR += py-openpyxl
|
||||
SUBDIR += py-openpyxl24
|
||||
SUBDIR += py-openstackdocstheme
|
||||
SUBDIR += py-orange3-text
|
||||
SUBDIR += py-os-api-ref
|
||||
|
27
textproc/py-openpyxl24/Makefile
Normal file
27
textproc/py-openpyxl24/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openpyxl
|
||||
PORTVERSION= 2.4.11
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 24
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE.rst
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}et_xmlfile>=0:textproc/py-et_xmlfile@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.4\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-openpyxl24/distinfo
Normal file
3
textproc/py-openpyxl24/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1516919158
|
||||
SHA256 (openpyxl-2.4.11.tar.gz) = 626d38647c063d55803ef4971c4d43226538d4e95cb6260c094e363ee33e10c7
|
||||
SIZE (openpyxl-2.4.11.tar.gz) = 158221
|
3
textproc/py-openpyxl24/pkg-descr
Normal file
3
textproc/py-openpyxl24/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
|
||||
|
||||
WWW: http://openpyxl.readthedocs.org/
|
Loading…
Reference in New Issue
Block a user