Date: Sunday, November 5, 2017 @ 22:19:12
  Author: anthraxx
Revision: 265481

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

Added:
  python-aiohttp/repos/community-i686/PKGBUILD
    (from rev 265480, python-aiohttp/trunk/PKGBUILD)
  python-aiohttp/repos/community-x86_64/PKGBUILD
    (from rev 265480, python-aiohttp/trunk/PKGBUILD)
Deleted:
  python-aiohttp/repos/community-i686/PKGBUILD
  python-aiohttp/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-11-05 22:18:53 UTC (rev 265480)
+++ community-i686/PKGBUILD     2017-11-05 22:19:12 UTC (rev 265481)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Philipp A. <flying-sh...@web.de>
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
-
-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-aiohttp/repos/community-i686/PKGBUILD (from rev 265480, 
python-aiohttp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-11-05 22:19:12 UTC (rev 265481)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Philipp A. <flying-sh...@web.de>
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
+sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
+
+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-11-05 22:18:53 UTC (rev 265480)
+++ community-x86_64/PKGBUILD   2017-11-05 22:19:12 UTC (rev 265481)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Philipp A. <flying-sh...@web.de>
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
-
-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-aiohttp/repos/community-x86_64/PKGBUILD (from rev 265480, 
python-aiohttp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-05 22:19:12 UTC (rev 265481)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Philipp A. <flying-sh...@web.de>
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
+sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
+
+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:

Reply via email to