svn commit: r561375 - in head: . Mk/Uses devel devel/py-typing net net/py-ipaddress

Rene Ladan rene at FreeBSD.org
Tue Jan 12 20:14:47 UTC 2021


Author: rene
Date: Tue Jan 12 20:14:45 2021
New Revision: 561375
URL: https://svnweb.freebsd.org/changeset/ports/561375

Log:
  Remove now unused PY_IPADDRESS and PY_TYPING and their ports.

Deleted:
  head/devel/py-typing/
  head/net/py-ipaddress/
Modified:
  head/MOVED
  head/Mk/Uses/python.mk
  head/devel/Makefile
  head/net/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jan 12 20:12:08 2021	(r561374)
+++ head/MOVED	Tue Jan 12 20:14:45 2021	(r561375)
@@ -16013,3 +16013,5 @@ graphics/py-pillow6|graphics/py-pillow|2021-01-02|Uses
 www/wt3|www/wt|2021-01-03|Has expired: Upstream end of life, switch to www/wt instead
 archivers/ecm|archivers/cmdpack|2021-01-04|ECM is now included in cmdpack
 math/qhull5|math/qhull|2021-01-04|Has expired: Legacy version of port no longer required by math/octave
+devel/py-typing||2021-01-12|Python 2 only, backport of Python 3
+net/py-ipaddress||2021-01-12|Uses Python 2.7 which is EOLed upstream

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Tue Jan 12 20:12:08 2021	(r561374)
+++ head/Mk/Uses/python.mk	Tue Jan 12 20:14:45 2021	(r561375)
@@ -646,24 +646,16 @@ PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:m
 .if ${PYTHON_REL} < 3500
 PY_PYGMENTS=	${PYTHON_PKGNAMEPREFIX}pygments-25>=2.5.1<3:textproc/py-pygments-25@${PY_FLAVOR}
 PY_SPHINX=	${PYTHON_PKGNAMEPREFIX}sphinx18>=0,1:textproc/py-sphinx18@${PY_FLAVOR}
-PY_TYPING=	${PYTHON_PKGNAMEPREFIX}typing>=3.7.4.1:devel/py-typing@${PY_FLAVOR}
 .else
 PY_PILLOW=	${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
 PY_PYGMENTS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1<3:textproc/py-pygments@${PY_FLAVOR}
 PY_SPHINX=	${PYTHON_PKGNAMEPREFIX}sphinx>=3.0,1:textproc/py-sphinx@${PY_FLAVOR}
-PY_TYPING=
 .endif
 
 .if ${PYTHON_REL} < 3400
 PY_ENUM34=	${PYTHON_PKGNAMEPREFIX}enum34>=1.1<2.0:devel/py-enum34@${PY_FLAVOR}
 .else
 PY_ENUM34=
-.endif
-
-.if ${PYTHON_REL} < 3300
-PY_IPADDRESS=	${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.23:net/py-ipaddress@${PY_FLAVOR}
-.else
-PY_IPADDRESS=
 .endif
 
 .if ${PYTHON_VER} != ${PYTHON_DEFAULT}

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 12 20:12:08 2021	(r561374)
+++ head/devel/Makefile	Tue Jan 12 20:14:45 2021	(r561375)
@@ -5142,7 +5142,6 @@
     SUBDIR += py-txaio
     SUBDIR += py-typechecks
     SUBDIR += py-typed-ast
-    SUBDIR += py-typing
     SUBDIR += py-typing-extensions
     SUBDIR += py-typing-inspect
     SUBDIR += py-tzlocal

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Jan 12 20:12:08 2021	(r561374)
+++ head/net/Makefile	Tue Jan 12 20:14:45 2021	(r561375)
@@ -1017,7 +1017,6 @@
     SUBDIR += py-httpstat
     SUBDIR += py-ifaddr
     SUBDIR += py-impacket
-    SUBDIR += py-ipaddress
     SUBDIR += py-iplib
     SUBDIR += py-iptools
     SUBDIR += py-kafka-python


More information about the svn-ports-head mailing list