git: b737700f962a - main - www/py-gandi.cli: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 31 Oct 2024 21:55:04 UTC
The branch main has been updated by rene:

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

commit b737700f962a250d12f7415a3c76f748e4388e94
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-10-31 21:54:50 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-10-31 21:54:50 +0000

    www/py-gandi.cli: Remove expired port
    
    2024-10-31 www/py-gandi.cli: Upstream no longer continuing
---
 MOVED                                  |  1 +
 www/Makefile                           |  1 -
 www/py-gandi.cli/Makefile              | 39 -------------------------------
 www/py-gandi.cli/distinfo              |  3 ---
 www/py-gandi.cli/files/patch-setup.cfg | 12 ----------
 www/py-gandi.cli/files/patch-setup.py  | 42 ----------------------------------
 www/py-gandi.cli/pkg-descr             |  8 -------
 7 files changed, 1 insertion(+), 105 deletions(-)

diff --git a/MOVED b/MOVED
index 849d687a3c15..bcf4bdc121bd 100644
--- a/MOVED
+++ b/MOVED
@@ -3561,3 +3561,4 @@ security/palisade|security/openfhe|2024-10-30|palisade has been superseded by op
 emulators/wine8||2024-10-31|Has expired: The transition to Wine 9.0 should be mostly done now
 audio/funktrackergold||2024-10-31|Has expired: Software looks abandoned: last release is in 1999 and WWW link had nothing to do with the software. Does not build with GCC 14.2
 cad/tkgate||2024-10-31|Has expired: Upstream is gone
+www/py-gandi.cli||2024-10-31|Has expired: Upstream no longer continuing
diff --git a/www/Makefile b/www/Makefile
index 3c0241e6d88a..cffe138d2de2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1694,7 +1694,6 @@
     SUBDIR += py-frappe-bench
     SUBDIR += py-freenit
     SUBDIR += py-frozen-flask
-    SUBDIR += py-gandi.cli
     SUBDIR += py-gevent-websocket
     SUBDIR += py-ghp-import
     SUBDIR += py-google
diff --git a/www/py-gandi.cli/Makefile b/www/py-gandi.cli/Makefile
deleted file mode 100644
index 450ef1b0e5b3..000000000000
--- a/www/py-gandi.cli/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME=	gandi.cli
-PORTVERSION=	1.6
-PORTREVISION=	1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Gandi command line interface
-WWW=		https://github.com/Gandi/gandi.cli
-
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Upstream no longer continuing
-# Should be removed along with python38
-EXPIRATION_DATE=	2024-10-31
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} > 30900
-BROKEN=		python-3.9 or later is not supported
-.endif
-
-do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-
-.include <bsd.port.post.mk>
diff --git a/www/py-gandi.cli/distinfo b/www/py-gandi.cli/distinfo
deleted file mode 100644
index c0553f0ecfbe..000000000000
--- a/www/py-gandi.cli/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1646761396
-SHA256 (gandi.cli-1.6.tar.gz) = af59bf81a5a434dd3a5bc728a9475d80491ed73ce4343f2c1f479cbba09266c0
-SIZE (gandi.cli-1.6.tar.gz) = 186310
diff --git a/www/py-gandi.cli/files/patch-setup.cfg b/www/py-gandi.cli/files/patch-setup.cfg
deleted file mode 100644
index ea2f1a4b3222..000000000000
--- a/www/py-gandi.cli/files/patch-setup.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
---- setup.cfg.orig	2019-05-17 13:01:03 UTC
-+++ setup.cfg
-@@ -5,9 +5,6 @@ cover-package = gandi.cli
- with-coverage = 1
- cover-erase = 1
- 
--[tool:pytest]
--addopts = --cov=gandi.cli
--
- [egg_info]
- tag_build = 
- tag_date = 0
diff --git a/www/py-gandi.cli/files/patch-setup.py b/www/py-gandi.cli/files/patch-setup.py
deleted file mode 100644
index f8bb31a46824..000000000000
--- a/www/py-gandi.cli/files/patch-setup.py
+++ /dev/null
@@ -1,42 +0,0 @@
---- setup.py.orig	2019-01-13 14:15:14 UTC
-+++ setup.py
-@@ -5,14 +5,15 @@ import re
- import os
- import sys
- 
-+from io import open
-+
- from setuptools import setup, find_packages
- from setuptools.command.test import test as TestCommand
- 
- here = os.path.abspath(os.path.dirname(__file__))
--README = open(os.path.join(here, 'README.md')).read()
--CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
-+README = open(os.path.join(here, 'README.md'), encoding='utf-8').read()
-+CHANGES = open(os.path.join(here, 'CHANGES.rst'), encoding='utf-8').read()
- 
--
- class PyTest(TestCommand):
-     user_options = [('pytest-args=', 'a', "Arguments to pass into py.test")]
- 
-@@ -43,8 +44,10 @@ with open(os.path.join(here, 'gandi', 'cli', '__init__
- 
- requires = ['setuptools', 'pyyaml', 'click>=7.0', 'requests', 'IPy']
- 
--tests_require = ['pytest', 'pytest-cov', 'tox']
-+tests_require = ['pytest']
- 
-+dev_requires = ['pytest-cov', 'tox']
-+
- if sys.version_info < (3, 0):
-     tests_require += ['mock']
- else:
-@@ -54,7 +57,7 @@ else:
-             " (sys.version: {})".format(sys.version))
- 
- extras_require = {
--    'test': tests_require,
-+    'dev': dev_requires,
- }
- 
- setup(name='gandi.cli',
diff --git a/www/py-gandi.cli/pkg-descr b/www/py-gandi.cli/pkg-descr
deleted file mode 100644
index aef0001ba738..000000000000
--- a/www/py-gandi.cli/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Gandi command line interface
-
-Use `$ gandi` to easily create and manage web resources from the command line.
-
-  * `$ gandi domain` to buy and manage your domain names
-  * `$ gandi paas` to create and deploy your web applications
-  * `$ gandi vm` to spin up and upgrade your virtual machines
-  * `$ gandi` to list all available commands