Date: Thursday, June 2, 2022 @ 06:24:28 Author: yan12125 Revision: 1218646
upgpkg: python-tubes 0.2.1-1; removed the merged patch [1] [1] https://github.com/twisted/tubes/pull/89 Modified: python-tubes/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-02 05:59:51 UTC (rev 1218645) +++ PKGBUILD 2022-06-02 06:24:28 UTC (rev 1218646) @@ -1,8 +1,8 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-tubes -pkgver=0.2.0 -pkgrel=7 +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' @@ -9,17 +9,9 @@ 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" - "https://github.com/graingert/tubes/commit/e01fc9cbbe48327f9d399c1ee2b0b0dfa6ed6204.patch") -sha512sums=('6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e' - '7bef93c5bbd6d071c1a7f18526608e401d45d6fc8ec91a885affb4ae4fc11da2fa31397cf5f4b1302d7acf3378928fa9105e117ad32c067e2352ae5a8506d1cc') +source=("https://github.com/twisted/tubes/archive/v$pkgver/tubes-v$pkgver.tar.gz") +sha512sums=('6f4666f1591c96d0d7f0514f511ad700f6c3976fcf561f0d967f26aead089e682540b74f85b26a68ff6877d5d7775654c9f6959d8a41c25804375ca837ac1815') -prepare() { - cd tubes-$pkgver - # Part of https://github.com/twisted/tubes/pull/89; for fixing building with setuptools>=59 - patch -Np1 -i ../e01fc9cbbe48327f9d399c1ee2b0b0dfa6ed6204.patch -} - build() { cd tubes-$pkgver python setup.py build
