diff --git a/MOVED b/MOVED index 2d6495cf82b8..7d159d0b42a0 100644 --- a/MOVED +++ b/MOVED @@ -12106,3 +12106,4 @@ www/xpi-wmlbrowser||2019-03-29|Legacy extensions aren't supported after Firefox 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 diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index c8b8aee79533..d5fe091300b5 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -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} \ diff --git a/converters/Makefile b/converters/Makefile index 04e780371790..f78bcb5107fc 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -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 diff --git a/converters/py-pint/Makefile b/converters/py-pint/Makefile deleted file mode 100644 index e7580d48bda8..000000000000 --- a/converters/py-pint/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Po-Chuan Hsieh -# $FreeBSD$ - -PORTNAME= pint -PORTVERSION= 0.9 -CATEGORIES= converters python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Pint-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Define, operate and manipulate physical quantities - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= python -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -.include - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR} -.endif - -.include diff --git a/converters/py-pint/distinfo b/converters/py-pint/distinfo deleted file mode 100644 index 8a21670875f8..000000000000 --- a/converters/py-pint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1548426096 -SHA256 (Pint-0.9.tar.gz) = 32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2 -SIZE (Pint-0.9.tar.gz) = 178344 diff --git a/converters/py-pint/pkg-descr b/converters/py-pint/pkg-descr deleted file mode 100644 index 8035f4dd981a..000000000000 --- a/converters/py-pint/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Pint is a Python package to define, operate and manipulate physical quantities: -the product of a numerical value and a unit of measurement. It allows arithmetic -operations between them and conversions from and to different units. - -It is distributed with a comprehensive list of physical units, prefixes and -constants. Due to its modular design, you can extend (or even rewrite!) the -complete list without changing the source code. It supports a lot of numpy -mathematical operations without monkey patching or wrapping numpy. - -WWW: https://pypi.org/project/Pint/ -WWW: https://github.com/hgrecco/pint