Debian NEW package overview for python-marisa-trie
python-marisa-trie_1.3.0+ds-1_amd64.changes (click to toggle)
Format:1.8
Date:Sat, 16 Aug 2025 18:08:43 +0800
Source:python-marisa-trie
Binary:python3-marisa-trie python3-marisa-trie-dbgsym
Architecture:source amd64
Version:1.3.0+ds-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Tianyu Chen <billchenchina2001@gmail.com>
Description:
python3-marisa-trie - Static memory-efficient and fast Trie structures (Python 3)
Closes:1111029
Changes:
python-marisa-trie (1.3.0+ds-1) unstable; urgency=medium

  * Initial release. (Closes: #1111029)
Files:
5b8125eed7b45ea5b35bf3fd473d8599 2342 python optional python-marisa-trie_1.3.0+ds-1.dsc
454a1635bb1eb4fbf1b16e0ac1aa362a 449864 python optional python-marisa-trie_1.3.0+ds.orig.tar.xz
ee7168b929e1cfa1bfc17d7ebb03fe14 3256 python optional python-marisa-trie_1.3.0+ds-1.debian.tar.xz
2b69444314d0fe6a704c9cd665e18383 8209 python optional python-marisa-trie_1.3.0+ds-1_amd64.buildinfo
3542d552a6a081b7c057f71d6b923cc0 575980 debug optional python3-marisa-trie-dbgsym_1.3.0+ds-1_amd64.deb
4a7ae8fae5222f301518077c8b8530f8 105728 python optional python3-marisa-trie_1.3.0+ds-1_amd64.deb
python-marisa-trie_1.3.0+ds-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-marisa-trie
Binary:python3-marisa-trie
Architecture:any
Version:1.3.0+ds-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Tianyu Chen <billchenchina2001@gmail.com>,
Homepage:https://github.com/pytries/marisa-trie
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-marisa-trie
Vcs-Git:https://salsa.debian.org/python-team/packages/python-marisa-trie.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-sequence-python3, cython3, pybuild-plugin-pyproject, python3-all-dev, python3-setuptools
Build-Depends-Arch:libmarisa-dev, python3-hypothesis <!nocheck>, python3-pytest <!nocheck>, python3-readme-renderer <!nocheck>
Package-List:python3-marisa-trie deb python optional arch=any
Files:
454a1635bb1eb4fbf1b16e0ac1aa362a 449864 python-marisa-trie_1.3.0+ds.orig.tar.xz
ee7168b929e1cfa1bfc17d7ebb03fe14 3256 python-marisa-trie_1.3.0+ds-1.debian.tar.xz
lintian 2.116.3 check for python-marisa-trie_1.3.0+ds-1.dsc (click to toggle)
README.source for python-marisa-trie_1.3.0+ds-1.dsc (click to toggle)
No README.source in this package
control file for python3-marisa-trie_1.3.0+ds-1_amd64.deb (click to toggle)
Package:python3-marisa-trie
Source:python-marisa-trie
Version:1.3.0+ds-1
Architecture:amd64
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:344
Depends:python3 (<<3.14), python3 (>=3.13~), libc6 (>=2.14), libgcc-s1 (>=3.0), libmarisa0 (>=0.2.6), libstdc++6 (>=5.2)
Section:python
Priority:optional
Homepage:https://github.com/pytries/marisa-trie
Description:
Static memory-efficient and fast Trie structures (Python 3)
 MARISA (Matching Algorithm with Recursively Implemented StorAge) is a
 space-efficient trie implementation. String data in a MARISA-trie may take
 up to 50x-100x less memory than in a standard Python dict; the raw lookup
 speed is comparable; trie also provides fast advanced methods like prefix
 search.
 .
 This package provides the Python 3 bindings built with Cython.
lintian 2.116.3 check for python3-marisa-trie_1.3.0+ds-1_amd64.deb (click to toggle)
contents of python3-marisa-trie_1.3.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-08-16 10:08 ./
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie-1.3.0.dist-info/
-rw-r--r-- root/root         7 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie-1.3.0.dist-info/INSTALLER
-rw-r--r-- root/root     10042 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie-1.3.0.dist-info/METADATA
-rw-r--r-- root/root       104 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie-1.3.0.dist-info/WHEEL
-rw-r--r-- root/root        12 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie-1.3.0.dist-info/top_level.txt
-rw-r--r-- root/root    321664 2025-08-16 10:08 ./usr/lib/python3/dist-packages/marisa_trie.cpython-313-x86_64-linux-gnu.so
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/share/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/share/doc/python3-marisa-trie/
-rw-r--r-- root/root       174 2025-08-16 10:08 ./usr/share/doc/python3-marisa-trie/changelog.Debian.gz
-rw-r--r-- root/root      2328 2025-08-16 09:48 ./usr/share/doc/python3-marisa-trie/changelog.gz
-rw-r--r-- root/root      1424 2025-08-16 10:08 ./usr/share/doc/python3-marisa-trie/copyright
control file for python3-marisa-trie-dbgsym_1.3.0+ds-1_amd64.deb (click to toggle)
Package:python3-marisa-trie-dbgsym
Source:python-marisa-trie
Version:1.3.0+ds-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:633
Depends:python3-marisa-trie (=1.3.0+ds-1)
Section:debug
Priority:optional
Description:
debug symbols for python3-marisa-trie
Build-Ids:87419bddc5c847be56875870480be3afef978087
lintian 2.116.3 check for python3-marisa-trie-dbgsym_1.3.0+ds-1_amd64.deb (click to toggle)
contents of python3-marisa-trie-dbgsym_1.3.0+ds-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-08-16 10:08 ./
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/lib/debug/.build-id/87/
-rw-r--r-- root/root    637232 2025-08-16 10:08 ./usr/lib/debug/.build-id/87/419bddc5c847be56875870480be3afef978087.debug
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/share/
drwxr-xr-x root/root         0 2025-08-16 10:08 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-08-16 10:08 ./usr/share/doc/python3-marisa-trie-dbgsym -> python3-marisa-trie

Timestamp: 26.08.2025 / 14:05:25 (UTC)