[arch-commits] Commit in python-pytest-mock/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 10:37:06 UTC 2021
Date: Friday, December 3, 2021 @ 10:37:06
Author: felixonmars
Revision: 1064748
archrelease: copy trunk to community-staging-any
Added:
python-pytest-mock/repos/community-staging-any/PKGBUILD
(from rev 1064747, python-pytest-mock/trunk/PKGBUILD)
Deleted:
python-pytest-mock/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 10:36:57 UTC (rev 1064747)
+++ PKGBUILD 2021-12-03 10:37:06 UTC (rev 1064748)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-mock
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/"
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-asyncio')
-source=("https://github.com/pytest-dev/pytest-mock/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0a227799af85e4703bef32cf7922573a69ec84fbe35b502b5b96a660a8baa42b9fb1ff8d93115461d23af0c1b18c45cdc67e4695a31713c6553ffc73053448ad')
-
-build() {
- cd pytest-mock-$pkgver
- export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
- python setup.py build
-}
-
-check() {
- cd pytest-mock-$pkgver
- python setup.py egg_info
- export PYTHONPATH="src:${PYTHONPATH}"
- # disable all tests that require the plugin to be installed
- pytest -v --assert=plain \
- -k "not test_used_with_session_scope \
- and not test_used_with_package_scope \
- and not test_used_with_module_scope \
- and not test_used_with_class_scope \
- and not test_monkeypatch_ini \
- and not test_monkeypatch_native \
- and not test_standalone_mock \
- and not test_plain_stopall"
-}
-
-package() {
- cd pytest-mock-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-pytest-mock/repos/community-staging-any/PKGBUILD (from rev 1064747, python-pytest-mock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 10:37:06 UTC (rev 1064748)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-mock
+pkgver=3.6.1
+pkgrel=3
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/"
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/pytest-dev/pytest-mock/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0a227799af85e4703bef32cf7922573a69ec84fbe35b502b5b96a660a8baa42b9fb1ff8d93115461d23af0c1b18c45cdc67e4695a31713c6553ffc73053448ad')
+
+build() {
+ cd pytest-mock-$pkgver
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+ python setup.py build
+}
+
+check() {
+ cd pytest-mock-$pkgver
+ python setup.py egg_info
+ export PYTHONPATH="src:${PYTHONPATH}"
+ # disable all tests that require the plugin to be installed
+ pytest -v --assert=plain \
+ -k "not test_used_with_session_scope \
+ and not test_used_with_package_scope \
+ and not test_used_with_module_scope \
+ and not test_used_with_class_scope \
+ and not test_monkeypatch_ini \
+ and not test_monkeypatch_native \
+ and not test_standalone_mock \
+ and not test_plain_stopall"
+}
+
+package() {
+ cd pytest-mock-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list