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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 6 09:52:41 UTC 2022


    Date: Monday, June 6, 2022 @ 09:52:41
  Author: felixonmars
Revision: 1225538

archrelease: copy trunk to community-any

Added:
  python-pytest-randomly/repos/community-any/PKGBUILD
    (from rev 1225537, 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	2022-06-06 09:52:28 UTC (rev 1225537)
+++ PKGBUILD	2022-06-06 09:52:41 UTC (rev 1225538)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-randomly
-pkgver=3.10.1
-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=('d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c')
-
-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 1225537, python-pytest-randomly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 09:52:41 UTC (rev 1225538)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-randomly
+pkgver=3.10.2
+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=('3dd56c764106678cba61c98e3a9ec17ebf2ed88a4cf6919e0088b9448410a6d5c2ea0d7eb61d9fdf492f5a220c4db19ff64f8fa45af5624fef0af3103af9ad37')
+
+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