Date: Monday, April 10, 2023 @ 11:39:11
  Author: felixonmars
Revision: 1444082

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-mpi/repos/community-staging-any/PKGBUILD
    (from rev 1444080, python-pytest-mpi/trunk/PKGBUILD)
Deleted:
  python-pytest-mpi/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:39:09 UTC (rev 1444081)
+++ PKGBUILD    2023-04-10 11:39:11 UTC (rev 1444082)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=pytest-mpi
-pkgname=python-${_pkg}
-pkgver=0.6
-pkgrel=2
-pkgdesc="pytest plugin for working with MPI"
-arch=(any)
-url="https://pytest-mpi.readthedocs.io/";
-license=(BSD)
-depends=(python-pytest)
-makedepends=(python-setuptools)
-checkdepends=(openmpi python-mpi4py python-sybil python-pytest-mpi)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-#source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes tests -p pytester 
--runpytest=subprocess
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pytest-mpi/repos/community-staging-any/PKGBUILD (from rev 
1444080, python-pytest-mpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:39:11 UTC (rev 1444082)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=pytest-mpi
+pkgname=python-${_pkg}
+pkgver=0.6
+pkgrel=3
+pkgdesc="pytest plugin for working with MPI"
+arch=(any)
+url="https://pytest-mpi.readthedocs.io/";
+license=(BSD)
+depends=(python-pytest)
+makedepends=(python-setuptools)
+checkdepends=(openmpi python-mpi4py python-sybil python-pytest-mpi)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes tests -p pytester 
--runpytest=subprocess
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Reply via email to