From owner-svn-ports-head@freebsd.org Mon May 18 18:57:01 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DFCB2DAE83; Mon, 18 May 2020 18:57:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49QpCd0wqKz4Bd3; Mon, 18 May 2020 18:57:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16987263A0; Mon, 18 May 2020 18:57:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04IIv0iB018263; Mon, 18 May 2020 18:57:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04IIv0Rl018258; Mon, 18 May 2020 18:57:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005181857.04IIv0Rl018258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 18 May 2020 18:57:00 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . devel/py-pytest-benchmark science/py-qcengine sysutils sysutils/py-cpuinfo sysutils/py-py-cpuinfo X-SVN-Commit-Revision: 535774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 18:57:01 -0000 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