Date: Thursday, May 4, 2023 @ 20:27:46
Author: arojas
Revision: 1458813
archrelease: copy trunk to community-any
Added:
python-requests-aws4auth/repos/community-any/PKGBUILD
(from rev 1458812, python-requests-aws4auth/trunk/PKGBUILD)
Deleted:
python-requests-aws4auth/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 20:27:37 UTC (rev 1458812)
+++ PKGBUILD 2023-05-04 20:27:46 UTC (rev 1458813)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-_pkgname=requests-aws4auth
-pkgname=python-requests-aws4auth
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='Amazon Web Services version 4 authentication for the Python Requests
module'
-url='https://github.com/sam-washington/requests-aws4auth'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-requests' 'python-six')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest' 'python-httpx')
-optdepends=('python-httpx')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('73207343f1b43d06f20cd998502046141e462c39a1bd0c6421039805afac3b2802cfa585afb8fcab0383f9159f1756b038de4d856ab9fd2cc7fd60b3722ba896')
-b2sums=('b9a6b49bae014f86cbfdba5cfd8596b90ba71ffc6595592ccad8692c5c3df9206a075e08b60f85df14c8b7b55191354d86a37ae6350c122980712ddcfc9c8510')
-
-prepare() {
- cd ${_pkgname}-${pkgver}
- sed '/./{H;$!d} ; x ; s/package_data=.*\n.*]},\n//' -i setup.py
-}
-
-build() {
- cd ${_pkgname}-${pkgver}
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ${_pkgname}-${pkgver}
- python -m pytest -k 'not test_headers_amz_example'
-}
-
-package() {
- cd ${_pkgname}-${pkgver}
- python -m installer --destdir="${pkgdir}" dist/*.whl
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-requests-aws4auth/repos/community-any/PKGBUILD (from rev
1458812, python-requests-aws4auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 20:27:46 UTC (rev 1458813)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+_pkgname=requests-aws4auth
+pkgname=python-requests-aws4auth
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Amazon Web Services version 4 authentication for the Python Requests
module'
+url='https://github.com/sam-washington/requests-aws4auth'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests' 'python-six')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
+checkdepends=('python-pytest' 'python-httpx')
+optdepends=('python-httpx')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5a0e941999ef90118530e7864ed34c688d9b723af7ed22c74c6d8c4692e844c6b02c3710a2cdbdfa3e607587847fe02f17d9db7c6d746b81256c78d8fa85300f')
+b2sums=('1dfa3678ac73afa3d275fc183335cb5e8a2791ae553752e4e86913e55e19cacf3930ef84b2a1cfedf4d06ae9b933ccffa2951ad7289aa235e3c66782d3fbff0d')
+
+prepare() {
+ cd ${_pkgname}-${pkgver}
+ sed '/./{H;$!d} ; x ; s/package_data=.*\n.*]},\n//' -i setup.py
+}
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+ python -m pytest -k 'not test_headers_amz_example'
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: