Files
macports-ports/python/py-mp-api/Portfile
T
2024-12-10 17:49:00 -05:00

41 lines
1.4 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-mp-api
version 0.43.0
revision 0
categories-append science devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description API Client for the Materials Project
long_description {*}${description}
homepage https://github.com/materialsproject/api
distname mp_api-${version}
checksums rmd160 bfd74bf8d283f0d51603f872b6c93180551f5c31 \
sha256 9bb7e97790f91c6ae082c73f1a43307b480247c0885772724b52eeba1b117afe \
size 702889
python.versions 39 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-emmet-core \
port:py${python.version}-maggma \
port:py${python.version}-monty \
port:py${python.version}-msgpack \
port:py${python.version}-pymatgen \
port:py${python.version}-requests \
port:py${python.version}-setuptools \
port:py${python.version}-smart-open \
port:py${python.version}-typing_extensions
}