head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2013.02.09.15.59.42;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.05.22.15.43;	author sbz;	state Exp;
branches;
next	1.1;

1.1
date	2012.10.17.08.03.42;	author rm;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311983
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Kubilay Kocak <koobs@@FreeBSD.org>
# $FreeBSD: head/security/py-pysha3/Makefile 311983 2013-02-09 14:50:27Z koobs $

PORTNAME=	pysha3
PORTVERSION=	0.3
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@@FreeBSD.org
COMMENT=	SHA-3 (Keccak) for Python

# Python3 ready
USE_PYTHON=	yes
USE_PYDISTUTILS=yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_sha3.so \
		%%PYTHON_SITELIBDIR%%/sha3.py \
		%%PYTHON_SITELIBDIR%%/sha3.pyc \
		%%PYTHON_SITELIBDIR%%/sha3.pyo

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 320
.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
.endif

regression-test: build
	@@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test

.include <bsd.port.post.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 2
# Created by: Kubilay Kocak <koobs.freebsd@@gmail.com>
# $FreeBSD: head/security/py-pysha3/Makefile 307039 2012-11-05 22:15:43Z sbz $
d10 1
a10 1
MAINTAINER=	koobs.freebsd@@gmail.com
@


1.2
log
@SVN rev 307039 on 2012-11-05 22:15:43Z by sbz

- Update to 0.3

PR:		ports/172850
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@SVN rev 306002 on 2012-10-17 08:03:42Z by rm

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

PR:		172606
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail dot com>
Feature safe:   yes
@
text
@d5 1
a5 1
PORTVERSION=	0.2.2
@

