[arch-commits] Commit in python-geocoder/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 01:27:35 UTC 2021


    Date: Friday, December 3, 2021 @ 01:27:35
  Author: foutrelis
Revision: 1064648

archrelease: copy trunk to community-staging-any

Added:
  python-geocoder/repos/community-staging-any/
  python-geocoder/repos/community-staging-any/PKGBUILD
    (from rev 1064647, python-geocoder/trunk/PKGBUILD)

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

Copied: python-geocoder/repos/community-staging-any/PKGBUILD (from rev 1064647, python-geocoder/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 01:27:35 UTC (rev 1064648)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-geocoder
+pkgver=1.38.1
+pkgrel=4
+pkgdesc="A simple and consistent geocoding library"
+url="https://github.com/DenisCarriere/geocoder"
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-ratelim' 'python-click' 'python-six' 'python-future')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-requests-mock')
+source=("https://pypi.io/packages/source/g/geocoder/geocoder-$pkgver.tar.gz")
+sha512sums=('e6308b3a918fe2d61bbaa3ad0b0aa2039757a78146acb497fd98e57d4315541dd56a76b482d22823b314e8a093ab8b6759d7aadb6a9c8ab3ee39473e36b218cb')
+
+build() {
+  cd geocoder-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd geocoder-$pkgver
+  python setup.py pytest || echo "Some tests require API key"
+}
+
+package() {
+  cd geocoder-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list