[arch-commits] Commit in python-treq/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 19 20:22:46 UTC 2020


    Date: Sunday, April 19, 2020 @ 20:22:45
  Author: felixonmars
Revision: 616538

archrelease: copy trunk to community-any

Added:
  python-treq/repos/community-any/PKGBUILD
    (from rev 616537, python-treq/trunk/PKGBUILD)
Deleted:
  python-treq/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-19 20:22:34 UTC (rev 616537)
+++ PKGBUILD	2020-04-19 20:22:45 UTC (rev 616538)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-treq
-pkgver=20.3.0
-pkgrel=1
-pkgdesc="A requests-like API built on top of twisted.web's Agent"
-arch=('any')
-license=('MIT')
-url='https://github.com/twisted/treq'
-depends=('python-incremental' 'python-requests' 'python-pyopenssl' 'python-service-identity'
-         'python-idna' 'python-attrs' 'python-twisted')
-makedepends=('python-setuptools' 'httpbin')
-checkdepends=('python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/twisted/treq/archive/release-$pkgver.tar.gz")
-sha512sums=('8daacffd94f0547c9b11e49cea9fe6f11f27493b9434333679aad0db4f7cb869890fdacc6aefad9c4590e38f522b31a45039dc37a784dd755e5cce807583d9e8')
-
-build() {
-  cd treq-release-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd treq-release-$pkgver
-  PYTHONPATH="$PWD/build/lib" trial3 treq
-}
-
-package() {
-  cd treq-release-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-treq/repos/community-any/PKGBUILD (from rev 616537, python-treq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-19 20:22:45 UTC (rev 616538)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-treq
+pkgver=20.4.0
+pkgrel=1
+pkgdesc="A requests-like API built on top of twisted.web's Agent"
+arch=('any')
+license=('MIT')
+url='https://github.com/twisted/treq'
+depends=('python-incremental' 'python-requests' 'python-pyopenssl' 'python-service-identity'
+         'python-idna' 'python-attrs' 'python-twisted')
+makedepends=('python-setuptools' 'httpbin')
+checkdepends=('python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twisted/treq/archive/release-$pkgver.tar.gz")
+sha512sums=('0d15ce79c1b53b6801e445993c4ea3a837998853642b9c829cc200b2223d35983629e666302556dd796e3032161f2d73a1d38408a5e22c7dd6a5f7e9e4b12cbb')
+
+build() {
+  cd treq-release-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd treq-release-$pkgver
+  PYTHONPATH="$PWD/build/lib" trial3 treq
+}
+
+package() {
+  cd treq-release-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list