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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 12:45:26 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:45:25
  Author: foutrelis
Revision: 751727

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:45:22 UTC (rev 751726)
+++ PKGBUILD	2020-11-12 12:45:25 UTC (rev 751727)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-
-pkgname=python-aiohttp-socks
-pkgver=0.4.2
-pkgrel=2
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/"
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('git' 'python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver}")
-sha256sums=('SKIP')
-validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev (maintainer)
-
-check() {
-    cd "${pkgname//python-}"
-    pytest
-}
-
-build() {
-    cd "${pkgname//python-}"
-    python setup.py build
-
-}
-
-package() {
-    cd "${pkgname//python-}"
-    python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}

Copied: python-aiohttp-socks/repos/community-staging-any/PKGBUILD (from rev 751726, python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:45:25 UTC (rev 751727)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-aiohttp-socks
+pkgver=0.4.2
+pkgrel=3
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/"
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('git' 'python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver}")
+sha256sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev (maintainer)
+
+check() {
+    cd "${pkgname//python-}"
+    pytest
+}
+
+build() {
+    cd "${pkgname//python-}"
+    python setup.py build
+
+}
+
+package() {
+    cd "${pkgname//python-}"
+    python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list