./security/py-pydeep, Python bindings for ssdeep

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4nb1, Package name: py310-pydeep-0.4nb1, Maintainer: pkgsrc-users

Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:

* hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
* hash_file - returns the ssdeep hash for filepath
* compare - returns the % match between 2 hashes

import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('path-to-file')
pydeep.compare('hash1','hash2')


Required to run:
[security/ssdeep] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1.983 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-19 18:50:48 by Thomas Klausner | Files touched by this commit (25)
Log message:
*: fix for python 3.x
   2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146)
Log message:
*: python2 egg files are back, add them to the PLISTs
   2022-01-10 21:42:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pydeep: convert to egg.mk
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2019-12-15 12:24:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pydeep: updated to 0.4

0.4:
Unknown changes
   2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372)
Log message:
Reset maintainer
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.