Commit 19b49ab7 authored by Rene Ladan's avatar Rene Ladan
Browse files

ports-mgmt/py-pytoport: Remove expired port

2025-03-31 ports-mgmt/py-pytoport: Depends on expired misc/py-spdx-lookup
parent 6f652db7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

ports-mgmt/py-pytoport/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
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>

ports-mgmt/py-pytoport/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
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

ports-mgmt/py-pytoport/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
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.