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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 19 20:41:41 UTC 2022


    Date: Tuesday, July 19, 2022 @ 20:41:41
  Author: arojas
Revision: 1254735

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 20:41:32 UTC (rev 1254734)
+++ PKGBUILD	2022-07-19 20:41:41 UTC (rev 1254735)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=pytest-aiohttp
-pkgname=python-pytest-aiohttp
-pkgver=0.3.0
-pkgrel=8
-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')
-makedepends=('python-setuptools')
-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-any/PKGBUILD (from rev 1254734, python-pytest-aiohttp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-19 20:41:41 UTC (rev 1254735)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=1.0.4
+pkgrel=1
+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')
+makedepends=('python-setuptools-scm')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4')
+sha512sums=('baf87e3aa229e8a4ab6746d277a923436ad2e0625825581c94a2fb0a9bbcd309bfc55186f8866589b65a75ccfd7d5b494d71554359724c0b2c9541ea94a177d8')
+
+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