# -*- 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-cpuinfo
python.rootname     ${name}
version             9.0.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         Py-cpuinfo gets CPU info with pure Python.
long_description    {*}${description} Py-cpuinfo should work without \
                    any extra programs or libraries, beyond what your \
                    OS provides. It does not require any \
                    compilation(C/C++, assembly, et cetera) to use. It \
                    works with Python 2 and 3.

homepage            https://github.com/workhorsy/py-cpuinfo

checksums           rmd160  70ee76ca118f099879d834bb52ff9557e7077570 \
                    sha256  3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690 \
                    size    104716

python.versions     38 39 310 311 312 313 314

if {${name} ne ${subport}} {
    test.run        yes
}
