Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 18:08:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <202007111808.06BI8oS6037697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <alexander.nusov@nfvexpress.com>
 # $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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111808.06BI8oS6037697>