[arch-commits] Commit in python-multidict/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Nov 27 21:16:37 UTC 2018


    Date: Tuesday, November 27, 2018 @ 21:16:37
  Author: anthraxx
Revision: 410127

archrelease: copy trunk to community-x86_64

Added:
  python-multidict/repos/community-x86_64/PKGBUILD
    (from rev 410126, python-multidict/trunk/PKGBUILD)
Deleted:
  python-multidict/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 21:16:35 UTC (rev 410126)
+++ PKGBUILD	2018-11-27 21:16:37 UTC (rev 410127)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: renek <aur at spaceshore.net>
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=4.4.2
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 'python-psutil' 'python-perf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('5caa32ec9fd170b589c804e9e741da5226473174eab6af813bc0183db1f52c1b')
-sha512sums=('1b34f5733f2d4d47f82d8c294e820db553fd993dc728b0796894f837dcd2fed1b0ce8e8094118cf0a8da0478316197b440f905bec250e7c23d464e6796a74a9f')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-multidict/repos/community-x86_64/PKGBUILD (from rev 410126, python-multidict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 21:16:37 UTC (rev 410127)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: renek <aur at spaceshore.net>
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 'python-psutil' 'python-perf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
+sha256sums=('fa065dbb3b7de377973d9c193c5b67618d012f337c57a5c3998ee3da325fcd02')
+sha512sums=('a497279cb28c80523965668ff434eafb471d4612355823540de18c791d98b41be2f55843bba1a799d30b5110c7234393932bee39b1469fdbfc82ae3c4391c57d')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list