svn commit: r505038 - head/devel/py-typed-ast12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 24 18:06:46 UTC 2019


Author: sunpoet
Date: Mon Jun 24 18:06:42 2019
New Revision: 505038
URL: https://svnweb.freebsd.org/changeset/ports/505038

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-06-30

Modified:
  head/devel/py-typed-ast12/Makefile

Modified: head/devel/py-typed-ast12/Makefile
==============================================================================
--- head/devel/py-typed-ast12/Makefile	Mon Jun 24 18:06:37 2019	(r505037)
+++ head/devel/py-typed-ast12/Makefile	Mon Jun 24 18:06:42 2019	(r505038)
@@ -15,6 +15,9 @@ LICENSE=	APACHE20 PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use devel/py-typed-ast instead
+EXPIRATION_DATE=2019-06-30
+
 USES=		python:3.3+
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list