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

Bruno Pagani archange at archlinux.org
Thu Oct 15 16:15:10 UTC 2020


    Date: Thursday, October 15, 2020 @ 16:15:09
  Author: archange
Revision: 724173

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 16:14:45 UTC (rev 724172)
+++ PKGBUILD	2020-10-15 16:15:09 UTC (rev 724173)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=spur
-pkgname=python-${_pkg}
-pkgver=0.3.21
-pkgrel=1
-pkgdesc="Run commands and manipulate files locally or over SSH using the same interface"
-arch=(any)
-url="https://github.com/mwilliamson/spur.py"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-paramiko)
-checkdepends=(python-nose)
-# No tests in pypi tarballs
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fb2fbc9a875a90b9e25ae477d7791aa3011a211e33b58de47430828d2786a08f')
-
-build() {
-  cd ${_pkg}.py-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}.py-${pkgver}
-  # https://github.com/mwilliamson/spur.py/issues/85
-  nosetests || warning "Tests failed"
-}
-
-package() {
-  cd ${_pkg}.py-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-spur/repos/community-any/PKGBUILD (from rev 724172, python-spur/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-15 16:15:09 UTC (rev 724173)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=spur
+pkgname=python-${_pkg}
+pkgver=0.3.22
+pkgrel=1
+pkgdesc="Run commands and manipulate files locally or over SSH using the same interface"
+arch=(any)
+url="https://github.com/mwilliamson/spur.py"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-paramiko)
+checkdepends=(python-nose)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('9b4c16675d9eda3c98b56d8886a877d8d2d310530b9396e90209ecef41e06c72')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # https://github.com/mwilliamson/spur.py/issues/85
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list