[arch-commits] Commit in python-vcrpy/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:09:08 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:09:08
  Author: foutrelis
Revision: 751435

archrelease: copy trunk to community-staging-any

Added:
  python-vcrpy/repos/community-staging-any/PKGBUILD
    (from rev 751434, python-vcrpy/trunk/PKGBUILD)
Deleted:
  python-vcrpy/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:09:05 UTC (rev 751434)
+++ PKGBUILD	2020-11-12 10:09:08 UTC (rev 751435)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-vcrpy
-pkgver=4.1.1
-pkgrel=2
-pkgdesc='Automatically mock your HTTP interactions to simplify and speed up testing'
-arch=('any')
-license=('MIT')
-url='https://github.com/kevin1024/vcrpy'
-depends=('python-yaml' 'python-wrapt' 'python-six' 'python-yarl')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-httpbin' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kevin1024/vcrpy/archive/v$pkgver.tar.gz")
-sha512sums=('afa1904bff37bfd2d278ed49fa3982a357eb6bb113818b532044da0f11a9dd877cc152d7f0d81d88bdc0f870521b1241f6aecf959f668211904e3c6c7cea4ad8')
-
-build() {
-  cd vcrpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd vcrpy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd vcrpy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-vcrpy/repos/community-staging-any/PKGBUILD (from rev 751434, python-vcrpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:09:08 UTC (rev 751435)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-vcrpy
+pkgver=4.1.1
+pkgrel=3
+pkgdesc='Automatically mock your HTTP interactions to simplify and speed up testing'
+arch=('any')
+license=('MIT')
+url='https://github.com/kevin1024/vcrpy'
+depends=('python-yaml' 'python-wrapt' 'python-six' 'python-yarl')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-httpbin' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kevin1024/vcrpy/archive/v$pkgver.tar.gz")
+sha512sums=('afa1904bff37bfd2d278ed49fa3982a357eb6bb113818b532044da0f11a9dd877cc152d7f0d81d88bdc0f870521b1241f6aecf959f668211904e3c6c7cea4ad8')
+
+build() {
+  cd vcrpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd vcrpy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd vcrpy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list