aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-07-16 07:50:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-07-16 07:50:55 +0000
commit1d2d7461e656357efd41c3efe0f2e514d45c21b6 (patch)
treeaa87d85888d398cee84353e4f25a5ea967952a91
parent3fd687d52c0fbf5291a01ed3fb499529f1bb7229 (diff)
misc/py-lance-namespace-urllib3-client: Remove duplicate
Reported by: Antoine Brodin <antoine@freebsd.org>
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-lance-namespace-urllib3-client/Makefile30
-rw-r--r--misc/py-lance-namespace-urllib3-client/distinfo3
-rw-r--r--misc/py-lance-namespace-urllib3-client/pkg-descr2
5 files changed, 1 insertions, 36 deletions
diff --git a/MOVED b/MOVED
index c783956e2127..5a9f438224bd 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/misc/Makefile b/misc/Makefile
index 0056c9d508c2..4d32a6cb4f42 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -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
diff --git a/misc/py-lance-namespace-urllib3-client/Makefile b/misc/py-lance-namespace-urllib3-client/Makefile
deleted file mode 100644
index eba76a73a612..000000000000
--- a/misc/py-lance-namespace-urllib3-client/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-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>
diff --git a/misc/py-lance-namespace-urllib3-client/distinfo b/misc/py-lance-namespace-urllib3-client/distinfo
deleted file mode 100644
index 96f12e0b16c9..000000000000
--- a/misc/py-lance-namespace-urllib3-client/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1784097818
-SHA256 (lance_namespace_urllib3_client-0.9.0.tar.gz) = cf796fa5307fa4dde91fe4bec2af28b90ba79191852d4394e8fe44276538e40f
-SIZE (lance_namespace_urllib3_client-0.9.0.tar.gz) = 235805
diff --git a/misc/py-lance-namespace-urllib3-client/pkg-descr b/misc/py-lance-namespace-urllib3-client/pkg-descr
deleted file mode 100644
index 727def22ae98..000000000000
--- a/misc/py-lance-namespace-urllib3-client/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Lance Namespace Specification urllib3 client.
-It connects to Lance Namespace endpoints using the urllib3 HTTP library.