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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 6 09:55:17 UTC 2022


    Date: Monday, June 6, 2022 @ 09:55:17
  Author: felixonmars
Revision: 1225549

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 09:55:05 UTC (rev 1225548)
+++ PKGBUILD	2022-06-06 09:55:17 UTC (rev 1225549)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-subtests
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='unittest subTest() support and subtests fixture'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-subtests'
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-source=("https://github.com/pytest-dev/pytest-subtests/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('96531a42c06a20cdf3f3665993d3e80d198a60d536246f4dc46df20b56e47f3f6fdce9478351a8922e370435f974e63d565550213fbbeed8487eedc131f46404')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-subtests-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-subtests-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-subtests-$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-subtests/repos/community-any/PKGBUILD (from rev 1225548, python-pytest-subtests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 09:55:17 UTC (rev 1225549)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-subtests
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='unittest subTest() support and subtests fixture'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-subtests'
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+source=("https://github.com/pytest-dev/pytest-subtests/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0164e02c81685108bb5c12f7e7ce92dc2fd5c844be454b2cb26e3cb942d51c453f06bb48e0300438a82b28c747dea35ea4f75eaf65ff8b66b338bcb0f0dd9ed1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-subtests-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-subtests-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-subtests-$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