[arch-commits] Commit in python-pytest-subtesthack/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Mar 4 17:59:58 UTC 2021


    Date: Thursday, March 4, 2021 @ 17:59:58
  Author: dvzrv
Revision: 880531

upgpkg: python-pytest-subtesthack 0.1.2-1: Upgrade to 0.1.2.

Modified:
  python-pytest-subtesthack/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 17:59:17 UTC (rev 880530)
+++ PKGBUILD	2021-03-04 17:59:58 UTC (rev 880531)
@@ -4,8 +4,8 @@
 
 _name=pytest-subtesthack
 pkgname=python-${_name}
-pkgver=0.1.1
-pkgrel=10
+pkgver=0.1.2
+pkgrel=1
 pkgdesc="A hack to explicitly set up and tear down fixtures"
 arch=('any')
 url="https://github.com/untitaker/pytest-subtesthack"
@@ -13,7 +13,8 @@
 depends=('python-pytest')
 makedepends=('python-setuptools')
 source=("${url}/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0bf6425b535e65dc7f06f74493d10fbb6451e78a817174638661d7525f39f092f67db8da010228cbd54b400485e71e443118f91ebef660b9c00d2b354062a55f')
+sha512sums=('ddb7b0c27f912bec31e58ddc54930e229755df8980d146c861f7f1c766ae742b4f1552117d89638bdbd443f22890262320a56565954ebc6deeae6184f459a5a8')
+b2sums=('f1f5a052f9418732de4a97ff438d280d177860439e667e29ff0d0503740e009c88046b5ba859884e5fa9e958ea1be7388d7fc6838c19e44075ab0ef757ee41c7')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -24,7 +25,6 @@
   cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
     --optimize=1 \
-    --prefix=/usr \
     --root="${pkgdir}"
   install -vDm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
   install -vDm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.rst



More information about the arch-commits mailing list