[arch-commits] Commit in python-pytest-randomly/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Apr 16 06:58:10 UTC 2020
Date: Thursday, April 16, 2020 @ 06:58:09
Author: felixonmars
Revision: 615244
archrelease: copy trunk to community-any
Added:
python-pytest-randomly/repos/community-any/PKGBUILD
(from rev 615243, python-pytest-randomly/trunk/PKGBUILD)
Deleted:
python-pytest-randomly/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-16 06:57:59 UTC (rev 615243)
+++ PKGBUILD 2020-04-16 06:58:09 UTC (rev 615244)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-randomly
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Pytest plugin to randomly order tests and control random.seed'
-arch=('any')
-license=('BSD')
-url='https://github.com/pytest-dev/pytest-randomly'
-depends=('python-pytest')
-checkdepends=('python-factory-boy' 'python-faker' 'python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz")
-sha512sums=('d4009c4ddd14c6d39de466ed0dfdc9e084f16a2475de87647a56270cb69e9daf95580c6af8baa14a98b6741c6db86a1bafa078be7e8cd81724c5feec6fd4515d')
-
-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 615243, python-pytest-randomly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-16 06:58:09 UTC (rev 615244)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-randomly
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Pytest plugin to randomly order tests and control random.seed'
+arch=('any')
+license=('BSD')
+url='https://github.com/pytest-dev/pytest-randomly'
+depends=('python-pytest')
+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=('242274b1e9fcbb03278766ddd46e8d3dca2374f09db0d111feb0bebdabab4d46ecc63d17f17e692cf4adf662dd3b450f87fe14e248488acb4d3c629567d54458')
+
+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