pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pysha3 py-pysha3: Python 3.6 is supported as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58100b3bbfa5
branches:  trunk
changeset: 378355:58100b3bbfa5
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 06 06:58:24 2018 +0000

description:
py-pysha3: Python 3.6 is supported as well; clean-ups

diffstat:

 devel/py-pysha3/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r ef2d38be97ce -r 58100b3bbfa5 devel/py-pysha3/Makefile
--- a/devel/py-pysha3/Makefile  Fri Apr 06 03:48:49 2018 +0000
+++ b/devel/py-pysha3/Makefile  Fri Apr 06 06:58:24 2018 +0000
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2018/03/20 15:40:48 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/06 06:58:24 adam Exp $
 
 DISTNAME=      pysha3-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pysha3/}
 
 MAINTAINER=    khorben%defora.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pysha3/
+HOMEPAGE=      https://github.com/tiran/pysha3
 COMMENT=       SHA-3 wrapper (keccak) for Python
 LICENSE=       python-software-foundation
 
-USE_LANGUAGES= c
-
-PYTHON_VERSIONS_ACCEPTED=      35 34 27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index