[arch-commits] Commit in python-pytest-subtesthack/repos/community-any (2 files)

David Runge dvzrv at archlinux.org
Thu Apr 19 22:40:38 UTC 2018


    Date: Thursday, April 19, 2018 @ 22:40:36
  Author: dvzrv
Revision: 317080

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 22:40:26 UTC (rev 317079)
+++ PKGBUILD	2018-04-19 22:40:36 UTC (rev 317080)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
-
-_name=pytest-subtesthack
-pkgname=python-${_name}
-pkgver=0.1.1
-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-pytest')
-source=(${_name}-${pkgver}.tar.gz::"https://github.com/untitaker/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('0bf6425b535e65dc7f06f74493d10fbb6451e78a817174638661d7525f39f092f67db8da010228cbd54b400485e71e443118f91ebef660b9c00d2b354062a55f')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
-}
-

Copied: python-pytest-subtesthack/repos/community-any/PKGBUILD (from rev 317079, python-pytest-subtesthack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-19 22:40:36 UTC (rev 317080)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+
+_name=pytest-subtesthack
+pkgname=python-${_name}
+pkgver=0.1.1
+pkgrel=5
+pkgdesc="A hack to explicitly set up and tear down fixtures"
+arch=('any')
+url="https://github.com/untitaker/pytest-subtesthack"
+license=('custom')
+depends=('python-pytest' 'python-setuptools')
+source=(${_name}-${pkgver}.tar.gz::"https://github.com/untitaker/${_name}/archive/${pkgver}.tar.gz")
+sha512sums=('0bf6425b535e65dc7f06f74493d10fbb6451e78a817174638661d7525f39f092f67db8da010228cbd54b400485e71e443118f91ebef660b9c00d2b354062a55f')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
+}
+



More information about the arch-commits mailing list