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

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 20:49:09 UTC 2021


    Date: Monday, September 20, 2021 @ 20:49:09
  Author: felixonmars
Revision: 1019720

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 20:48:55 UTC (rev 1019719)
+++ PKGBUILD	2021-09-20 20:49:09 UTC (rev 1019720)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-randomly
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Pytest plugin to randomly order tests and control random.seed'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-randomly'
-depends=('python-importlib-metadata' 'python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 'python-pytest-xdist')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz")
-sha512sums=('eabed09478f3047f181b4efe1057d15dda5686f85d3321083fbd443e5dd036f9fc9bfca2048ff898a194d59349e46ebf6258f03caccf649e891bb0bc6d6ef863')
-
-build() {
-  cd pytest-randomly-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-randomly-$pkgver
-  # TODO: Understand why...
-  PYTHONPATH="$PWD/src" pytest --deselect tests/test_pytest_randomly.py::test_entrypoint_injection
-}
-
-package() {
-  cd pytest-randomly-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-randomly/repos/community-any/PKGBUILD (from rev 1019719, python-pytest-randomly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 20:49:09 UTC (rev 1019720)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-randomly
+pkgver=3.9.0
+pkgrel=1
+pkgdesc='Pytest plugin to randomly order tests and control random.seed'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-randomly'
+depends=('python-importlib-metadata' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 'python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz")
+sha512sums=('a6a75a9047d9cf60cc3f51c1ca77f284a91573ddd4e803befb52ce45404a20bb6e30546df0365c6a5a9c2d04d0a4b7a9ac9334a7d81d0d08eb88ba344fdef3da')
+
+build() {
+  cd pytest-randomly-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-randomly-$pkgver
+  # TODO: Understand why...
+  PYTHONPATH="$PWD/src" pytest --deselect tests/test_pytest_randomly.py::test_entrypoint_injection
+}
+
+package() {
+  cd pytest-randomly-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list