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.
This commit is contained in:
parent
d2347a8d2d
commit
8eadd3ee6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497390
1
MOVED
1
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
|
||||
|
@ -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} \
|
||||
|
@ -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
|
||||
|
@ -1,28 +0,0 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $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 <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1548426096
|
||||
SHA256 (Pint-0.9.tar.gz) = 32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2
|
||||
SIZE (Pint-0.9.tar.gz) = 178344
|
@ -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
|
Loading…
Reference in New Issue
Block a user