diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /net/py-raet | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) |
Notes
Diffstat (limited to 'net/py-raet')
-rw-r--r-- | net/py-raet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-raet/Makefile b/net/py-raet/Makefile index 5ec46e72471a..d951c5b726ba 100644 --- a/net/py-raet/Makefile +++ b/net/py-raet/Makefile @@ -13,6 +13,9 @@ COMMENT= Reliable Asynchronous Event Transport protocol library LICENSE= APACHE20 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR} USES= python:2.7 |