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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 15:03:51 UTC 2020


    Date: Thursday, February 27, 2020 @ 15:03:48
  Author: felixonmars
Revision: 584220

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 15:03:40 UTC (rev 584219)
+++ PKGBUILD	2020-02-27 15:03:48 UTC (rev 584220)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-vcrpy
-pkgver=3.0.0
-pkgrel=1
-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=('13459ab66eb32a996cabd46ca3c5550df8ffb81e521bb92fc1576705dfe9ab41d512416ee6116ab899342f7943fadb02f4f741032f70ca6a638d779efab70f0d')
-
-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-testing-any/PKGBUILD (from rev 584219, python-vcrpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-27 15:03:48 UTC (rev 584220)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-vcrpy
+pkgver=4.0.0
+pkgrel=1
+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=('ec408c1af6810ea04a348d9686f7eb41e128fcc92b7405a253301ed00ac9fead97f4ae40548853958f0231c76721e82c4ad6ac7c0ee3363f5e371a9a57fb79ac')
+
+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