python-random2: fix license=
This commit is contained in:
parent
de98a5cac6
commit
7edc95d296
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python-random2'
|
# Template file for 'python-random2'
|
||||||
pkgname=python-random2
|
pkgname=python-random2
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=random2-${version}
|
wrksrc="random2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools unzip"
|
hostmakedepends="python-setuptools python3-setuptools unzip"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Python 3 compatible Python 2 random Module"
|
short_desc="Python 3 compatible Python 2 random Module"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="Python 2.1.1"
|
license="Python-2.0"
|
||||||
homepage="https://pypi.org/project/random2/"
|
homepage="https://pypi.org/project/random2/"
|
||||||
distfiles="${PYPI_SITE}/r/random2/random2-1.0.1.zip"
|
distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip"
|
||||||
checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
|
checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue