Commit 1d2d7461 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

misc/py-lance-namespace-urllib3-client: Remove duplicate

Reported by:	Antoine Brodin <antoine@freebsd.org>
parent 3fd687d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5501,3 +5501,4 @@ www/pecl-http|www/php-http|2026-07-12|Converted to standard extension from pecl
textproc/py-commonmark|textproc/py-CommonMark|2026-07-13|Remove duplicate port
devel/pecl-pcov|devel/php-pcov|2026-07-13|Converted to standard extension from pecl extension
net/pecl-xmlrpc|net/php-xmlrpc|2026-07-14|Converted to standard extension from pecl extension
misc/py-lance-namespace-urllib3-client|databases/py-lance-namespace-urllib3-client|2026-07-16|Remove duplicate port
+0 −1
Original line number Diff line number Diff line
@@ -540,7 +540,6 @@
    SUBDIR += py-jiwer
    SUBDIR += py-kartograph
    SUBDIR += py-kokoro
    SUBDIR += py-lance-namespace-urllib3-client
    SUBDIR += py-langchain
    SUBDIR += py-langchain-anthropic
    SUBDIR += py-langchain-aws
+0 −30
Original line number Diff line number Diff line
PORTNAME=	lance-namespace-urllib3-client
DISTVERSION=	0.9.0
CATEGORIES=	misc python # machine-learning
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME:S/-/_/g}-${PORTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Lance Namespace Specification urllib3 client
WWW=		https://github.com/lance-format/lance-namespace

LICENSE=	APACHE20

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic2>=2:devel/py-pydantic2@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.7.1:devel/py-typing-extensions@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.3:net/py-urllib3@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517 pytest

NO_ARCH=	yes

TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC=	${WRKSRC}/test

# tests as of 0.3.2: 200 passed in 14.78s

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1784097818
SHA256 (lance_namespace_urllib3_client-0.9.0.tar.gz) = cf796fa5307fa4dde91fe4bec2af28b90ba79191852d4394e8fe44276538e40f
SIZE (lance_namespace_urllib3_client-0.9.0.tar.gz) = 235805
+0 −2
Original line number Diff line number Diff line
Lance Namespace Specification urllib3 client.
It connects to Lance Namespace endpoints using the urllib3 HTTP library.