[arch-commits] Commit in python-python-socks/repos/community-any (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at gemini.archlinux.org
Fri Dec 17 12:55:33 UTC 2021
Date: Friday, December 17, 2021 @ 12:55:33
Author: diabonas
Revision: 1076165
archrelease: copy trunk to community-any
Added:
python-python-socks/repos/community-any/PKGBUILD
(from rev 1076164, python-python-socks/trunk/PKGBUILD)
Deleted:
python-python-socks/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-17 12:55:22 UTC (rev 1076164)
+++ PKGBUILD 2021-12-17 12:55:33 UTC (rev 1076165)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=python-python-socks
-pkgver=2.0.0
-_tag=c56dd42d51e2d88f04ecf23c05da9f0ce8bdabde # git rev-parse "v$pkgver"
-pkgrel=4
-pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
-arch=('any')
-url='https://github.com/romis2012/python-socks'
-license=('APACHE')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-async-timeout' 'python-curio' 'python-flask' 'python-pytest'
- 'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl')
-optdepends=('python-async-timeout: asyncio support'
- 'python-curio: curio support'
- 'python-trio: trio support')
-provides=('python-python_socks')
-replaces=('python-python_socks')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev <rsng at mail.ru>
-
-pkgver() {
- cd "${pkgname#python-}"
- git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
- cd "${pkgname#python-}"
- python setup.py build
-}
-
-check() {
- cd "${pkgname#python-}"
- pytest
-}
-
-package() {
- cd "${pkgname#python-}"
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-python-socks/repos/community-any/PKGBUILD (from rev 1076164, python-python-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-17 12:55:33 UTC (rev 1076165)
@@ -0,0 +1,41 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=python-python-socks
+pkgver=2.0.1
+_tag=87467f8b4603acfc51764eef2fabe345f9bcebef # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
+arch=('any')
+url='https://github.com/romis2012/python-socks'
+license=('APACHE')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-async-timeout' 'python-curio' 'python-flask' 'python-pytest'
+ 'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl')
+optdepends=('python-async-timeout: asyncio support'
+ 'python-curio: curio support'
+ 'python-trio: trio support')
+provides=('python-python_socks')
+replaces=('python-python_socks')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev <rsng at mail.ru>
+
+pkgver() {
+ cd "${pkgname#python-}"
+ git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+ cd "${pkgname#python-}"
+ python setup.py build
+}
+
+check() {
+ cd "${pkgname#python-}"
+ pytest
+}
+
+package() {
+ cd "${pkgname#python-}"
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list