[arch-commits] Commit in python-http-parser/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:39:07 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:39:07
  Author: felixonmars
Revision: 1060935

archrelease: copy trunk to community-staging-x86_64

Added:
  python-http-parser/repos/community-staging-x86_64/PKGBUILD
    (from rev 1060934, python-http-parser/trunk/PKGBUILD)
Deleted:
  python-http-parser/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:39:00 UTC (rev 1060934)
+++ PKGBUILD	2021-12-01 21:39:07 UTC (rev 1060935)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-http-parser
-pkgver=0.9.0
-pkgrel=5
-pkgdesc="HTTP request/response parser for Python"
-arch=('x86_64')
-license=('MIT')
-url="https://github.com/benoitc/http-parser"
-depends=('python')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-pytest')
-source=("https://github.com/benoitc/http-parser/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('75e51bef43d9d7698aad69f8bfe651e24784b97603cac55f33bf4c12c86792c8c71d6206f31847d052e4d8621a5ea65a7b34eca5bebdb8189f58e6d98d33139d')
-
-prepare() {
-  rm http-parser-$pkgver/http_parser/parser.c
-}
-
-build() {
-  cd "$srcdir"/http-parser-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/http-parser-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" \
-  py.test testing/
-}
-
-package() {
-  cd http-parser-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-http-parser/repos/community-staging-x86_64/PKGBUILD (from rev 1060934, python-http-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:39:07 UTC (rev 1060935)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-http-parser
+pkgver=0.9.0
+pkgrel=6
+pkgdesc="HTTP request/response parser for Python"
+arch=('x86_64')
+license=('MIT')
+url="https://github.com/benoitc/http-parser"
+depends=('python')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+source=("https://github.com/benoitc/http-parser/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('75e51bef43d9d7698aad69f8bfe651e24784b97603cac55f33bf4c12c86792c8c71d6206f31847d052e4d8621a5ea65a7b34eca5bebdb8189f58e6d98d33139d')
+
+prepare() {
+  rm http-parser-$pkgver/http_parser/parser.c
+}
+
+build() {
+  cd "$srcdir"/http-parser-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/http-parser-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10:$PYTHONPATH" \
+  py.test testing/
+}
+
+package() {
+  cd http-parser-$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