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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:27:19 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:27:18
  Author: foutrelis
Revision: 1062841

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:27:15 UTC (rev 1062840)
+++ PKGBUILD	2021-12-02 22:27:18 UTC (rev 1062841)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-treq
-pkgver=21.5.0
-pkgrel=2
-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' 'python-hyperlink')
-makedepends=('python-setuptools' 'httpbin')
-checkdepends=('python-mock')
-source=("https://github.com/twisted/treq/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a1bd7b1eac38b5c713406d6731d0873abd400c1e3dcb637f05a669a9909576df48f1e0d5410af3efde591b7047f3e901297dd592561c6d08870debe263822413')
-
-build() {
-  cd treq-release-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd treq-release-$pkgver
-  PYTHONPATH="$PWD/build/lib" trial treq
-}
-
-package() {
-  cd treq-release-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-treq/repos/community-staging-any/PKGBUILD (from rev 1062840, python-treq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:27:18 UTC (rev 1062841)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-treq
+pkgver=21.5.0
+pkgrel=3
+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' 'python-hyperlink')
+makedepends=('python-setuptools' 'httpbin')
+checkdepends=('python-mock')
+source=("https://github.com/twisted/treq/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a1bd7b1eac38b5c713406d6731d0873abd400c1e3dcb637f05a669a9909576df48f1e0d5410af3efde591b7047f3e901297dd592561c6d08870debe263822413')
+
+build() {
+  cd treq-release-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd treq-release-$pkgver
+  PYTHONPATH="$PWD/build/lib" trial treq
+}
+
+package() {
+  cd treq-release-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list