diff options
author | markd <markd@pkgsrc.org> | 2019-11-27 21:12:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-11-27 21:12:39 +0000 |
commit | 9dddc498d39e1b3efcb322f50b722cc08d089b72 (patch) | |
tree | 299fa206ceac4bbc21aef1643f2ba5e3937ff341 /devel | |
parent | 75cc3794e191e45d117c9e77feb1a976f8a1d362 (diff) | |
download | pkgsrc-9dddc498d39e1b3efcb322f50b722cc08d089b72.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/py-random2/DESCR | 6 | ||||
-rw-r--r-- | devel/py-random2/Makefile | 17 | ||||
-rw-r--r-- | devel/py-random2/PLIST | 9 | ||||
-rw-r--r-- | devel/py-random2/distinfo | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/py-random2/DESCR b/devel/py-random2/DESCR new file mode 100644 index 00000000000..83c34cf7cae --- /dev/null +++ b/devel/py-random2/DESCR @@ -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 --git a/devel/py-random2/Makefile b/devel/py-random2/Makefile new file mode 100644 index 00000000000..6f1abf53d6d --- /dev/null +++ b/devel/py-random2/Makefile @@ -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 +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 --git a/devel/py-random2/PLIST b/devel/py-random2/PLIST new file mode 100644 index 00000000000..fa49cc6c6dc --- /dev/null +++ b/devel/py-random2/PLIST @@ -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 --git a/devel/py-random2/distinfo b/devel/py-random2/distinfo new file mode 100644 index 00000000000..fd258332d3f --- /dev/null +++ b/devel/py-random2/distinfo @@ -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 |