Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2019 08:01:23 +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: r497390 - in head: . astro/py-metpy converters converters/py-pint
Message-ID:  <201903310801.x2V81N1f088811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 31 08:01:23 2019
New Revision: 497390
URL: https://svnweb.freebsd.org/changeset/ports/497390

Log:
  Remove duplicate port converters/py-pint.
  
  devel/py-Pint has been added earlier, and has a proper directory name.
  Update the dependency line in astro/py-metpy.

Deleted:
  head/converters/py-pint/
Modified:
  head/MOVED
  head/astro/py-metpy/Makefile
  head/converters/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Mar 31 07:59:29 2019	(r497389)
+++ head/MOVED	Sun Mar 31 08:01:23 2019	(r497390)
@@ -12106,3 +12106,4 @@ www/xpi-wmlbrowser||2019-03-29|Legacy extensions aren'
 www/xpi-xhtml-ruby-support||2019-03-29|Legacy extensions aren't supported after Firefox 57
 www/xpi-xmpp4moz||2019-03-29|Legacy extensions aren't supported after Firefox 57
 www/xpi-yslow||2019-03-29|Legacy extensions aren't supported after Firefox 57
+converters/py-pint|devel/py-Pint|2019-03-31|Remove duplicate port

Modified: head/astro/py-metpy/Makefile
==============================================================================
--- head/astro/py-metpy/Makefile	Sun Mar 31 07:59:29 2019	(r497389)
+++ head/astro/py-metpy/Makefile	Sun Mar 31 08:01:23 2019	(r497390)
@@ -3,7 +3,7 @@
 
 PORTNAME=	metpy
 PORTVERSION=	0.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Pint>=0.8:devel/py-Pint@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} \

Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile	Sun Mar 31 07:59:29 2019	(r497389)
+++ head/converters/Makefile	Sun Mar 31 08:01:23 2019	(r497390)
@@ -156,7 +156,6 @@
     SUBDIR += py-better-bencode
     SUBDIR += py-bsdconv
     SUBDIR += py-iconv
-    SUBDIR += py-pint
     SUBDIR += py-rencode
     SUBDIR += py-text-unidecode
     SUBDIR += py-unidecode



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