[arch-commits] Commit in python2-pytest/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 17 19:01:58 UTC 2020


    Date: Sunday, May 17, 2020 @ 19:01:57
  Author: felixonmars
Revision: 628897

archrelease: copy trunk to community-any

Added:
  python2-pytest/repos/community-any/PKGBUILD
    (from rev 628896, python2-pytest/trunk/PKGBUILD)
Deleted:
  python2-pytest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 19:01:46 UTC (rev 628896)
+++ PKGBUILD	2020-05-17 19:01:57 UTC (rev 628897)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
-
-pkgname=python2-pytest
-pkgver=4.6.9
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/"
-depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 'python2-more-itertools'
-         'python2-atomicwrites' 'python2-wcwidth' 'python2-funcsigs' 'python2-pathlib2'
-         'python2-importlib-metadata')
-makedepends=('python2-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('a5ae33636c8ff143f3ac73bda89c5789782671157de7af34af1ac995882993f645a57e2fd95de1594c1ebbc5fdd892d47d52b771e0c61506a90fd8ed1285f6bf')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd pytest-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python2-pytest/repos/community-any/PKGBUILD (from rev 628896, python2-pytest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 19:01:57 UTC (rev 628897)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
+
+pkgname=python2-pytest
+pkgver=4.6.10
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/"
+depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 'python2-more-itertools'
+         'python2-atomicwrites' 'python2-wcwidth' 'python2-funcsigs' 'python2-pathlib2'
+         'python2-importlib-metadata')
+makedepends=('python2-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
+sha512sums=('0e580c4081f092040cb1b533d7fc439b4b7f3af9e67270736e1cb40c917df1ac33620a738a96a09d41bd1425d0da9283a0e85843801a6b3e299d8b44dea0df78')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd pytest-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}



More information about the arch-commits mailing list