python3-shodan: update to 1.28.0.
move comment to be squashed
This commit is contained in:
parent
5aa6a2e425
commit
938324967b
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-shodan'
|
# Template file for 'python3-shodan'
|
||||||
pkgname=python3-shodan
|
pkgname=python3-shodan
|
||||||
version=1.25.0
|
version=1.28.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="shodan-python-${version}"
|
wrksrc="shodan-python-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,9 +13,8 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://developer.shodan.io"
|
homepage="https://developer.shodan.io"
|
||||||
distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
|
distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
|
||||||
checksum=52932c6d508622877d0667e0290fee84e6cb749b6565b48ba359fbbf002f0845
|
checksum=fc5f159f3edb6db0c2fff338b62f8a6c6eb63b12983bf729a4121fa30019753b
|
||||||
make_check=extended
|
make_check=extended # One must export the variable SHODAN-API-KEY in env before running tests
|
||||||
# One must export the variable SHODAN-API-KEY in env before running tests
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue