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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:58:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:58:00
  Author: felixonmars
Revision: 1061620

archrelease: copy trunk to community-staging-any

Added:
  python-cligj/repos/community-staging-any/PKGBUILD
    (from rev 1061617, python-cligj/trunk/PKGBUILD)
Deleted:
  python-cligj/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:58:00 UTC (rev 1061619)
+++ PKGBUILD	2021-12-02 11:58:00 UTC (rev 1061620)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=cligj
-pkgname=python-${_pkg}
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="Click-based argument and option decorators for Python GIS command line programs"
-arch=(any)
-url="https://github.com/mapbox/cligj"
-license=(BSD)
-depends=(python-click)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib pytest
-}
-
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-cligj/repos/community-staging-any/PKGBUILD (from rev 1061617, python-cligj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:58:00 UTC (rev 1061620)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=cligj
+pkgname=python-${_pkg}
+pkgver=0.7.2
+pkgrel=3
+pkgdesc="Click-based argument and option decorators for Python GIS command line programs"
+arch=(any)
+url="https://github.com/mapbox/cligj"
+license=(BSD)
+depends=(python-click)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib pytest
+}
+
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list