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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:08:04 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:08:03
  Author: felixonmars
Revision: 1061882

archrelease: copy trunk to community-staging-any

Added:
  python-requests-file/repos/community-staging-any/PKGBUILD
    (from rev 1061881, python-requests-file/trunk/PKGBUILD)
Deleted:
  python-requests-file/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:07:56 UTC (rev 1061881)
+++ PKGBUILD	2021-12-02 12:08:03 UTC (rev 1061882)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: lilydjwg <lilydjwg at gmail.com>
-
-pkgname=python-requests-file
-pkgver=1.5.1
-pkgrel=4
-pkgdesc="File transport adapter for Requests"
-arch=('any')
-url="https://github.com/dashea/requests-file"
-license=('Apache')
-depends=('python-six' 'python-requests')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz")
-sha256sums=('a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446')
-
-build() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: python-requests-file/repos/community-staging-any/PKGBUILD (from rev 1061881, python-requests-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:08:03 UTC (rev 1061882)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: lilydjwg <lilydjwg at gmail.com>
+
+pkgname=python-requests-file
+pkgver=1.5.1
+pkgrel=5
+pkgdesc="File transport adapter for Requests"
+arch=('any')
+url="https://github.com/dashea/requests-file"
+license=('Apache')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz")
+sha256sums=('a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446')
+
+build() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list