Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 19:52:07 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172606: [NEW PORT] security/py-pysha3: SHA-3 (Keccak) for Python
Message-ID:  <20121011085207.C200739EF3@freebsd-9-amd64.localdomain>
Resent-Message-ID: <201210111149.q9BBnkVC062853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172606
>Category:       ports
>Synopsis:       [NEW PORT] security/py-pysha3: SHA-3 (Keccak) for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 11:49:46 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
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)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pysha3
#	py-pysha3/Makefile
#	py-pysha3/pkg-descr
#	py-pysha3/pkg-plist
#	py-pysha3/distinfo
#
echo c - py-pysha3
mkdir -p py-pysha3 > /dev/null 2>&1
echo x - py-pysha3/Makefile
sed 's/^X//' >py-pysha3/Makefile << '641e0288a4e9f113d36500042151204e'
X# Created by: Kubilay Kocak <koobs.freebsd@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	pysha3
XPORTVERSION=	0.2.2
XCATEGORIES=	security python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	koobs.freebsd@gmail.com
XCOMMENT=	SHA-3 (Keccak) for Python
X
X#Python3 ready
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
X
Xregression-test: build
X	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
X
X.include <bsd.port.mk>
641e0288a4e9f113d36500042151204e
echo x - py-pysha3/pkg-descr
sed 's/^X//' >py-pysha3/pkg-descr << '7a56cd513a9e147eee772eb0dd6e705b'
Xsha3 wrapper (keccak) for Python. The package is a wrapper around the
Xoptimized reference implementation from http://keccak.noekeon.org/ . Only
Xthe optimizations for 32 and 64bit platforms are used. The optimized SSE and
XARM assembly variants are ignored for now.
X
XThe module is a standalone version of the SHA-3 implemention of Python 3.4
X(currently under development).
X
XWWW: http://bitbucket.org/tiran/pykeccak
7a56cd513a9e147eee772eb0dd6e705b
echo x - py-pysha3/pkg-plist
sed 's/^X//' >py-pysha3/pkg-plist << '12cf6b25db9b1a95c3b23a5e994190ba'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/_sha3.so
X%%PYTHON_SITELIBDIR%%/sha3.py
X%%PYTHON_SITELIBDIR%%/sha3.pyc
X%%PYTHON_SITELIBDIR%%/sha3.pyo
12cf6b25db9b1a95c3b23a5e994190ba
echo x - py-pysha3/distinfo
sed 's/^X//' >py-pysha3/distinfo << '423d94118b1c09fbe214e9b170dbfea1'
XSHA256 (pysha3-0.2.2.tar.gz) = afedc110ad816ec0d08feff62f5d674b9b90a4028209cbc93a3e362e9fd5a05c
XSIZE (pysha3-0.2.2.tar.gz) = 46450
423d94118b1c09fbe214e9b170dbfea1
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121011085207.C200739EF3>