[arch-commits] Commit in python-txrequests/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:41:17 UTC 2020
Date: Thursday, November 12, 2020 @ 17:41:16
Author: foutrelis
Revision: 752759
archrelease: copy trunk to community-staging-any
Added:
python-txrequests/repos/community-staging-any/PKGBUILD
(from rev 752758, python-txrequests/trunk/PKGBUILD)
Deleted:
python-txrequests/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 17:41:12 UTC (rev 752758)
+++ PKGBUILD 2020-11-12 17:41:16 UTC (rev 752759)
@@ -1,28 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-txrequests
-pkgver=0.9.6
-pkgrel=5
-pkgdesc='Asynchronous Python HTTP Requests for Humans using twisted'
-license=('Apache')
-arch=(any)
-url='https://github.com/tardyp/txrequests'
-depends=(python-requests python-twisted)
-makedepends=(python-setuptools)
-source=("https://files.pythonhosted.org/packages/source/t/txrequests/txrequests-${pkgver}.tar.gz")
-sha256sums=('b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1')
-
-build() {
- cd txrequests-$pkgver
- python setup.py build
-}
-
-check() {
- cd txrequests-$pkgver
- python test_txrequests.py
-}
-
-package() {
- cd txrequests-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-txrequests/repos/community-staging-any/PKGBUILD (from rev 752758, python-txrequests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 17:41:16 UTC (rev 752759)
@@ -0,0 +1,28 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-txrequests
+pkgver=0.9.6
+pkgrel=6
+pkgdesc='Asynchronous Python HTTP Requests for Humans using twisted'
+license=('Apache')
+arch=(any)
+url='https://github.com/tardyp/txrequests'
+depends=(python-requests python-twisted)
+makedepends=(python-setuptools)
+source=("https://files.pythonhosted.org/packages/source/t/txrequests/txrequests-${pkgver}.tar.gz")
+sha256sums=('b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1')
+
+build() {
+ cd txrequests-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd txrequests-$pkgver
+ python test_txrequests.py
+}
+
+package() {
+ cd txrequests-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list