Date: Monday, April 10, 2023 @ 10:21:06
Author: felixonmars
Revision: 1443925
archrelease: copy trunk to community-staging-any
Added:
python-requests-toolbelt/repos/community-staging-any/PKGBUILD
(from rev 1443924, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
python-requests-toolbelt/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 10:20:58 UTC (rev 1443924)
+++ PKGBUILD 2023-04-10 10:21:06 UTC (rev 1443925)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
-
-pkgname=python-requests-toolbelt
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="A toolbelt of useful classes and functions to be used with
python-requests."
-arch=('any')
-url="https://github.com/requests/toolbelt"
-license=('Apache')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-betamax' 'python-ndg-httpsclient'
'python-pyopenssl'
- 'python-trustme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz")
-sha512sums=('ad6dfe3329c8be5a4521d223d25ec303201e706b34199c084efd0a30b8bc8cfb3382e80a502dc25bd5f7e5b2774a119d2255c49408979aaec45e221f412a7b52')
-
-build() {
- cd toolbelt-$pkgver
- python setup.py build
-}
-
-check() {
- cd toolbelt-$pkgver
- pytest
-}
-
-package() {
- cd toolbelt-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-requests-toolbelt/repos/community-staging-any/PKGBUILD (from rev
1443924, python-requests-toolbelt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 10:21:06 UTC (rev 1443925)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+
+pkgname=python-requests-toolbelt
+pkgver=0.10.1
+pkgrel=3
+pkgdesc="A toolbelt of useful classes and functions to be used with
python-requests."
+arch=('any')
+url="https://github.com/requests/toolbelt"
+license=('Apache')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-betamax' 'python-ndg-httpsclient'
'python-pyopenssl'
+ 'python-trustme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz")
+sha512sums=('ad6dfe3329c8be5a4521d223d25ec303201e706b34199c084efd0a30b8bc8cfb3382e80a502dc25bd5f7e5b2774a119d2255c49408979aaec45e221f412a7b52')
+
+build() {
+ cd toolbelt-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd toolbelt-$pkgver
+ pytest
+}
+
+package() {
+ cd toolbelt-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}