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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:14:36 UTC 2019


    Date: Monday, November 4, 2019 @ 08:14:36
  Author: felixonmars
Revision: 523643

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 08:14:35 UTC (rev 523642)
+++ PKGBUILD	2019-11-04 08:14:36 UTC (rev 523643)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=pytest-aiohttp
-pkgname=python-pytest-aiohttp
-pkgver=0.3.0
-pkgrel=3
-pkgdesc='pytest plugin for aiohttp support'
-url='https://github.com/aio-libs/pytest-aiohttp'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
-sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pytest-aiohttp/repos/community-staging-any/PKGBUILD (from rev 523639, python-pytest-aiohttp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 08:14:36 UTC (rev 523643)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='pytest plugin for aiohttp support'
+url='https://github.com/aio-libs/pytest-aiohttp'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
+sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list