Date: Thursday, February 16, 2023 @ 21:01:26
  Author: felixonmars
Revision: 1400890

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 21:01:14 UTC (rev 1400889)
+++ PKGBUILD    2023-02-16 21:01:26 UTC (rev 1400890)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-pytest-subtests
-pkgver=0.9.0
-_commit=bc84f33580ebf0594267ab902f8c7d832c58a9be
-pkgrel=2
-pkgdesc='unittest subTest() support and subtests fixture'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-subtests'
-depends=('python-pytest')
-makedepends=('git' 'python-setuptools-scm')
-source=("git+https://github.com/pytest-dev/pytest-subtests.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd pytest-subtests
-  python setup.py build
-}
-
-check() {
-  cd pytest-subtests
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-subtests
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-subtests/repos/community-any/PKGBUILD (from rev 1400889, 
python-pytest-subtests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-16 21:01:26 UTC (rev 1400890)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-pytest-subtests
+pkgver=0.10.0
+_commit=d47a5ced94ed7e69d990640ad867280154f1f535
+pkgrel=1
+pkgdesc='unittest subTest() support and subtests fixture'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-subtests'
+depends=('python-attrs' 'python-pytest')
+makedepends=('git' 'python-setuptools-scm')
+source=("git+https://github.com/pytest-dev/pytest-subtests.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-subtests
+  python setup.py build
+}
+
+check() {
+  cd pytest-subtests
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-subtests
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to