svn commit: r559996 - in head: . devel devel/py-typing

Antoine Brodin antoine at FreeBSD.org
Sun Jan 3 08:46:20 UTC 2021


Author: antoine
Date: Sun Jan  3 08:46:19 2021
New Revision: 559996
URL: https://svnweb.freebsd.org/changeset/ports/559996

Log:
  Resurrect py-typing to unbreak bulk -a

Added:
  head/devel/py-typing/
     - copied from r559975, head/devel/py-typing/
Modified:
  head/MOVED
  head/devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan  3 08:35:05 2021	(r559995)
+++ head/MOVED	Sun Jan  3 08:46:19 2021	(r559996)
@@ -16011,5 +16011,4 @@ devel/py-backports.functools_lru_cache||2020-01-02|Use
 devel/py-backports_abc||2020-01-02|Uses Python 2.7 which is EOLed upstream
 devel/py-futures||2020-01-02|Uses Python 2.7 which is EOLed upstream
 devel/py-singledispatch||2020-01-02|Uses Python 2.7 which is EOLed upstream
-devel/py-typing||2020-01-02|Python 2 only, backport of Python 3
 graphics/py-pillow6|graphics/pillow|2020-01-02|Uses Python 2.7 which is EOLed upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 08:35:05 2021	(r559995)
+++ head/devel/Makefile	Sun Jan  3 08:46:19 2021	(r559996)
@@ -5125,6 +5125,7 @@
     SUBDIR += py-txaio
     SUBDIR += py-typechecks
     SUBDIR += py-typed-ast
+    SUBDIR += py-typing
     SUBDIR += py-typing-extensions
     SUBDIR += py-typing-inspect
     SUBDIR += py-tzlocal


More information about the svn-ports-all mailing list