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

Santiago Torres-Arias sangy at archlinux.org
Wed Jan 15 23:40:02 UTC 2020


    Date: Wednesday, January 15, 2020 @ 23:40:01
  Author: sangy
Revision: 552715

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 23:39:52 UTC (rev 552714)
+++ PKGBUILD	2020-01-15 23:40:01 UTC (rev 552715)
@@ -1,25 +0,0 @@
-# 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
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 552714, python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-15 23:40:01 UTC (rev 552715)
@@ -0,0 +1,25 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.4
+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