[arch-commits] Commit in python-shodan/repos/community-any (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jul 10 08:51:12 UTC 2022


    Date: Sunday, July 10, 2022 @ 08:51:11
  Author: grawlinson
Revision: 1249274

archrelease: copy trunk to community-any

Added:
  python-shodan/repos/community-any/PKGBUILD
    (from rev 1249273, python-shodan/trunk/PKGBUILD)
Deleted:
  python-shodan/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-10 08:50:28 UTC (rev 1249273)
+++ PKGBUILD	2022-07-10 08:51:11 UTC (rev 1249274)
@@ -1,43 +0,0 @@
-# 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
-}

Copied: python-shodan/repos/community-any/PKGBUILD (from rev 1249273, python-shodan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-10 08:51:11 UTC (rev 1249274)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: liara <liara at archlinux.email>
+
+pkgname=python-shodan
+pkgver=1.28.0
+pkgrel=1
+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='7d043d74735cfaf0b0b5dc8fbc81922ba117dfea'
+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