[arch-commits] Commit in python-shodan/repos/community-any (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Tue Apr 12 03:38:34 UTC 2022
Date: Tuesday, April 12, 2022 @ 03:38:34
Author: grawlinson
Revision: 1185932
archrelease: copy trunk to community-any
Added:
python-shodan/repos/community-any/PKGBUILD
(from rev 1185931, python-shodan/trunk/PKGBUILD)
Deleted:
python-shodan/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 43 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-12 03:37:50 UTC (rev 1185931)
+++ PKGBUILD 2022-04-12 03:38:34 UTC (rev 1185932)
@@ -1,45 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: liara <liara at archlinux.email>
-
-pkgname=python-shodan
-pkgver=1.27.0
-pkgrel=1
-pkgdesc='The official Python library and CLI for Shodan'
-url='https://developer.shodan.io/'
-license=('MIT')
-arch=('any')
-depends=(
- 'python'
- 'python-click'
- 'python-click-plugins'
- 'python-colorama'
- 'python-xlsxwriter'
- 'python-requests'
-)
-makedepends=(
- 'git'
- 'python-setuptools'
-)
-_commit='b32a7bc3f45f62c7ce962cea5954dd8b82fa6824'
-source=("$pkgname::git+https://github.com/achillean/shodan-python.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- python setup.py build
-}
-
-package() {
- cd "$pkgname"
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
Copied: python-shodan/repos/community-any/PKGBUILD (from rev 1185931, python-shodan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-12 03:38:34 UTC (rev 1185932)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: liara <liara at archlinux.email>
+
+pkgname=python-shodan
+pkgver=1.27.0
+pkgrel=2
+pkgdesc='The official Python library and CLI for Shodan'
+url='https://shodan.readthedocs.io/'
+license=('MIT')
+arch=('any')
+depends=(
+ 'python'
+ 'python-click'
+ 'python-click-plugins'
+ 'python-colorama'
+ 'python-xlsxwriter'
+ 'python-requests'
+ 'python-setuptools'
+)
+makedepends=('git')
+_commit='b32a7bc3f45f62c7ce962cea5954dd8b82fa6824'
+source=("$pkgname::git+https://github.com/achillean/shodan-python.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ python setup.py build
+}
+
+package() {
+ cd "$pkgname"
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
More information about the arch-commits
mailing list