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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:29:48 UTC 2021


    Date: Friday, December 3, 2021 @ 00:29:48
  Author: felixonmars
Revision: 1063805

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:29:40 UTC (rev 1063804)
+++ PKGBUILD	2021-12-03 00:29:48 UTC (rev 1063805)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
-
-_name=pytest-subtesthack
-pkgname=python-${_name}
-pkgver=0.1.2
-pkgrel=2
-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')
-makedepends=('python-setuptools')
-source=("${url}/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('ddb7b0c27f912bec31e58ddc54930e229755df8980d146c861f7f1c766ae742b4f1552117d89638bdbd443f22890262320a56565954ebc6deeae6184f459a5a8')
-b2sums=('f1f5a052f9418732de4a97ff438d280d177860439e667e29ff0d0503740e009c88046b5ba859884e5fa9e958ea1be7388d7fc6838c19e44075ab0ef757ee41c7')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --root="${pkgdir}"
-  install -vDm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-  install -vDm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.rst
-}

Copied: python-pytest-subtesthack/repos/community-staging-any/PKGBUILD (from rev 1063804, python-pytest-subtesthack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:29:48 UTC (rev 1063805)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+
+_name=pytest-subtesthack
+pkgname=python-${_name}
+pkgver=0.1.2
+pkgrel=3
+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')
+makedepends=('python-setuptools')
+source=("${url}/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
+sha512sums=('ddb7b0c27f912bec31e58ddc54930e229755df8980d146c861f7f1c766ae742b4f1552117d89638bdbd443f22890262320a56565954ebc6deeae6184f459a5a8')
+b2sums=('f1f5a052f9418732de4a97ff438d280d177860439e667e29ff0d0503740e009c88046b5ba859884e5fa9e958ea1be7388d7fc6838c19e44075ab0ef757ee41c7')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --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