[arch-commits] Commit in python-pyhamcrest/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:35:52 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:35:52
  Author: foutrelis
Revision: 1060860

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:35:51 UTC (rev 1060859)
+++ PKGBUILD	2021-12-01 21:35:52 UTC (rev 1060860)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pyhamcrest
-pkgver=1.10.1
-pkgrel=2
-pkgdesc="Hamcrest framework for matcher objects"
-arch=('any')
-license=('BSD')
-url="https://github.com/hamcrest/PyHamcrest"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://github.com/hamcrest/PyHamcrest/archive/V$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b')
-
-build() {
-  cd PyHamcrest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyHamcrest-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd PyHamcrest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pyhamcrest/repos/community-staging-any/PKGBUILD (from rev 1060858, python-pyhamcrest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:52 UTC (rev 1060860)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyhamcrest
+pkgver=1.10.1
+pkgrel=3
+pkgdesc="Hamcrest framework for matcher objects"
+arch=('any')
+license=('BSD')
+url="https://github.com/hamcrest/PyHamcrest"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://github.com/hamcrest/PyHamcrest/archive/V$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b')
+
+build() {
+  cd PyHamcrest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyHamcrest-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd PyHamcrest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list