[arch-commits] Commit in python-shodan/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Tue Apr 12 03:37:50 UTC 2022
Date: Tuesday, April 12, 2022 @ 03:37:50
Author: grawlinson
Revision: 1185931
upgpkg: python-shodan 1.27.0-2
* Add missing dependency: python-setuptools (package imports pkg_resources).
* Change URL to upstream documentation.
Modified:
python-shodan/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-12 03:35:04 UTC (rev 1185930)
+++ PKGBUILD 2022-04-12 03:37:50 UTC (rev 1185931)
@@ -3,9 +3,9 @@
pkgname=python-shodan
pkgver=1.27.0
-pkgrel=1
+pkgrel=2
pkgdesc='The official Python library and CLI for Shodan'
-url='https://developer.shodan.io/'
+url='https://shodan.readthedocs.io/'
license=('MIT')
arch=('any')
depends=(
@@ -15,11 +15,9 @@
'python-colorama'
'python-xlsxwriter'
'python-requests'
-)
-makedepends=(
- 'git'
'python-setuptools'
)
+makedepends=('git')
_commit='b32a7bc3f45f62c7ce962cea5954dd8b82fa6824'
source=("$pkgname::git+https://github.com/achillean/shodan-python.git#commit=$_commit")
b2sums=('SKIP')
More information about the arch-commits
mailing list