Bug 172606

Summary: [NEW PORT] security/py-pysha3: SHA-3 (Keccak) for Python
Product: Ports & Packages Reporter: koobs <koobs.freebsd>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
.shar none

Description koobs 2012-10-11 12:49:46 UTC
sha3 wrapper (keccak) for Python. The package is a wrapper around the
optimized reference implementation from http://keccak.noekeon.org/ . Only
the optimizations for 32 and 64bit platforms are used. The optimized SSE and
ARM assembly variants are ignored for now.

The module is a standalone version of the SHA-3 implemention of Python 3.4
(currently under development).

WWW: http://bitbucket.org/tiran/pykeccak

====[QA]====
portlint: looks fine. 
porttest: OK
unittest: Ran 12 tests in 0.007s - OK (9-amd64 clang and gcc)
redports: https://redports.org/buildarchive/20121008082843-6218/

Note: All buildgroups include regression-test output (OK)
============

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-11 12:56:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-17 09:03:07 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-17 09:12:37 UTC
State Changed
From-To: open->closed

Committed, thank you! I also fixed packing list for python32