Edit

IABSD.fr/ports/sysutils/py-cpuinfo/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:40:01
    Hash : 8d45c98e
    Message : sync PLISTs for setuptools ports

  • sysutils/py-cpuinfo/Makefile
  • COMMENT =	get CPU info with pure Python
    
    MODPY_DISTV =	9.0.0
    
    DISTNAME =	py-cpuinfo-${MODPY_DISTV}
    REVISION =	2
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://github.com/workhorsy/py-cpuinfo
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    # dmesg parsing doesn't work yet
    
    .include <bsd.port.mk>