New package: python-random2-1.0.1

Closes: #10720 [via git-merge-pr]
This commit is contained in:
Wilson Birney 2018-01-12 08:44:08 -05:00 committed by Jürgen Buchmüller
parent 8230f01f6b
commit 43210b5fd8
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Template file for 'python-random2'
pkgname=python-random2
version=1.0.1
revision=1
wrksrc=random2-${version}
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools unzip"
depends="python-setuptools"
short_desc="Python 3 compatible Python 2 random Module"
maintainer="Wilson Birney <wpb@360scada.com>"
license="Python 2.1.1"
homepage="https://pypi.python.org/pypi/random2"
distfiles="${PYPI_SITE}/r/random2/random2-1.0.1.zip"
checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
noarch=yes
python3-random2_package() {
noarch=yes
depends="python3-setuptools"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-random2 Symbolic link
View File

@ -0,0 +1 @@
python-random2