mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/{,py-}stringzilla: update 3.11.1 → 3.11.2
Reported by: portscout
This commit is contained in:
parent
aefdf5d5a2
commit
d5a938d518
6 changed files with 13 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= stringzilla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.11.1
|
||||
DISTVERSION= 3.11.2
|
||||
CATEGORIES= devel python
|
||||
#MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -33,6 +33,6 @@ post-install:
|
|||
do-test:
|
||||
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest scripts/test.py
|
||||
|
||||
# tests as of 3.11.1: 10195 passed in 23.19s
|
||||
# tests as of 3.11.2: 10195 passed in 30.47s
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1734594928
|
||||
SHA256 (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 44d2a38ddd610e6e22fc3ed83a5a453f9887b45746dd250d68c4d690b860c8f0
|
||||
SIZE (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 260094
|
||||
TIMESTAMP = 1734668128
|
||||
SHA256 (ashvardanian-StringZilla-v3.11.2_GH0.tar.gz) = 6cd585cd3bcc7084e55fb84c9e6de27ea44626cc45ceb465b7f0b1602005f90d
|
||||
SIZE (ashvardanian-StringZilla-v3.11.2_GH0.tar.gz) = 260075
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig 2024-12-19 07:27:15 UTC
|
||||
+++ setup.py
|
||||
@@ -118,7 +118,7 @@ def windows_settings() -> Tuple[List[str], List[str],
|
||||
return compile_args, link_args, macros_args
|
||||
|
||||
|
||||
-if sys.platform == "linux":
|
||||
+if sys.platform == "linux" or sys.platform.startswith('freebsd'):
|
||||
compile_args, link_args, macros_args = linux_settings()
|
||||
|
||||
elif sys.platform == "darwin":
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= stringzilla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.11.1
|
||||
DISTVERSION= 3.11.2
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -30,4 +30,6 @@ post-install:
|
|||
# workaround for https://github.com/ashvardanian/StringZilla/issues/194
|
||||
@${RM} -r ${STAGEDIR}/usr/src
|
||||
|
||||
# 7 tests fail on an older CPU: https://github.com/ashvardanian/StringZilla/issues/206
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1733995248
|
||||
SHA256 (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 44d2a38ddd610e6e22fc3ed83a5a453f9887b45746dd250d68c4d690b860c8f0
|
||||
SIZE (ashvardanian-StringZilla-v3.11.1_GH0.tar.gz) = 260094
|
||||
TIMESTAMP = 1734668844
|
||||
SHA256 (ashvardanian-StringZilla-v3.11.2_GH0.tar.gz) = 6cd585cd3bcc7084e55fb84c9e6de27ea44626cc45ceb465b7f0b1602005f90d
|
||||
SIZE (ashvardanian-StringZilla-v3.11.2_GH0.tar.gz) = 260075
|
||||
|
|
|
@ -4,7 +4,7 @@ include/stringzilla/stringzilla.h
|
|||
include/stringzilla/stringzilla.hpp
|
||||
lib/libstringzilla_shared.so
|
||||
lib/libstringzilla_shared.so.1
|
||||
lib/libstringzilla_shared.so.3.11.1
|
||||
lib/libstringzilla_shared.so.3.11.2
|
||||
lib/libstringzillite.so
|
||||
lib/libstringzillite.so.1
|
||||
lib/libstringzillite.so.3.11.1
|
||||
lib/libstringzillite.so.3.11.2
|
||||
|
|
Loading…
Add table
Reference in a new issue