Date: Wednesday, October 5, 2022 @ 00:03:00
Author: felixonmars
Revision: 1321344
archrelease: copy trunk to community-any
Added:
python-h11/repos/community-any/PKGBUILD
(from rev 1321343, python-h11/trunk/PKGBUILD)
Deleted:
python-h11/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-05 00:02:35 UTC (rev 1321343)
+++ PKGBUILD 2022-10-05 00:03:00 UTC (rev 1321344)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=python-h11
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
-url="https://github.com/python-hyper/h11"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/h/h11/h11-$pkgver.tar.gz")
-sha512sums=('c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02')
-
-build() {
- cd h11-$pkgver
- python setup.py build
-}
-
-check() {
- cd h11-$pkgver
- pytest
-}
-
-package_python-h11() {
- cd h11-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-h11/repos/community-any/PKGBUILD (from rev 1321343,
python-h11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-05 00:03:00 UTC (rev 1321344)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=python-h11
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
+url="https://github.com/python-hyper/h11"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/h/h11/h11-$pkgver.tar.gz")
+sha512sums=('6146f6441ce62ea46d824a86c1687401224ea6084ca2703b9c841dce51cdfb5de49b39a4f4a7e95efae40ed83012ea4a8641700281f728c2f580a90ce42d82a5')
+
+build() {
+ cd h11-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd h11-$pkgver
+ pytest
+}
+
+package_python-h11() {
+ cd h11-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}