python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / python-random2 / template
blob8d47203468f2b6e68745a69f03675c6bffc14b4b
1 # Template file for 'python-random2'
2 pkgname=python-random2
3 version=1.0.1
4 revision=1
5 wrksrc=random2-${version}
6 build_style=python-module
7 hostmakedepends="python-setuptools python3-setuptools unzip"
8 depends="python-setuptools"
9 short_desc="Python 3 compatible Python 2 random Module"
10 maintainer="Wilson Birney <wpb@360scada.com>"
11 license="Python 2.1.1"
12 homepage="https://pypi.org/project/random2/"
13 distfiles="${PYPI_SITE}/r/random2/random2-1.0.1.zip"
14 checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
15 noarch=yes
17 python3-random2_package() {
18         noarch=yes
19         depends="python3-setuptools"
20         pkg_install() {
21                 vmove usr/lib/python3*
22         }