Date: Tuesday, April 18, 2023 @ 21:58:44
Author: arojas
Revision: 1447282
archrelease: copy trunk to community-any
Added:
python-pytest-order/repos/community-any/PKGBUILD
(from rev 1447281, python-pytest-order/trunk/PKGBUILD)
Deleted:
python-pytest-order/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-18 21:58:34 UTC (rev 1447281)
+++ PKGBUILD 2023-04-18 21:58:44 UTC (rev 1447282)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=pytest-order
-pkgname=python-${_pkg}
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="pytest plugin that allows to customize the test execution order"
-arch=(any)
-url="https://github.com/pytest-dev/pytest-order/"
-license=(MIT)
-depends=(python-pytest)
-makedepends=(python-setuptools)
-checkdepends=(
- python-pytest-dependency
- python-pytest-mock
- python-pytest-xdist
-)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f60884a769adf9fb11b8d5bdd2f7630bf588c5af7ad1c6835421831258fa0603')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- python -m venv --system-site-packages test-env
- test-env/bin/python setup.py install --skip-build
- test-env/bin/python /usr/bin/pytest -vv --color=yes
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --root=${pkgdir} --optimize=1 --skip-build
- install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: python-pytest-order/repos/community-any/PKGBUILD (from rev 1447281,
python-pytest-order/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-18 21:58:44 UTC (rev 1447282)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=pytest-order
+pkgname=python-${_pkg}
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="pytest plugin that allows to customize the test execution order"
+arch=(any)
+url="https://github.com/pytest-dev/pytest-order/"
+license=(MIT)
+depends=(python-pytest)
+makedepends=(python-setuptools)
+checkdepends=(
+ python-pytest-dependency
+ python-pytest-mock
+ python-pytest-xdist
+)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b207d9ab0619a184ae22418d9ab7bc7cd43769a3334256c7c541114e998a0dc7')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ python -m venv --system-site-packages test-env
+ test-env/bin/python setup.py install --skip-build
+ test-env/bin/python /usr/bin/pytest -vv --color=yes
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --root=${pkgdir} --optimize=1 --skip-build
+ install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}