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

Felix Yan felixonmars at archlinux.org
Sat Mar 20 22:50:49 UTC 2021


    Date: Saturday, March 20, 2021 @ 22:50:49
  Author: felixonmars
Revision: 896287

archrelease: copy trunk to community-any

Added:
  python-ipip-ipdb/repos/community-any/PKGBUILD
    (from rev 896285, python-ipip-ipdb/trunk/PKGBUILD)
Deleted:
  python-ipip-ipdb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 22:50:43 UTC (rev 896286)
+++ PKGBUILD	2021-03-20 22:50:49 UTC (rev 896287)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ipip-ipdb
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="IPIP.net officially supported IP database ipdb format parsing library"
-url="https://github.com/ipipdotnet/ipdb-python"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-conflicts=('python-ipdb')
-source=("https://pypi.io/packages/source/i/ipip-ipdb/ipip-ipdb-$pkgver.tar.gz")
-sha512sums=('748e946325a2f15c4e2806b8893f384c1fbdf62bbb538d99ccefab6489125704831f7eb888da070e3c79dc8b2b2deeafb35f6e1f096ea1733febcfb0db04d6e4')
-
-build() {
-  cd ipip-ipdb-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ipip-ipdb-$pkgver
-  # TODO: Switch to github source after https://github.com/ipipdotnet/ipdb-python/issues/7 is fixed
-  # python ipdb_test.py
-}
-
-package() {
-  cd ipip-ipdb-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-ipip-ipdb/repos/community-any/PKGBUILD (from rev 896285, python-ipip-ipdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-20 22:50:49 UTC (rev 896287)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ipip-ipdb
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="IPIP.net officially supported IP database ipdb format parsing library"
+url="https://github.com/ipipdotnet/ipdb-python"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+conflicts=('python-ipdb')
+source=("https://pypi.io/packages/source/i/ipip-ipdb/ipip-ipdb-$pkgver.tar.gz")
+sha512sums=('88353892920e3c97a12417e52fcee23919f351d9dae22d5fbdba964d6fad528103e18b9fe736cc73208dad1a68ec59d7bc6f94d87772845985e3ca6f8b3a2860')
+
+build() {
+  cd ipip-ipdb-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ipip-ipdb-$pkgver
+  # TODO: Switch to github source after https://github.com/ipipdotnet/ipdb-python/issues/7 is fixed
+  # python ipdb_test.py
+}
+
+package() {
+  cd ipip-ipdb-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list