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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:05:43
  Author: sangy
Revision: 663374

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 22:05:24 UTC (rev 663373)
+++ PKGBUILD2020-07-12 22:05:43 UTC (rev 663374)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.9
-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')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 663373, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 22:05:43 UTC (rev 663374)
@@ -0,0 +1,32 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.4.2
+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=('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
+}
+


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

2020-04-28 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 28, 2020 @ 15:13:52
  Author: sangy
Revision: 622037

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 15:13:31 UTC (rev 622036)
+++ PKGBUILD2020-04-28 15:13:52 UTC (rev 622037)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.7
-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')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 622036, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 15:13:52 UTC (rev 622037)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.9
+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')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-04-06 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 7, 2020 @ 01:38:21
  Author: sangy
Revision: 612284

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-07 01:38:02 UTC (rev 612283)
+++ PKGBUILD2020-04-07 01:38:21 UTC (rev 612284)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.6
-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')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 612283, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-07 01:38:21 UTC (rev 612284)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.7
+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')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-03-23 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 23, 2020 @ 15:38:11
  Author: sangy
Revision: 603734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:37:48 UTC (rev 603733)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -1,25 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-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
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 603733, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.6
+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')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-01-15 Thread Santiago Torres-Arias via arch-commits
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
===
--- PKGBUILD2020-01-15 23:39:52 UTC (rev 552714)
+++ PKGBUILD2020-01-15 23:40:01 UTC (rev 552715)
@@ -1,25 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-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)
+++ PKGBUILD2020-01-15 23:40:01 UTC (rev 552715)
@@ -0,0 +1,25 @@
+# Maintainer: Santiago Torres-Arias 
+
+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
+}
+


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

2020-01-05 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2020-01-05 20:19:27 UTC (rev 549378)
+++ PKGBUILD2020-01-05 20:19:57 UTC (rev 549379)
@@ -1,28 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-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)
+++ PKGBUILD2020-01-05 20:19:57 UTC (rev 549379)
@@ -0,0 +1,25 @@
+# Maintainer: Santiago Torres-Arias 
+
+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
+}
+