mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-shodan: update to 1.21.3
This commit is contained in:
parent
3b760adea6
commit
332a27524e
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-shodan'
|
# Template file for 'python3-shodan'
|
||||||
pkgname=python3-shodan
|
pkgname=python3-shodan
|
||||||
version=1.21.2
|
version=1.21.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="shodan-python-${version}"
|
wrksrc="shodan-python-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="shodan"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-click python3-click-plugins python3-colorama
|
depends="python3-click python3-click-plugins python3-colorama
|
||||||
python3-requests python3-XlsxWriter"
|
python3-requests python3-XlsxWriter"
|
||||||
|
@ -14,7 +13,7 @@ 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=bbc522f92815915d9b6ca91adb04d3394c024e5c4e877139647ccf41f9fd5027
|
checksum=469ba078a1995f6fd2ae1127f9faa26103c27b2758f6629ec95aad8f00d2775a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue