summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-itypes/Makefile24
-rw-r--r--devel/py-itypes/distinfo3
-rw-r--r--devel/py-itypes/pkg-descr9
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 5c99e91e96f5..5b1e302890ee 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/devel/Makefile b/devel/Makefile
index 181e8f828f02..85f98608cfb7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-itypes/Makefile b/devel/py-itypes/Makefile
deleted file mode 100644
index bad514091d76..000000000000
--- a/devel/py-itypes/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-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>
diff --git a/devel/py-itypes/distinfo b/devel/py-itypes/distinfo
deleted file mode 100644
index 5994bc82aef2..000000000000
--- a/devel/py-itypes/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1744545120
-SHA256 (itypes-1.2.0.tar.gz) = af886f129dea4a2a1e3d36595a2d139589e4dd287f5cab0b40e799ee81570ff1
-SIZE (itypes-1.2.0.tar.gz) = 4355
diff --git a/devel/py-itypes/pkg-descr b/devel/py-itypes/pkg-descr
deleted file mode 100644
index b1ba8eb128d4..000000000000
--- a/devel/py-itypes/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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".