mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
devel/py-types-xxhash: remove, no longer needed after py-xxhash update
PR: 267499
This commit is contained in:
parent
5faabe82e6
commit
62ed86449d
5 changed files with 1 additions and 29 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -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
|
|
@ -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`.
|
Loading…
Add table
Reference in a new issue