Date: Tuesday, February 28, 2023 @ 08:37:25
  Author: arojas
Revision: 1405576

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-28 08:37:15 UTC (rev 1405575)
+++ PKGBUILD    2023-02-28 08:37:25 UTC (rev 1405576)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Jingbei Li <[email protected]>
-# Contributor: Jose Riha <jose1711 gmail com>
-
-pkgname=python-pooch
-_pyname=pooch
-pkgver=1.6.0
-pkgrel=5
-pkgdesc='Python library for fetching and caching data files'
-arch=(any)
-url='https://www.fatiando.org/pooch/latest/'
-license=(BSD)
-depends=(python-requests python-appdirs)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
-checkdepends=(python-pytest)
-source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('57d20ec4b10dd694d2b05bb64bc6b109c6e85a6c1405794ce87ed8b341ab3f44')
-
-build() {
-  cd $_pyname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pyname-$pkgver
-  pytest -v -k 'not test_check_availability_on_ftp and not test_ftp_downloader'
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pooch/repos/community-any/PKGBUILD (from rev 1405575, 
python-pooch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-28 08:37:25 UTC (rev 1405576)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Jingbei Li <[email protected]>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=python-pooch
+_pyname=pooch
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Python library for fetching and caching data files'
+arch=(any)
+url='https://www.fatiando.org/pooch/latest/'
+license=(BSD)
+depends=(python-requests python-appdirs)
+makedepends=(python-build python-installer python-setuptools-scm python-wheel)
+checkdepends=(python-pytest)
+source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('f174a1041b6447f0eef8860f76d17f60ed2f857dc0efa387a7f08228af05d998')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pyname-$pkgver
+  pytest -v -k 'not test_check_availability_on_ftp and not test_ftp_downloader'
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to