mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.7.0
- Stage support
This commit is contained in:
parent
75a509365b
commit
25d5ea2bf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333787
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openpyxl
|
||||
PORTVERSION= 1.6.2
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -22,13 +22,12 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (openpyxl-1.6.2.tar.gz) = 69b146be1939aac85ab13d32ea8442eaa596ffc1285a19b42bdbfa751b55b2c1
|
||||
SIZE (openpyxl-1.6.2.tar.gz) = 199139
|
||||
SHA256 (openpyxl-1.7.0.tar.gz) = 12b72aff88ba7edd39c5f7cff9284c2ef2478cd926823fbf3dccebbfd7b2d840
|
||||
SIZE (openpyxl-1.7.0.tar.gz) = 68072
|
||||
|
|
Loading…
Add table
Reference in a new issue