Date: Tuesday, December 6, 2022 @ 22:21:07
  Author: arojas
Revision: 1356921

archrelease: copy trunk to community-any

Added:
  python-aiosignal/repos/community-any/PKGBUILD
    (from rev 1356920, python-aiosignal/trunk/PKGBUILD)
Deleted:
  python-aiosignal/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 22:20:59 UTC (rev 1356920)
+++ PKGBUILD    2022-12-06 22:21:07 UTC (rev 1356921)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=aiosignal
-pkgname=python-${_pyname}
-pkgver=1.2.0
-pkgrel=3
-pkgdesc='List of registered asynchronous callbacks'
-url='https://github.com/aio-libs/aiosignal'
-arch=('any')
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-pytest-asyncio')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e75df2fcaeeea7ff7688c20838600f6315bec25b82c48ed7a23b7853edd3d53d72f76a686ad9b0d856f43b0d476398196a8ce4eb98c8859234710ff008f8ba42')
-b2sums=('02657c11f5ee96173c94ab889993f835904a79e3fee58121fb332583f8d81cb680087e667dc0f8e89cd9704bc338362f2878bef7080907a5a3f86bef7a30cac1')
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiosignal/repos/community-any/PKGBUILD (from rev 1356920, 
python-aiosignal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-06 22:21:07 UTC (rev 1356921)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=aiosignal
+pkgname=python-${_pyname}
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='List of registered asynchronous callbacks'
+url='https://github.com/aio-libs/aiosignal'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-frozenlist')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-pytest-asyncio')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c03454d1b855bb3e84d3ce07fb32d08855b42d1ca7723fd67d3b2ef1bc66038a31974fabda7561c90e2beaf4cdd2c28cc0463e43eb5d5c127df0cd187ae3c2e2')
+b2sums=('16112f674f20b97406eff16a6a9baca1ef414132ec53a67789e08347f06a462ff653c7a00d6865855f5fe0fd70ba4a2bebe286020fdf1942da41d43f72e67837')
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to