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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 2 22:32:32 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:32:32
  Author: foutrelis
Revision: 522337

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 22:32:28 UTC (rev 522336)
+++ PKGBUILD	2019-11-02 22:32:32 UTC (rev 522337)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-tubes
-pkgver=0.2.0
-pkgrel=2
-arch=(any)
-pkgdesc='A data-processing and flow-control engine for event-driven programs'
-url='https://github.com/twisted/Tubes'
-license=(MIT)
-depends=(python python-characteristic python-six python-twisted)
-makedepends=(python-setuptools)
-source=("https://github.com/twisted/tubes/archive/v$pkgver/tubes-v$pkgver.tar.gz")
-sha512sums=('6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e')
-
-build() {
-  cd tubes-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tubes-$pkgver
-  PYTHONPATH=. trial3 tubes
-}
-
-package() {
-  cd tubes-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-tubes/repos/community-staging-any/PKGBUILD (from rev 522336, python-tubes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 22:32:32 UTC (rev 522337)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-tubes
+pkgver=0.2.0
+pkgrel=3
+arch=(any)
+pkgdesc='A data-processing and flow-control engine for event-driven programs'
+url='https://github.com/twisted/Tubes'
+license=(MIT)
+depends=(python python-characteristic python-six python-twisted)
+makedepends=(python-setuptools)
+source=("https://github.com/twisted/tubes/archive/v$pkgver/tubes-v$pkgver.tar.gz")
+sha512sums=('6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e')
+
+build() {
+  cd tubes-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tubes-$pkgver
+  PYTHONPATH=. trial3 tubes
+}
+
+package() {
+  cd tubes-$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