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

Antonio Rojas arojas at archlinux.org
Sun Jan 5 20:19:58 UTC 2020


    Date: Sunday, January 5, 2020 @ 20:19:57
  Author: arojas
Revision: 549379

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++----------------------------
 1 file changed, 25 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 20:19:27 UTC (rev 549378)
+++ PKGBUILD	2020-01-05 20:19:57 UTC (rev 549379)
@@ -1,28 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-
-pkgname=python-aiohttp-socks
-pkgver=0.2.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=('python' 'python-setuptools' 'git')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver}")
-sha256sums=('SKIP')
-
-check() {
-    cd "aiohttp-socks"
-    # pytest # fails as regular user
-           # due to permission errors
-}
-
-package() {
-    depends=('python' 'python-setuptools')
-
-    cd "aiohttp-socks"
-    python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 549378, python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-05 20:19:57 UTC (rev 549379)
@@ -0,0 +1,25 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.3
+pkgrel=1
+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=('python' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver}")
+sha256sums=('SKIP')
+
+check() {
+    cd "aiohttp-socks"
+    pytest
+}
+
+package() {
+    cd "aiohttp-socks"
+    python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+



More information about the arch-commits mailing list