git: 09fd47014323 - main - net-im/py-telepot: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 15:38:47 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09fd470143234560783e4614ddd7844c15f1aaee

commit 09fd470143234560783e4614ddd7844c15f1aaee
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 15:38:43 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 15:38:43 +0000

    net-im/py-telepot: Remove expired port
    
    2025-03-31 net-im/py-telepot: Upstream repository has been archived on Jun 2, 2019
---
 MOVED                       |  1 +
 net-im/Makefile             |  1 -
 net-im/py-telepot/Makefile  | 27 ---------------------------
 net-im/py-telepot/distinfo  |  3 ---
 net-im/py-telepot/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 5cd83557b8a4..211ed5b9435d 100644
--- a/MOVED
+++ b/MOVED
@@ -4262,3 +4262,4 @@ emulators/libretro-mame||2025-03-31|Has expired: Uses expired Python 3.8
 lang/python38|lang/python39|2025-03-31|Has expired: Reached end-of-life in October 2024
 devel/py-python-pcre||2025-03-31|Has expired: Upstream is inactive for over 9 years
 textproc/p5-PDF-WebKit||2025-03-31|Has expired: Depends on expired converters/wkhtmltopdf
+net-im/py-telepot||2025-03-31|Has expired: Upstream repository has been archived on Jun 2, 2019
diff --git a/net-im/Makefile b/net-im/Makefile
index 682690ccfef1..9e86412e5247 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -119,7 +119,6 @@
     SUBDIR += py-slack-sdk
     SUBDIR += py-slackeventsapi
     SUBDIR += py-slixmpp
-    SUBDIR += py-telepot
     SUBDIR += py-toxcore-c
     SUBDIR += py-unmessage
     SUBDIR += qTox
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
deleted file mode 100644
index f3a11fc16ca8..000000000000
--- a/net-im/py-telepot/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	telepot
-DISTVERSION=	12.7
-PORTREVISION=	1
-CATEGORIES=	net-im python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python framework for Telegram Bot API
-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} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1,1:net/py-urllib3@${PY_FLAVOR}
-
-USES=		dos2unix python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/net-im/py-telepot/distinfo b/net-im/py-telepot/distinfo
deleted file mode 100644
index 0f83318fc70a..000000000000
--- a/net-im/py-telepot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1554644605
-SHA256 (telepot-12.7.tar.gz) = ba123e49e72d0bd471543350c5a3aacd5a7ac38aaf7f0abccaf786936b3ba8b0
-SIZE (telepot-12.7.tar.gz) = 73143
diff --git a/net-im/py-telepot/pkg-descr b/net-im/py-telepot/pkg-descr
deleted file mode 100644
index b98ea7d0f8fa..000000000000
--- a/net-im/py-telepot/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Telepot helps you build applications for Telegram Bot API.