Date: Mon, 18 May 2020 18:57:00 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535774 - in head: . devel/py-pytest-benchmark science/py-qcengine sysutils sysutils/py-cpuinfo sysutils/py-py-cpuinfo Message-ID: <202005181857.04IIv0Rl018258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon May 18 18:56:59 2020 New Revision: 535774 URL: https://svnweb.freebsd.org/changeset/ports/535774 Log: Move sysutils/py-cpuinfo -> sysutils/py-py-cpuinfo to match the PyPI name PR: 246549 Reported by: sunpoet Added: head/sysutils/py-py-cpuinfo/ - copied from r535773, head/sysutils/py-cpuinfo/ Deleted: head/sysutils/py-cpuinfo/ Modified: head/MOVED head/devel/py-pytest-benchmark/Makefile head/science/py-qcengine/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 18 18:49:05 2020 (r535773) +++ head/MOVED Mon May 18 18:56:59 2020 (r535774) @@ -15013,3 +15013,4 @@ print/frescobaldi|print/py-frescobaldi|2020-05-16|Rena sysutils/rdiff-backup|sysutils/py-rdiff-backup@py37|2020-05-16|Renamed comply with Python Ports Policy and flavored www/py-django-happenings|www/py-django-happenings-update|2020-05-17|Has expired: Doesn't work with Django 2.2+, please use www/py-django-happenings-update instead devel/py-django-tastypie-mongoengine||2020-05-17|Has expired: Not necessary anymore, and project unmaintained +sysutils/py-cpuinfo|sysutils/py-py-cpuinfo|2020-05-18|Rename to match PyPI name Modified: head/devel/py-pytest-benchmark/Makefile ============================================================================== --- head/devel/py-pytest-benchmark/Makefile Mon May 18 18:49:05 2020 (r535773) +++ head/devel/py-pytest-benchmark/Makefile Mon May 18 18:56:59 2020 (r535774) @@ -13,7 +13,7 @@ COMMENT= pytest fixture for benchmarking code LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-cpuinfo@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR} USES= python Modified: head/science/py-qcengine/Makefile ============================================================================== --- head/science/py-qcengine/Makefile Mon May 18 18:49:05 2020 (r535773) +++ head/science/py-qcengine/Makefile Mon May 18 18:56:59 2020 (r535774) @@ -12,7 +12,7 @@ COMMENT= Quantum chemistry program executor and IO sta LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-cpuinfo@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>=0.30.1:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qcelemental>=0.7.0:science/py-qcelemental@${PY_FLAVOR} \ Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon May 18 18:49:05 2020 (r535773) +++ head/sysutils/Makefile Mon May 18 18:56:59 2020 (r535774) @@ -947,7 +947,6 @@ SUBDIR += py-bitrot SUBDIR += py-borgmatic SUBDIR += py-cdmi - SUBDIR += py-cpuinfo SUBDIR += py-cron-descriptor SUBDIR += py-croniter SUBDIR += py-diffoscope @@ -983,6 +982,7 @@ SUBDIR += py-psutil SUBDIR += py-psutil121 SUBDIR += py-ptyprocess + SUBDIR += py-py-cpuinfo SUBDIR += py-python-consul SUBDIR += py-python-crontab SUBDIR += py-python-nomad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005181857.04IIv0Rl018258>