summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-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
4 files changed, 0 insertions, 37 deletions
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".