Date: Tuesday, April 18, 2023 @ 07:19:16
  Author: arojas
Revision: 1447166

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 07:19:06 UTC (rev 1447165)
+++ PKGBUILD    2023-04-18 07:19:16 UTC (rev 1447166)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=spur
-pkgname=python-${_pkg}
-pkgver=0.3.22
-pkgrel=7
-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 || echo "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-staging-any/PKGBUILD (from rev 1447165, 
python-spur/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-18 07:19:16 UTC (rev 1447166)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=spur
+pkgname=python-${_pkg}
+pkgver=0.3.23
+pkgrel=2
+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=('613fcc44f731a041841485a52780c94490e59c353952c2c8491ec045a2e5d805')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # https://github.com/mwilliamson/spur.py/issues/85
+  nosetests || echo "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}/
+}

Reply via email to