[arch-commits] Commit in python-aiohttp-socks/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 17:36:54 UTC 2019
Date: Thursday, October 31, 2019 @ 17:36:53
Author: felixonmars
Revision: 521353
archrelease: copy trunk to community-staging-any
Added:
python-aiohttp-socks/repos/community-staging-any/PKGBUILD
(from rev 521352, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
python-aiohttp-socks/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:36:41 UTC (rev 521352)
+++ PKGBUILD 2019-10-31 17:36:53 UTC (rev 521353)
@@ -1,28 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-
-pkgname=python-aiohttp-socks
-pkgver=0.2.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=('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-staging-any/PKGBUILD (from rev 521352, python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:36:53 UTC (rev 521353)
@@ -0,0 +1,28 @@
+# 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
+}
+
More information about the arch-commits
mailing list