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