[arch-commits] Commit in python-requests-file/repos/community-any (PKGBUILD PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Thu Mar 14 08:47:24 UTC 2019
Date: Thursday, March 14, 2019 @ 08:47:24
Author: aginiewicz
Revision: 440960
archrelease: copy trunk to community-any
Added:
python-requests-file/repos/community-any/PKGBUILD
(from rev 440959, python-requests-file/trunk/PKGBUILD)
Deleted:
python-requests-file/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-14 08:47:20 UTC (rev 440959)
+++ PKGBUILD 2019-03-14 08:47:24 UTC (rev 440960)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: lilydjwg <lilydjwg at gmail.com>
-
-pkgname='python-requests-file'
-pkgver=1.4.3
-pkgrel=3
-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=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz")
-sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
-
-build() {
- cd "$srcdir"/requests-file-${pkgver}
-
- python setup.py build_ext --inplace
- python setup.py build
-}
-
-package_python-requests-file() {
- cd "$srcdir"/requests-file-${pkgver}
-
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
Copied: python-requests-file/repos/community-any/PKGBUILD (from rev 440959, python-requests-file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-14 08:47:24 UTC (rev 440960)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: lilydjwg <lilydjwg at gmail.com>
+
+pkgname='python-requests-file'
+pkgver=1.4.3
+pkgrel=3
+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=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz")
+sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
+
+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