[arch-commits] Commit in python-requests-aws4auth/repos/community-any (2 files)

Levente Polyak anthraxx at archlinux.org
Mon Jun 7 19:44:27 UTC 2021


    Date: Monday, June 7, 2021 @ 19:44:26
  Author: anthraxx
Revision: 958115

archrelease: copy trunk to community-any

Added:
  python-requests-aws4auth/repos/community-any/PKGBUILD
    (from rev 958114, 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	2021-06-07 19:44:22 UTC (rev 958114)
+++ PKGBUILD	2021-06-07 19:44:26 UTC (rev 958115)
@@ -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.0.1
-pkgrel=3
-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')
-checkdepends=('python-pytest')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('99fd0a125f2808fd8871876674004370e558b22d311925203cdc59d11ab9503f423d7adbe1dd849ed2d2c3969cb5bc5e4fb40f0e4d44f9164416837915742fd2')
-b2sums=('b86eca51d01aa44d3d16bc879499876939302f9e51fc0c35684e9e2fb3805f761bfa5db5ac5ca2007f8820bfd229f86caa7c477ac4a524fc019c538c42136735')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed '/./{H;$!d} ; x ; s/package_data=.*\n.*]},\n//' -i setup.py
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python -m pytest -k 'not test_headers_amz_example'
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  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 958114, python-requests-aws4auth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 19:44:26 UTC (rev 958115)
@@ -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.1.1
+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')
+checkdepends=('python-pytest')
+source=(${url}/archive/v.${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('447f69a6645360c1c2bbe57fe535a1518b1121c9b4cd7f96ccfe22053c1126cd79e60ce6faae28a1e207356dd7c414cab00f313d5139dfe97b24424e0d12c0aa')
+b2sums=('6e1e9def84a5d4d89c9f460e68271e2f7275f4c1eb809380d8953d734d959a15ddba78c21b2dc8ad00e2e9972d76ecb75dbc5c9bf457f70b1c2474e6189b9927')
+
+prepare() {
+  cd ${_pkgname}-v.${pkgver}
+  sed '/./{H;$!d} ; x ; s/package_data=.*\n.*]},\n//' -i setup.py
+}
+
+build() {
+  cd ${_pkgname}-v.${pkgver}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-v.${pkgver}
+  python -m pytest -k 'not test_headers_amz_example'
+}
+
+package() {
+  cd ${_pkgname}-v.${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  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:



More information about the arch-commits mailing list