svn commit: r549989 - head/devel/py-PEAK-Rules

Wen Heping wen at FreeBSD.org
Fri Sep 25 06:50:18 UTC 2020


Author: wen
Date: Fri Sep 25 06:50:17 2020
New Revision: 549989
URL: https://svnweb.freebsd.org/changeset/ports/549989

Log:
  - Mark DEPRECATED

Modified:
  head/devel/py-PEAK-Rules/Makefile

Modified: head/devel/py-PEAK-Rules/Makefile
==============================================================================
--- head/devel/py-PEAK-Rules/Makefile	Fri Sep 25 06:42:15 2020	(r549988)
+++ head/devel/py-PEAK-Rules/Makefile	Fri Sep 25 06:50:17 2020	(r549989)
@@ -12,6 +12,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}.dev-r2686
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Generic functions and business rules support systems
 
+DEPRECATED=	does not build with python3
+EXPIRATION_DATE=2020-10-25
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Extremes>=1.1.1:devel/py-extremes@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}AddOns>=0.6:devel/py-AddOns@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}BytecodeAssembler>0:devel/py-BytecodeAssembler@${PY_FLAVOR}


More information about the svn-ports-all mailing list