python-random2: drop package
This commit is contained in:
parent
300346905c
commit
16069cf69c
3 changed files with 14 additions and 26 deletions
|
@ -1,25 +0,0 @@
|
||||||
# Template file for 'python-random2'
|
|
||||||
pkgname=python-random2
|
|
||||||
version=1.0.1
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="random2-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="random2.py"
|
|
||||||
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.0"
|
|
||||||
homepage="https://pypi.org/project/random2/"
|
|
||||||
distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
|
|
||||||
checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
|
|
||||||
|
|
||||||
python3-random2_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-setuptools"
|
|
||||||
pycompile_module="random2.py"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-random2
|
|
14
srcpkgs/python3-random2/template
Normal file
14
srcpkgs/python3-random2/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-random2'
|
||||||
|
pkgname=python3-random2
|
||||||
|
version=1.0.1
|
||||||
|
revision=5
|
||||||
|
wrksrc="random2-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools unzip"
|
||||||
|
depends="python3-setuptools"
|
||||||
|
short_desc="Python 3 compatible Python 2 random Module"
|
||||||
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
|
license="Python-2.0"
|
||||||
|
homepage="https://pypi.org/project/random2/"
|
||||||
|
distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
|
||||||
|
checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
|
Loading…
Add table
Add a link
Reference in a new issue