git: 19b49ab787bf - main - ports-mgmt/py-pytoport: Remove expired port

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

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

commit 19b49ab787bfbeec8ec3b0deec512599dda91d73
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:48:16 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:48:16 +0000

    ports-mgmt/py-pytoport: Remove expired port
    
    2025-03-31 ports-mgmt/py-pytoport: Depends on expired misc/py-spdx-lookup
---
 MOVED                            |  1 +
 ports-mgmt/Makefile              |  1 -
 ports-mgmt/py-pytoport/Makefile  | 27 ---------------------------
 ports-mgmt/py-pytoport/distinfo  |  3 ---
 ports-mgmt/py-pytoport/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index 780fd3606a17..d4a152b5a6c1 100644
--- a/MOVED
+++ b/MOVED
@@ -4257,3 +4257,4 @@ devel/py-imgkit||2025-03-31|Has expired: Depends on expired converters/wkhtmltop
 sysutils/py-google-compute-engine||2025-03-31|Has expired: Depends on expired devel/py-boto
 devel/ocaml-type_conv|devel/ocaml-ppxlib|2025-03-31|Has expired: Deprecated, upstream recommends migrating to devel/ocaml-ppxlib
 multimedia/dirac||2025-03-31|Has expired: Legacy video codec superseded by multiple formats. Files can be decoded using FFmpeg
+ports-mgmt/py-pytoport||2025-03-31|Has expired: Depends on expired misc/py-spdx-lookup
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index bee863b2b0ef..fde35e26b604 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -76,7 +76,6 @@
     SUBDIR += py-FreeBSD-ports
     SUBDIR += py-nvchecker
     SUBDIR += py-pnu-portstreelint
-    SUBDIR += py-pytoport
     SUBDIR += py-skog
     SUBDIR += rc-subr-jail
     SUBDIR += reprise
diff --git a/ports-mgmt/py-pytoport/Makefile b/ports-mgmt/py-pytoport/Makefile
deleted file mode 100644
index fe3121b60385..000000000000
--- a/ports-mgmt/py-pytoport/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	pytoport
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.1-4
-PORTREVISION=	1
-DISTVERSIONSUFFIX=	-g08c2a0f
-CATEGORIES=	ports-mgmt python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Generate FreeBSD ports from Python modules on PyPI
-WWW=		https://github.com/freebsd/pytoport
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Depends on expired misc/py-spdx-lookup
-EXPIRATION_DATE=2025-03-31
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR}
-
-USES=		python
-USE_GITHUB=	yes
-GH_ACCOUNT=	freebsd
-USE_PYTHON=	autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/py-pytoport/distinfo b/ports-mgmt/py-pytoport/distinfo
deleted file mode 100644
index 2d3ed65cde6b..000000000000
--- a/ports-mgmt/py-pytoport/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1582055543
-SHA256 (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6e86cb276051749683771116910cf34c6d6b0644947e68eb46b43ca056ac499f
-SIZE (freebsd-pytoport-v0.4.1-4-g08c2a0f_GH0.tar.gz) = 6030
diff --git a/ports-mgmt/py-pytoport/pkg-descr b/ports-mgmt/py-pytoport/pkg-descr
deleted file mode 100644
index 5f52f4d47663..000000000000
--- a/ports-mgmt/py-pytoport/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-pytoport provides a way to quickly generate the barebones of a Python package
-by simply providing the name of the module to the command. It accesses the
-PyPI JSON API and does its best to generate a fully functional Makefile and
-distinfo where sources are found.