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

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 3 21:14:02 UTC 2019


    Date: Sunday, November 3, 2019 @ 21:14:02
  Author: foutrelis
Revision: 522657

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 21:13:57 UTC (rev 522656)
+++ PKGBUILD	2019-11-03 21:14:02 UTC (rev 522657)
@@ -1,39 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: xRemaLx <anton.komolov at gmail.com>
-
-pkgname=python-klein
-pkgver=19.6.0
-pkgrel=2
-arch=(any)
-pkgdesc='A web micro-framework built on werkzeug and twisted.web'
-url='https://github.com/twisted/klein'
-license=(MIT)
-# incremental is listed in both setup_requires and install_requires
-depends=(python python-attrs python-hyperlink python-incremental python-six
-         python-tubes python-twisted python-werkzeug python-zope-interface)
-makedepends=(python-setuptools python-incremental)
-checkdepends=(python-hypothesis python-mock python-treq)
-source=("https://github.com/twisted/klein/archive/$pkgver/klein-$pkgver.tar.gz")
-sha512sums=('849631f121449556c33a45dcc5b909339730b50f224cd52aadd1e88b1cfe11ef67c03387ef2fc66517d56251001af161b72b518981d36246c741cc381750858f')
-
-prepare() {
-  cd klein-$pkgver
-  # https://github.com/twisted/klein/pull/286
-  sed -i '/"typing"/d' setup.py
-}
-
-build() {
-  cd klein-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd klein-$pkgver
-  PYTHONPATH=src trial3 klein
-}
-
-package() {
-  cd klein-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-klein/repos/community-staging-any/PKGBUILD (from rev 522656, python-klein/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 21:14:02 UTC (rev 522657)
@@ -0,0 +1,39 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+
+pkgname=python-klein
+pkgver=19.6.0
+pkgrel=3
+arch=(any)
+pkgdesc='A web micro-framework built on werkzeug and twisted.web'
+url='https://github.com/twisted/klein'
+license=(MIT)
+# incremental is listed in both setup_requires and install_requires
+depends=(python python-attrs python-hyperlink python-incremental python-six
+         python-tubes python-twisted python-werkzeug python-zope-interface)
+makedepends=(python-setuptools python-incremental)
+checkdepends=(python-hypothesis python-mock python-treq)
+source=("https://github.com/twisted/klein/archive/$pkgver/klein-$pkgver.tar.gz")
+sha512sums=('849631f121449556c33a45dcc5b909339730b50f224cd52aadd1e88b1cfe11ef67c03387ef2fc66517d56251001af161b72b518981d36246c741cc381750858f')
+
+prepare() {
+  cd klein-$pkgver
+  # https://github.com/twisted/klein/pull/286
+  sed -i '/"typing"/d' setup.py
+}
+
+build() {
+  cd klein-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd klein-$pkgver
+  PYTHONPATH=src trial3 klein
+}
+
+package() {
+  cd klein-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list