svn commit: r560119 - head/devel/py-automaton1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 3 20:07:01 UTC 2021
Author: sunpoet
Date: Sun Jan 3 20:06:53 2021
New Revision: 560119
URL: https://svnweb.freebsd.org/changeset/ports/560119
Log:
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31
Modified:
head/devel/py-automaton1/Makefile
Modified: head/devel/py-automaton1/Makefile
==============================================================================
--- head/devel/py-automaton1/Makefile Sun Jan 3 20:06:48 2021 (r560118)
+++ head/devel/py-automaton1/Makefile Sun Jan 3 20:06:53 2021 (r560119)
@@ -15,6 +15,9 @@ COMMENT= Friendly state machines for python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Use devel/py-automaton instead
+EXPIRATION_DATE=2021-01-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \
More information about the svn-ports-head
mailing list