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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 19:38:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:38:39
  Author: foutrelis
Revision: 1062427

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:38:35 UTC (rev 1062426)
+++ PKGBUILD	2021-12-02 19:38:39 UTC (rev 1062427)
@@ -1,32 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-
-pkgname=python-aiohttp-socks
-pkgver=0.7.1
-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' 'python-python-socks')
-makedepends=('git' 'python' 'python-setuptools')
-checkdepends=('python-flask' '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 1062426, python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:38:39 UTC (rev 1062427)
@@ -0,0 +1,32 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+
+pkgname=python-aiohttp-socks
+pkgver=0.7.1
+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' 'python-python-socks')
+makedepends=('git' 'python' 'python-setuptools')
+checkdepends=('python-flask' '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