[arch-commits] Commit in python-aiohttp-cors/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 12:10:48 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:10:48
  Author: foutrelis
Revision: 751711

archrelease: copy trunk to community-staging-any

Added:
  python-aiohttp-cors/repos/community-staging-any/PKGBUILD
    (from rev 751710, python-aiohttp-cors/trunk/PKGBUILD)
Deleted:
  python-aiohttp-cors/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:10:44 UTC (rev 751710)
+++ PKGBUILD	2020-11-12 12:10:48 UTC (rev 751711)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=aiohttp-cors
-pkgname=python-aiohttp-cors
-pkgver=0.7.0
-pkgrel=3
-pkgdesc='CORS support for aiohttp'
-depends=('python-aiohttp')
-makedepends=('python-setuptools')
-arch=('any')
-url=https://github.com/aio-libs/aiohttp-cors
-license=('Apache')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiohttp-cors/repos/community-staging-any/PKGBUILD (from rev 751710, python-aiohttp-cors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:10:48 UTC (rev 751711)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=aiohttp-cors
+pkgname=python-aiohttp-cors
+pkgver=0.7.0
+pkgrel=4
+pkgdesc='CORS support for aiohttp'
+depends=('python-aiohttp')
+makedepends=('python-setuptools')
+arch=('any')
+url=https://github.com/aio-libs/aiohttp-cors
+license=('Apache')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list