Bug 172606 - [NEW PORT] security/py-pysha3: SHA-3 (Keccak) for Python
Summary: [NEW PORT] security/py-pysha3: SHA-3 (Keccak) for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 12:49 UTC by koobs
Modified: 2012-10-17 09:12 UTC (History)
0 users

See Also:


Attachments
.shar (2.05 KB, text/plain)
2012-10-11 12:49 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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