[arch-commits] Commit in python-maxminddb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 17 11:25:34 UTC 2020


    Date: Saturday, October 17, 2020 @ 11:25:33
  Author: felixonmars
Revision: 725410

archrelease: copy trunk to community-x86_64

Added:
  python-maxminddb/repos/community-x86_64/PKGBUILD
    (from rev 725409, python-maxminddb/trunk/PKGBUILD)
Deleted:
  python-maxminddb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 11:25:08 UTC (rev 725409)
+++ PKGBUILD	2020-10-17 11:25:33 UTC (rev 725410)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-maxminddb
-pkgver=2.0.2
-_testdatacommit=e3764a229ff98541884a3cd4bd7dc95f4ae5d466
-pkgrel=1
-pkgdesc="Reader for the MaxMind DB format"
-url="https://github.com/maxmind/MaxMind-DB-Reader-python"
-license=('Apache')
-arch=('x86_64')
-depends=('python' 'libmaxminddb')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/maxmind/MaxMind-DB-Reader-python/archive/v$pkgver.tar.gz"
-        https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
-sha512sums=('1e90ba9b5b70c6453a36d9591bbcd3a5736df8ea9dbd4707e6166bac73b0211c63bdd6cf0885ce3613ba74a65ad7cd5d003e8bb57620102288f9415e27ff5e8b'
-            '618bef60b69492aecd06467428e36d7a10f2aa846e7afd507b6eac1f3a6ceceeb14ed95654b629c9d2638634a5184658236b644edccc99ae2d24e35d9d1f6db9')
-
-prepare() {
-  cd MaxMind-DB-Reader-python-$pkgver
-  rmdir tests/data
-  ln -s "$srcdir"/MaxMind-DB-$_testdatacommit tests/data
-}
-
-build() {
-  cd MaxMind-DB-Reader-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd MaxMind-DB-Reader-python-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd MaxMind-DB-Reader-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-maxminddb/repos/community-x86_64/PKGBUILD (from rev 725409, python-maxminddb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-17 11:25:33 UTC (rev 725410)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-maxminddb
+pkgver=2.0.3
+_testdatacommit=e3764a229ff98541884a3cd4bd7dc95f4ae5d466
+pkgrel=1
+pkgdesc="Reader for the MaxMind DB format"
+url="https://github.com/maxmind/MaxMind-DB-Reader-python"
+license=('Apache')
+arch=('x86_64')
+depends=('python' 'libmaxminddb')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/maxmind/MaxMind-DB-Reader-python/archive/v$pkgver.tar.gz"
+        https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
+sha512sums=('f853eb0cd3ce756e60ca99bc44f26a593940fd63a6d2b525880e66b7d71d2327d208147eb132c792ebac462ab210ef502f340ef8ab7a09374389f9b90f8a8ded'
+            '618bef60b69492aecd06467428e36d7a10f2aa846e7afd507b6eac1f3a6ceceeb14ed95654b629c9d2638634a5184658236b644edccc99ae2d24e35d9d1f6db9')
+
+prepare() {
+  cd MaxMind-DB-Reader-python-$pkgver
+  rmdir tests/data
+  ln -s "$srcdir"/MaxMind-DB-$_testdatacommit tests/data
+}
+
+build() {
+  cd MaxMind-DB-Reader-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd MaxMind-DB-Reader-python-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd MaxMind-DB-Reader-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list