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

Levente Polyak anthraxx at archlinux.org
Wed Dec 13 19:45:20 UTC 2017


    Date: Wednesday, December 13, 2017 @ 19:45:15
  Author: anthraxx
Revision: 274284

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-13 19:45:01 UTC (rev 274283)
+++ PKGBUILD	2017-12-13 19:45:15 UTC (rev 274284)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=yarl
-pkgname=python-yarl
-pkgver=0.14.2
-pkgrel=1
-pkgdesc='Yet another URL library'
-url='https://github.com/aio-libs/yarl/'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'python-multidict' 'glibc')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
-sha256sums=('869b9345468db4e51f719313778153415daab9a0689f78624731435a1507e3c6')
-sha512sums=('088d582b897ed0072a270367ade80835631a263e69b31fd99f80ce03cd7f96e9c94487461a3433f29f369ccfbcaffabbad4c6ed9e3c5d4e74d26c1ffcd0df57b')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 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}
-  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 274283, python-yarl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-13 19:45:15 UTC (rev 274284)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pkgname=yarl
+pkgname=python-yarl
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Yet another URL library'
+url='https://github.com/aio-libs/yarl/'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'python-multidict' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/yarl/archive/v${pkgver}.tar.gz)
+sha256sums=('cd945b32095f2eb3537312a4c7565fb71a685c4fde0560fbf984078bbac39a93')
+sha512sums=('d5510fd2ed9ef13c9a1c82da745e28c18909d8ee4e400c0bc0ff57e822a05a1eefcb7c67fd65642051288e26a7c3d9398885a311a80bbe5acbd0255125329a84')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 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}
+  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list