Date: Sunday, May 7, 2023 @ 11:39:18
Author: arojas
Revision: 1459249
archrelease: copy trunk to community-any
Added:
python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 1459248, python-aiohttp-socks/trunk/PKGBUILD)
python-aiohttp-socks/repos/community-any/keys/
Deleted:
python-aiohttp-socks/repos/community-any/PKGBUILD
python-aiohttp-socks/repos/community-any/keys/
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 11:39:06 UTC (rev 1459248)
+++ PKGBUILD 2023-05-07 11:39:18 UTC (rev 1459249)
@@ -1,37 +0,0 @@
-# Maintainer: Santiago Torres-Arias <[email protected]>
-# Maintainer: Jonas Witschel <[email protected]>
-
-pkgname=python-aiohttp-socks
-pkgver=0.7.1
-_tag=db40abf65b3ad12debb2d18178f614fef904b5e3 # git rev-parse "v$pkgver"
-pkgrel=5
-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' 'python-aiohttp' 'python-attrs' 'python-async-timeout'
'python-python-socks')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?signed#tag=$_tag")
-sha256sums=('SKIP')
-validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev
(maintainer)
-
-pkgver() {
- cd "${pkgname//python-}"
- git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
- cd "${pkgname//python-}"
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "${pkgname//python-}"
- pytest
-}
-
-package() {
- cd "${pkgname//python-}"
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 1459248,
python-aiohttp-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 11:39:18 UTC (rev 1459249)
@@ -0,0 +1,37 @@
+# Maintainer: Santiago Torres-Arias <[email protected]>
+# Maintainer: Jonas Witschel <[email protected]>
+
+pkgname=python-aiohttp-socks
+pkgver=0.8.0
+_tag=9fadc42fe6fb7d4050f5fdcc0aea0f7e5be6ffae # git rev-parse "v$pkgver"
+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' 'python-aiohttp' 'python-python-socks')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio'
'python-trustme' 'python-anyio' 'python-tiny-proxy')
+source=("git+https://github.com/romis2012/aiohttp-socks.git?signed#tag=$_tag")
+sha256sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev
(maintainer)
+
+pkgver() {
+ cd "${pkgname//python-}"
+ git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+ cd "${pkgname//python-}"
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "${pkgname//python-}"
+ pytest
+}
+
+package() {
+ cd "${pkgname//python-}"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}