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

David Runge dvzrv at archlinux.org
Sat Feb 17 00:38:10 UTC 2018


    Date: Saturday, February 17, 2018 @ 00:38:09
  Author: dvzrv
Revision: 295270

upgpkg: python-pytest-subtesthack 0.1.1-4

Rebuild for community. Adding docs. Removing python as depends.

Modified:
  python-pytest-subtesthack/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 00:33:20 UTC (rev 295269)
+++ PKGBUILD	2018-02-17 00:38:09 UTC (rev 295270)
@@ -4,13 +4,13 @@
 _name=pytest-subtesthack
 pkgname=python-${_name}
 pkgver=0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A hack to explicitly set up and tear down fixtures"
 arch=('any')
 url="https://github.com/untitaker/pytest-subtesthack"
 license=('custom')
 makedepends=('python-setuptools')
-depends=('python' 'python-pytest')
+depends=('python-pytest')
 source=(${_name}-${pkgver}.tar.gz::"https://github.com/untitaker/${_name}/archive/${pkgver}.tar.gz")
 sha512sums=('0bf6425b535e65dc7f06f74493d10fbb6451e78a817174638661d7525f39f092f67db8da010228cbd54b400485e71e443118f91ebef660b9c00d2b354062a55f')
 
@@ -26,5 +26,6 @@
     --prefix=/usr \
     --root="${pkgdir}"
   install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
 }
 



More information about the arch-commits mailing list