diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 15:39:13 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 15:46:56 +0000 |
| commit | cf6a9698b8cc2a3aa80f2ad12a98b739f4fa0e68 (patch) | |
| tree | 55de9e88329ed4e89b8d24728026d12f6a103e8e | |
| parent | 620f89e76ae7a69c182cf9c61d63449cab0b1199 (diff) | |
www/py-instabot: Remove expired port
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-instabot/Makefile | 42 | ||||
| -rw-r--r-- | www/py-instabot/distinfo | 3 | ||||
| -rw-r--r-- | www/py-instabot/files/patch-setup.py | 9 | ||||
| -rw-r--r-- | www/py-instabot/pkg-descr | 2 |
6 files changed, 1 insertions, 57 deletions
@@ -4171,3 +4171,4 @@ print/py-pypdf3||2025-02-28|Remove expired port sysutils/py-python-consul2||2025-02-28|Remove expired port textproc/py-pytoml||2025-02-28|Remove expired port textproc/py-trans||2025-02-28|Remove expired port +www/py-instabot||2025-02-28|Remove expired port diff --git a/www/Makefile b/www/Makefile index ce97eaa03791..d02068a13ca8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1793,7 +1793,6 @@ SUBDIR += py-hyperframe SUBDIR += py-hyperlink SUBDIR += py-inlinestyler - SUBDIR += py-instabot SUBDIR += py-internetarchive SUBDIR += py-jh2 SUBDIR += py-jonpy diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile deleted file mode 100644 index 9c7d6d3e520f..000000000000 --- a/www/py-instabot/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= instabot -PORTVERSION= 0.117.0 -PORTREVISION= 5 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Instagram bot scripts and API wrapper -WWW= https://github.com/instagrambot/instabot - -LICENSE= APACHE20 - -DEPRECATED= Upstream repository has been archived on Feb 25, 2024 -EXPIRATION_DATE=2025-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.4,1:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0.18.2:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}huepy>=1.2.1:misc/py-huepy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=3.0.5:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}moviepy>=1.0.1:multimedia/py-moviepy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=6.2.2:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pysocks>=1.7.1:net/py-pysocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}responses>=0.10.9:devel/py-responses@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}schedule>=0.6.0:devel/py-schedule@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-instabot/distinfo b/www/py-instabot/distinfo deleted file mode 100644 index c1223d4b0d35..000000000000 --- a/www/py-instabot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1589818823 -SHA256 (instabot-0.117.0.tar.gz) = 0df4f4fe1d44c0f56a816cb7b67094fb9fd77eeaaa189bc904f91338da3531c9 -SIZE (instabot-0.117.0.tar.gz) = 84374 diff --git a/www/py-instabot/files/patch-setup.py b/www/py-instabot/files/patch-setup.py deleted file mode 100644 index e9d22682bd72..000000000000 --- a/www/py-instabot/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2020-03-28 11:06:35 UTC -+++ setup.py -@@ -55,5 +55,5 @@ setup( - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - ], -- packages=find_packages(), -+ packages=find_packages(exclude=['tests*']), - ) diff --git a/www/py-instabot/pkg-descr b/www/py-instabot/pkg-descr deleted file mode 100644 index c1f3a103beac..000000000000 --- a/www/py-instabot/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Instabot is a Python module, which not only implements the wrapper over the -Instagram API, but also various useful functions. |
