[arch-commits] Commit in python-multidict/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Mon Sep 18 12:36:43 UTC 2017


    Date: Monday, September 18, 2017 @ 12:36:41
  Author: anthraxx
Revision: 258746

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-18 12:36:31 UTC (rev 258745)
+++ community-i686/PKGBUILD	2017-09-18 12:36:41 UTC (rev 258746)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: renek <aur at spaceshore.net>
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('python')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-psutil')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('421570422f7c933afde697149b288b3c5342f04606a1f912a4e070ab8f52ccb2')
-sha512sums=('f0f1ff37f218100b4fa81bc8accaddcf52b734ece3d0fc79c51c4cf4048edd622720db6db46a32339637ee1d69c3c0895f98f9df0dda3d359cb8d87f8b2003d2')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-    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-i686/PKGBUILD (from rev 258745, python-multidict/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-18 12:36:41 UTC (rev 258746)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: renek <aur at spaceshore.net>
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-psutil')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
+sha256sums=('cefa2da44fea2248c967a2de5ac4cb5a17dfe23a19118c40bf99204b3fb848b7')
+sha512sums=('20a127706eaecbaafd19953625aef9dbee4dfddca3a74f5972d6ff0fb3e1a3c0e336a5b305b4b4dd1cf0c447835f362e363445d51c5b311c5db6035a232fad70')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+    py.test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-18 12:36:31 UTC (rev 258745)
+++ community-x86_64/PKGBUILD	2017-09-18 12:36:41 UTC (rev 258746)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: renek <aur at spaceshore.net>
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('python')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-psutil')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('421570422f7c933afde697149b288b3c5342f04606a1f912a4e070ab8f52ccb2')
-sha512sums=('f0f1ff37f218100b4fa81bc8accaddcf52b734ece3d0fc79c51c4cf4048edd622720db6db46a32339637ee1d69c3c0895f98f9df0dda3d359cb8d87f8b2003d2')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-    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 258745, python-multidict/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-18 12:36:41 UTC (rev 258746)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: renek <aur at spaceshore.net>
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-psutil')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
+sha256sums=('cefa2da44fea2248c967a2de5ac4cb5a17dfe23a19118c40bf99204b3fb848b7')
+sha512sums=('20a127706eaecbaafd19953625aef9dbee4dfddca3a74f5972d6ff0fb3e1a3c0e336a5b305b4b4dd1cf0c447835f362e363445d51c5b311c5db6035a232fad70')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+    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