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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Jun 2 06:24:48 UTC 2022


    Date: Thursday, June 2, 2022 @ 06:24:47
  Author: yan12125
Revision: 1218647

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 06:24:28 UTC (rev 1218646)
+++ PKGBUILD	2022-06-02 06:24:47 UTC (rev 1218647)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-tubes
-pkgver=0.2.0
-pkgrel=7
-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=. trial 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-any/PKGBUILD (from rev 1218646, python-tubes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 06:24:47 UTC (rev 1218647)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-tubes
+pkgver=0.2.1
+pkgrel=1
+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=('6f4666f1591c96d0d7f0514f511ad700f6c3976fcf561f0d967f26aead089e682540b74f85b26a68ff6877d5d7775654c9f6959d8a41c25804375ca837ac1815')
+
+build() {
+  cd tubes-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tubes-$pkgver
+  PYTHONPATH=. trial 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