File: control

package info (click to toggle)
pyrandom2 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168 kB
  • sloc: python: 856; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: pyrandom2
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://pypi.org/project/random2/
Vcs-Browser: https://salsa.debian.org/hle/pyrandom2
Vcs-Git: https://salsa.debian.org/hle/pyrandom2.git
Testsuite: autopkgtest-pkg-python

Package: python3-random2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: backport of Python 2.7's random module
 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.
 .
 This package provides a Python 3 ported version of Python 2.7’s random module.