pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-random2 py-random2: add version 1.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/522431440a2d
branches: trunk
changeset: 418545:522431440a2d
user: markd <markd%pkgsrc.org@localhost>
date: Wed Nov 27 21:12:39 2019 +0000
description:
py-random2: add version 1.0.1
This package provides a Python 3 ported version of Python 2.7's random module.
It has also been back-ported to work in Python 2.6.
In Python 3, the implementation of randrange() was changed, so that even
with the same seed you get different sequences in Python 2 and 3. Note that
several high-level functions such as randint() and choice() use randrange().
diffstat:
devel/py-random2/DESCR | 6 ++++++
devel/py-random2/Makefile | 17 +++++++++++++++++
devel/py-random2/PLIST | 9 +++++++++
devel/py-random2/distinfo | 6 ++++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r 7471a5c64bc4 -r 522431440a2d devel/py-random2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-random2/DESCR Wed Nov 27 21:12:39 2019 +0000
@@ -0,0 +1,6 @@
+This package provides a Python 3 ported version of Python 2.7's random module.
+It has also been back-ported to work in Python 2.6.
+
+In Python 3, the implementation of randrange() was changed, so that even
+with the same seed you get different sequences in Python 2 and 3. Note that
+several high-level functions such as randint() and choice() use randrange().
diff -r 7471a5c64bc4 -r 522431440a2d devel/py-random2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-random2/Makefile Wed Nov 27 21:12:39 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/11/27 21:12:39 markd Exp $
+
+DISTNAME= random2-1.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/random2/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/random2/
+COMMENT= Python 3 compatible port of Python 2 random module
+LICENSE= python-software-foundation
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7471a5c64bc4 -r 522431440a2d devel/py-random2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-random2/PLIST Wed Nov 27 21:12:39 2019 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/27 21:12:39 markd Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/random2.py
+${PYSITELIB}/random2.pyo
+${PYSITELIB}/random2.pyc
diff -r 7471a5c64bc4 -r 522431440a2d devel/py-random2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-random2/distinfo Wed Nov 27 21:12:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/27 21:12:39 markd Exp $
+
+SHA1 (random2-1.0.1.zip) = 02e35dd53fa534dbb8f6e7baa8cf609ea1368eef
+RMD160 (random2-1.0.1.zip) = e0c8cac5bf246d6ee776c1ea7ac47baaf7a3e8ab
+SHA512 (random2-1.0.1.zip) = 31de31c27bc6e07e99c24d30e97d9ddc3085fe557bcb0725881d4ab0b4c06e6208f64ba6267098c7b1be4f115ad45b399e841beecc90f71da2fb7d82982e75ff
+Size (random2-1.0.1.zip) = 21088 bytes
Home |
Main Index |
Thread Index |
Old Index