Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:55
    Hash : 384eb285
    Message : bump REVISION for py3.10 -> py3.11 switch

  • sysutils/py-cpuinfo/Makefile
  • COMMENT =	get CPU info with pure Python
    
    MODPY_EGG_VERSION =	9.0.0
    
    DISTNAME =	py-cpuinfo-${MODPY_EGG_VERSION}
    REVISION =	0
    
    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
    
    FLAVORS =	python3
    FLAVOR =	python3
    
    .include <bsd.port.mk>