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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 14 17:34:26 UTC 2022


    Date: Monday, February 14, 2022 @ 17:34:26
  Author: felixonmars
Revision: 1133214

archrelease: copy trunk to community-any

Added:
  python-pytest-bdd/repos/community-any/PKGBUILD
    (from rev 1133213, python-pytest-bdd/trunk/PKGBUILD)
Deleted:
  python-pytest-bdd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 17:34:18 UTC (rev 1133213)
+++ PKGBUILD	2022-02-14 17:34:26 UTC (rev 1133214)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-bdd
-pkgver=4.1.0
-pkgrel=4
-pkgdesc='BDD library for the pytest runner'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-bdd'
-depends=('python-glob2' 'python-mako' 'python-parse' 'python-parse-type' 'python-py' 'python-pytest')
-makedepends=('python-setuptools')
-source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('54ce5ae2f7b3deff7d436d42f80fc47892707eb1e6e76469dda9753ff0b2d727bb47b5be300eadccadd87838aee43130fec5dff6441353eb07c0787c84d55afa')
-
-build() {
-  cd pytest-bdd-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-bdd-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" pytest
-}
-
-package() {
-  cd pytest-bdd-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-bdd/repos/community-any/PKGBUILD (from rev 1133213, python-pytest-bdd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 17:34:26 UTC (rev 1133214)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-bdd
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='BDD library for the pytest runner'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-bdd'
+depends=('python-glob2' 'python-mako' 'python-parse' 'python-parse-type' 'python-py' 'python-pytest')
+makedepends=('python-setuptools')
+source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('827e57d410b05207b6c646062ddb54b677e22441311820d3bd406df202b6e9344dedf59cd4868e89cfbf8606fe3f15559e4cc3958d100e4fa74f9b864e6faada')
+
+build() {
+  cd pytest-bdd-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest-bdd-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list