pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-slowaes: some cleanups.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 2 18:20:27 2016 +0200
Changeset:	12745e0c46a2aa041994cc547ccc963ef54d5e0f

Modified Files:
	py-slowaes/Makefile

Log Message:
py-slowaes: some cleanups.

Mark as not ready for python-3.x.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=12745e0c46a2aa041994cc547ccc963ef54d5e0f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-slowaes/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-slowaes/Makefile b/py-slowaes/Makefile
index cc31e10..c3842ae 100644
--- a/py-slowaes/Makefile
+++ b/py-slowaes/Makefile
@@ -4,15 +4,13 @@ DISTNAME=	slowaes-0.1a1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	security python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/slowaes/}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-NO_BUILD=	yes
 
 MAINTAINER=	kyuupichan%gmail.com@localhost
 HOMEPAGE=	http://code.google.com/p/slowaes/
 COMMENT=	Implementation of AES in pure Python
 LICENSE=	apache-2.0
 
-PYDISTUTILSPKG=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # as of 0.1a1
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index