mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 1.2.0
- Add LICENSE_FILE - Add NO_ARCH - Take maintainership Changes: https://github.com/python-excel/xlrd/blob/master/docs/changes.rst PR: 236281 Submitted by: sunpoet (myself) Approved by: Dikshie <dikshie@sfc.wide.ad.jp> (maintainer)
This commit is contained in:
parent
e98fd0921b
commit
bc16170311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494978
@ -2,17 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xlrd
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dikshie@sfc.wide.ad.jp
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Reading data and formatting information from Excel files
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467533436
|
||||
SHA256 (xlrd-1.0.0.tar.gz) = 0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069
|
||||
SIZE (xlrd-1.0.0.tar.gz) = 2563654
|
||||
TIMESTAMP = 1549045371
|
||||
SHA256 (xlrd-1.2.0.tar.gz) = 546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2
|
||||
SIZE (xlrd-1.2.0.tar.gz) = 554079
|
||||
|
Loading…
Reference in New Issue
Block a user