Date: Monday, April 10, 2023 @ 11:30:13
Author: felixonmars
Revision: 1444048
archrelease: copy trunk to community-staging-any
Added:
python-pytest-subtests/repos/community-staging-any/PKGBUILD
(from rev 1444047, python-pytest-subtests/trunk/PKGBUILD)
Deleted:
python-pytest-subtests/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 11:30:05 UTC (rev 1444047)
+++ PKGBUILD 2023-04-10 11:30:13 UTC (rev 1444048)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-subtests
-pkgver=0.10.0
-_commit=d47a5ced94ed7e69d990640ad867280154f1f535
-pkgrel=2
-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:
Copied: python-pytest-subtests/repos/community-staging-any/PKGBUILD (from rev
1444047, python-pytest-subtests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:30:13 UTC (rev 1444048)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-subtests
+pkgver=0.10.0
+_commit=d47a5ced94ed7e69d990640ad867280154f1f535
+pkgrel=3
+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: