You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-excelrd
|
|
version 2.0.3
|
|
python.versions 36 37 38 39
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license BSD
|
|
homepage https://github.com/thombashi/excelrd
|
|
description module to extract data from Microsoft Excel spreadsheet files
|
|
long_description excelrd is a Python module to extract data from Microsoft \
|
|
Excel spreadsheet files. It is a modified version of xlrd \
|
|
for the latest python versions
|
|
|
|
master_sites pypi:e/excelrd
|
|
distname excelrd-${version}
|
|
|
|
checksums rmd160 f7670790dadd2d54f7b29fef89af595e310d8a53 \
|
|
sha256 87eb026805385a2a0009e34b84533a8f020ae589de986acf2c4e6ba2e23636d0 \
|
|
size 759865
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
depends_build-append port:py${python.version}-setuptools
|
|
conflicts py${python.version}-xlrd
|
|
}
|