summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-xxhash/Makefile22
-rw-r--r--devel/py-types-xxhash/distinfo3
-rw-r--r--devel/py-types-xxhash/pkg-descr3
5 files changed, 1 insertions, 29 deletions
diff --git a/MOVED b/MOVED
index 7a0edab39046..602ec3bd5d1b 100644
--- a/MOVED
+++ b/MOVED
@@ -17608,3 +17608,4 @@ devel/cppcheck-gui|devel/cppcheck|2022-11-07|GUI is now included in devel/cppche
devel/py-types-termcolor||2022-11-11|No longer needed, type annotations are now available in termcolor module
x11-toolkits/wlroots-devel|x11-toolkits/wlroots|2022-11-11|Out of date: use x11-toolkits/wlroots for now
multimedia/mpv034||2022-11-14|No longer needed
+devel/py-types-xxhash||2022-11-15|No longer needed, type annotations are now available in xxhash module
diff --git a/devel/Makefile b/devel/Makefile
index 96e232915cd8..8f91308341aa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5467,7 +5467,6 @@
SUBDIR += py-types-toml
SUBDIR += py-types-typed-ast
SUBDIR += py-types-urllib3
- SUBDIR += py-types-xxhash
SUBDIR += py-typing-extensions
SUBDIR += py-typing-inspect
SUBDIR += py-tzdata
diff --git a/devel/py-types-xxhash/Makefile b/devel/py-types-xxhash/Makefile
deleted file mode 100644
index fff41b83907a..000000000000
--- a/devel/py-types-xxhash/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= types-xxhash
-PORTVERSION= 3.0.5.1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= amdmi3@FreeBSD.org
-COMMENT= Typing stubs for xxhash
-WWW= https://pypi.org/project/types-xxhash/
-
-LICENSE= APACHE20
-
-# XXX: no longer needed with xxhash>=3.1.0, remove after its update
-CONFLICTS= ${PYTHON_PKGNAMEPREFIX}xxhash-3.[123456789]*
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-types-xxhash/distinfo b/devel/py-types-xxhash/distinfo
deleted file mode 100644
index 2fbcdb4982ee..000000000000
--- a/devel/py-types-xxhash/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1666375770
-SHA256 (types-xxhash-3.0.5.1.tar.gz) = a131a25153272fbb4b073e2cf03e41788c3a4895f2787e48cd2e5dbdadc5811a
-SIZE (types-xxhash-3.0.5.1.tar.gz) = 3232
diff --git a/devel/py-types-xxhash/pkg-descr b/devel/py-types-xxhash/pkg-descr
deleted file mode 100644
index b2c5a9bdcd14..000000000000
--- a/devel/py-types-xxhash/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a PEP 561 type stub package for the `xxhash` package.
-It can be used by type-checking tools like mypy, PyCharm, pytype
-etc. to check code that uses `xxhash`.