Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:42:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e655e570b404 - main - math/py-mutatormath: Remove duplicate port (of math/py-MutatorMath)
Message-ID:  <202203251342.22PDgbks018307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e655e570b404e6ed8b88ce8f4896cbf00d2a7ae4

commit e655e570b404e6ed8b88ce8f4896cbf00d2a7ae4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:45:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:39 +0000

    math/py-mutatormath: Remove duplicate port (of math/py-MutatorMath)
    
    - Bump PORTREVISION of dependent ports for dependency change
    
    Reported by:    philip
---
 MOVED                              |  1 +
 math/Makefile                      |  1 -
 math/py-mutatormath/Makefile       | 25 -------------------------
 math/py-mutatormath/distinfo       |  3 ---
 math/py-mutatormath/pkg-descr      |  8 --------
 x11-fonts/py-ufoprocessor/Makefile |  3 ++-
 6 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/MOVED b/MOVED
index e98a4120b4fb..67ddec6cc1db 100644
--- a/MOVED
+++ b/MOVED
@@ -16969,3 +16969,4 @@ print/lgrind||2022-03-22|Has expired: Abandonware as last release was in 2001
 devel/py-decorator4||2022-03-22|Has expired: Legacy version, use devel/py-decorator instead
 devel/p5-Log-Any-Adapter-Callback|devel/p5-Log-Any|2022-03-22|Has expired: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead
 devel/py-asyncio||2022-03-25|Remove obsoleted port. The asyncio package has been included in the standard library since Python 3.4
+math/py-mutatormath|math/py-MutatorMath|2022-03-25|Remove duplicate port
diff --git a/math/Makefile b/math/Makefile
index 7b38c2c3de64..e90fcc060cba 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -872,7 +872,6 @@
     SUBDIR += py-mpmath
     SUBDIR += py-munkres
     SUBDIR += py-munkres10
-    SUBDIR += py-mutatormath
     SUBDIR += py-ndindex
     SUBDIR += py-networkx
     SUBDIR += py-nevergrad
diff --git a/math/py-mutatormath/Makefile b/math/py-mutatormath/Makefile
deleted file mode 100644
index 583d99bf5efc..000000000000
--- a/math/py-mutatormath/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	mutatormath
-PORTVERSION=	3.0.1
-CATEGORIES=	math python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	MutatorMath-${PORTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python for piecewise linear interpolation in multiple dimensions with multiple, arbitrarily placed, masters
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
-
-USES=		python:3.7+ zip
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/math/py-mutatormath/distinfo b/math/py-mutatormath/distinfo
deleted file mode 100644
index 1e8a31176cbf..000000000000
--- a/math/py-mutatormath/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1646057856
-SHA256 (MutatorMath-3.0.1.zip) = 8127c1ffad1646f11a953752296c43f5d88cbd5293fff03f093d916b0bc13864
-SIZE (MutatorMath-3.0.1.zip) = 421722
diff --git a/math/py-mutatormath/pkg-descr b/math/py-mutatormath/pkg-descr
deleted file mode 100644
index 8c66052359ce..000000000000
--- a/math/py-mutatormath/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-MutatorMath is a Python library for the calculation of piecewise linear
-interpolations in n-dimensions with any number of masters. It was developed for
-interpolating data related to fonts, but if can handle any arithmetic object.
-- The objects/ subpackage contains the general calculation tools.
-- The ufo/ subpackage contains tools to specifically process UFO data.
-- MutatorMath has no user interface, just the math.
-
-WWW: https://github.com/LettError/MutatorMath
diff --git a/x11-fonts/py-ufoprocessor/Makefile b/x11-fonts/py-ufoprocessor/Makefile
index ec1fafeee9ae..4bd0e867ae19 100644
--- a/x11-fonts/py-ufoprocessor/Makefile
+++ b/x11-fonts/py-ufoprocessor/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	ufoprocessor
 PORTVERSION=	1.9.0
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.9:x11-fonts/py-fontMath@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.2:print/py-fontparts@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mutatormath>=2.1.2:math/py-mutatormath@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}MutatorMath>=2.1.2:math/py-MutatorMath@${PY_FLAVOR}
 
 USES=		python:3.7+ zip
 USE_PYTHON=	autoplist concurrent distutils



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