[arch-commits] Commit in python-h2/repos/community-testing-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 26 17:37:08 UTC 2020
Date: Thursday, November 26, 2020 @ 17:37:07
Author: felixonmars
Revision: 763689
archrelease: copy trunk to community-testing-any
Added:
python-h2/repos/community-testing-any/PKGBUILD
(from rev 763688, python-h2/trunk/PKGBUILD)
Deleted:
python-h2/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-26 17:36:56 UTC (rev 763688)
+++ PKGBUILD 2020-11-26 17:37:07 UTC (rev 763689)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-h2
-pkgver=3.2.0
-pkgrel=4
-pkgdesc="HTTP/2 State-Machine based protocol implementation"
-arch=('any')
-license=('MIT')
-url="https://hyper.rtfd.org"
-depends=('python-hpack' 'python-hyperframe')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz")
-sha512sums=('103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c')
-
-build() {
- cd hyper-h2-$pkgver
- python setup.py build
-}
-
-check() {
- cd hyper-h2-$pkgver
- python -m pytest
-}
-
-package() {
- cd hyper-h2-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-h2/repos/community-testing-any/PKGBUILD (from rev 763688, python-h2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-26 17:37:07 UTC (rev 763689)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-h2
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="HTTP/2 State-Machine based protocol implementation"
+arch=('any')
+license=('MIT')
+url="https://hyper.rtfd.org"
+depends=('python-hpack' 'python-hyperframe')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz")
+sha512sums=('84578174a13782897f9286c62d450eaf11aa71c01c96b8660179cd2df77618dc1a6c4b354b2bc5731cd21c4709c8c0a8282a859a98c4a62a7295b6dfd1b5cfb2')
+
+build() {
+ cd hyper-h2-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd hyper-h2-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd hyper-h2-$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