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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 02:27:34 UTC 2019


    Date: Monday, November 4, 2019 @ 02:27:34
  Author: felixonmars
Revision: 523008

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 02:27:18 UTC (rev 523007)
+++ PKGBUILD	2019-11-04 02:27:34 UTC (rev 523008)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=pytest-expect
-pkgbase='python-pytest-expect'
-pkgname=('python-pytest-expect' 'python2-pytest-expect')
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="py.test plugin to store test expectations and mark tests based on them"
-arch=('any')
-url="https://github.com/gsnedders/${_pkgname}"
-license=('MIT')
-makedepends=('python-pytest' 'python2-pytest' 'python-u-msgpack' 'python2-u-msgpack')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-pytest-expect() {
-  depends=('python-pytest' 'python-u-msgpack')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pytest-expect() {
-  depends+=('python2-pytest' 'python2-u-msgpack')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pytest-expect/repos/community-staging-any/PKGBUILD (from rev 523007, python-pytest-expect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 02:27:34 UTC (rev 523008)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=pytest-expect
+pkgbase='python-pytest-expect'
+pkgname=('python-pytest-expect' 'python2-pytest-expect')
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="py.test plugin to store test expectations and mark tests based on them"
+arch=('any')
+url="https://github.com/gsnedders/${_pkgname}"
+license=('MIT')
+makedepends=('python-pytest' 'python2-pytest' 'python-u-msgpack' 'python2-u-msgpack')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-pytest-expect() {
+  depends=('python-pytest' 'python-u-msgpack')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pytest-expect() {
+  depends+=('python2-pytest' 'python2-u-msgpack')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list