Commit 339be645 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-itypes: Remove expired port

2025-06-30 devel/py-itypes: Upstream archived repository and suggest using devel/py-pyrsistent instead
parent 4c206c0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4622,3 +4622,4 @@ graphics/rigsofrods-pagedgeometry|graphics/pagedgeometry|2025-06-30|Switch to th
net/net6||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020
devel/py-coreapi|devel/py-openapi-core|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-core instead
devel/py-coreschema|devel/py-openapi-schema-validator|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-schema-validator instead
devel/py-itypes||2025-06-30|Has expired: Upstream archived repository and suggest using devel/py-pyrsistent instead
+0 −1
Original line number Diff line number Diff line
@@ -5062,7 +5062,6 @@
    SUBDIR += py-iterable-io
    SUBDIR += py-iteration-utilities
    SUBDIR += py-itertree
    SUBDIR += py-itypes
    SUBDIR += py-janus
    SUBDIR += py-jaraco.classes
    SUBDIR += py-jaraco.collections

devel/py-itypes/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	itypes
DISTVERSION=	1.2.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Simple immutable types for Python
WWW=		https://github.com/PavanTatikonda/itypes

LICENSE=	BSD2CLAUSE

DEPRECATED=	Upstream archived repository and suggest using devel/py-pyrsistent instead
EXPIRATION_DATE=2025-06-30

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

NO_ARCH=	yes

.include <bsd.port.mk>

devel/py-itypes/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1744545120
SHA256 (itypes-1.2.0.tar.gz) = af886f129dea4a2a1e3d36595a2d139589e4dd287f5cab0b40e799ee81570ff1
SIZE (itypes-1.2.0.tar.gz) = 4355

devel/py-itypes/pkg-descr

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
Basic immutable container types for Python.

A simple implementation that's designed for simplicity over performance.

Use these in circumstances where it may result in more comprehensible code,
or when you want to create custom types with restricted, immutable interfaces.

For an alternative implementation designed for performance, please see
"pyrsistent".