[arch-commits] Commit in python-pytest-randomly/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 16 18:53:36 UTC 2020
Date: Monday, November 16, 2020 @ 18:53:36
Author: foutrelis
Revision: 755521
archrelease: copy trunk to community-staging-any
Added:
python-pytest-randomly/repos/community-staging-any/PKGBUILD
(from rev 755520, python-pytest-randomly/trunk/PKGBUILD)
Deleted:
python-pytest-randomly/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-16 18:53:32 UTC (rev 755520)
+++ PKGBUILD 2020-11-16 18:53:36 UTC (rev 755521)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-randomly
-pkgver=3.5.0
-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')
-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=('ed5cc11799e38caaa899ab25f75469baa2c57a5113c3e51129c4cee801b0eded57f6165113f8cb5a8c995057569c224b9039d601b361b9e95553dc8cb338b368')
-
-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-staging-any/PKGBUILD (from rev 755520, python-pytest-randomly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-16 18:53:36 UTC (rev 755521)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-randomly
+pkgver=3.5.0
+pkgrel=2
+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-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=('ed5cc11799e38caaa899ab25f75469baa2c57a5113c3e51129c4cee801b0eded57f6165113f8cb5a8c995057569c224b9039d601b361b9e95553dc8cb338b368')
+
+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