From owner-svn-ports-all@freebsd.org Sat Jul 11 18:08:52 2020 Return-Path: Delivered-To: svn-ports-all@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 1CF4136B81C; Sat, 11 Jul 2020 18:08:52 +0000 (UTC) (envelope-from sunpoet@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 4B3yb771hKz4JQ3; Sat, 11 Jul 2020 18:08:51 +0000 (UTC) (envelope-from sunpoet@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 D5C1916F5E; Sat, 11 Jul 2020 18:08:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06BI8p6m037706; Sat, 11 Jul 2020 18:08:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06BI8oS6037697; Sat, 11 Jul 2020 18:08:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007111808.06BI8oS6037697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2020 18:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542004 - in head: . astro/py-metpy devel devel/py-Pint devel/py-pint science/py-qcelemental www/py-horizon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . astro/py-metpy devel devel/py-Pint devel/py-pint science/py-qcelemental www/py-horizon X-SVN-Commit-Revision: 542004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 18:08:52 -0000 Author: sunpoet Date: Sat Jul 11 18:08:50 2020 New Revision: 542004 URL: https://svnweb.freebsd.org/changeset/ports/542004 Log: Move devel/py-Pint to devel/py-pint - Bump PORTREVISION of dependent ports for dependency change Added: head/devel/py-pint/ - copied from r542003, head/devel/py-Pint/ Deleted: head/devel/py-Pint/ Modified: head/MOVED head/astro/py-metpy/Makefile head/devel/Makefile head/devel/py-pint/Makefile head/science/py-qcelemental/Makefile head/www/py-horizon/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jul 11 18:03:50 2020 (r542003) +++ head/MOVED Sat Jul 11 18:08:50 2020 (r542004) @@ -15151,3 +15151,4 @@ multimedia/audacious-gtk3|multimedia/audacious|2020-07 multimedia/audacious-plugins-gtk3|multimedia/audacious-plugins|2020-07-08|GTK3 interface abandoned upstream devel/pear-channel-phpunit||2020-07-09|Remove obsolete multimedia/f3d|graphics/f3d|2020-07-09|Move to a proper category +devel/py-Pint|devel/py-pint|2020-07-11|Rename to match our py- port naming Modified: head/astro/py-metpy/Makefile ============================================================================== --- head/astro/py-metpy/Makefile Sat Jul 11 18:03:50 2020 (r542003) +++ head/astro/py-metpy/Makefile Sat Jul 11 18:08:50 2020 (r542004) @@ -3,6 +3,7 @@ PORTNAME= metpy PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +19,14 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>= RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Pint>=0.10.1:devel/py-Pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>=0.10.1:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.13.0:devel/py-xarray@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 11 18:03:50 2020 (r542003) +++ head/devel/Makefile Sat Jul 11 18:08:50 2020 (r542004) @@ -3994,7 +3994,6 @@ SUBDIR += py-Js2Py SUBDIR += py-PEAK-Rules SUBDIR += py-PeachPy - SUBDIR += py-Pint SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-PyExecJS @@ -4783,6 +4782,7 @@ SUBDIR += py-pika SUBDIR += py-pika-pool SUBDIR += py-pinocchio + SUBDIR += py-pint SUBDIR += py-pip SUBDIR += py-pip-api SUBDIR += py-pip-licenses Modified: head/devel/py-pint/Makefile ============================================================================== --- head/devel/py-Pint/Makefile Sat Jul 11 18:03:50 2020 (r542003) +++ head/devel/py-pint/Makefile Sat Jul 11 18:08:50 2020 (r542004) @@ -1,11 +1,12 @@ # Created by: Alexander Nusov # $FreeBSD$ -PORTNAME= Pint +PORTNAME= pint PORTVERSION= 0.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Pint-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Physical quantities module Modified: head/science/py-qcelemental/Makefile ============================================================================== --- head/science/py-qcelemental/Makefile Sat Jul 11 18:03:50 2020 (r542003) +++ head/science/py-qcelemental/Makefile Sat Jul 11 18:08:50 2020 (r542004) @@ -2,6 +2,7 @@ PORTNAME= qcelemental PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}Pint>0:devel/py-Pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>0:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.0.0:devel/py-pydantic@${PY_FLAVOR} USES= python:3.6+ Modified: head/www/py-horizon/Makefile ============================================================================== --- head/www/py-horizon/Makefile Sat Jul 11 18:03:50 2020 (r542003) +++ head/www/py-horizon/Makefile Sat Jul 11 18:08:50 2020 (r542004) @@ -3,6 +3,7 @@ PORTNAME= horizon PORTVERSION= 17.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= https://tarballs.openstack.org/horizon/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Pint>=0.5:devel/py-Pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>=0.5:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-babel>=0.6.2:www/py-django-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django_compressor>=2.0:www/py-django_compressor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-debreach>=1.4.2:www/py-django-debreach@${PY_FLAVOR} \