git: ba181aa492b9 - main - net-im/py-telepot: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 08:15:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba181aa492b98a985e719292e8c87c468ca2cdaf commit ba181aa492b98a985e719292e8c87c468ca2cdaf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-20 05:30:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-20 07:59:07 +0000 net-im/py-telepot: Mark DEPRECATED and set EXPIRATION_DATE to 2025-03-31 Reference: https://github.com/nickoala/telepot/commit/4bfe4eeb5e48b40e72976ee085a1b0a941ef3cf2 --- net-im/py-telepot/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile index 58a690803e08..f3a11fc16ca8 100644 --- a/net-im/py-telepot/Makefile +++ b/net-im/py-telepot/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/nickoala/telepot LICENSE= MIT +DEPRECATED= Upstream repository has been archived on Jun 2, 2019 +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR} \