[arch-commits] Commit in python-btrees/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 17 09:12:15 UTC 2021


    Date: Saturday, July 17, 2021 @ 09:12:14
  Author: felixonmars
Revision: 978052

archrelease: copy trunk to community-x86_64

Added:
  python-btrees/repos/community-x86_64/PKGBUILD
    (from rev 978051, python-btrees/trunk/PKGBUILD)
Deleted:
  python-btrees/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 09:11:58 UTC (rev 978051)
+++ PKGBUILD	2021-07-17 09:12:14 UTC (rev 978052)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-btrees
-pkgver=4.9.1
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('x86_64')
-license=('ZPL')
-url='https://github.com/zopefoundation/btrees'
-depends=('python-persistent' 'python-zope-interface')
-makedepends=('python-setuptools')
-checkdepends=('python-transaction' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz")
-sha512sums=('2fee23277c4d1548912be9ef498ba1b1e3afd064652d8f4a8ef344f1df473f264e4edbbdf691b517e103897a30ccc6eeead1f3cecb30cf99e11ae0afb1654f6e')
-
-build() {
-  cd BTrees-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd BTrees-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m zope.testrunner --test-path=src
-}
-
-package() {
-  cd BTrees-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-btrees/repos/community-x86_64/PKGBUILD (from rev 978051, python-btrees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-17 09:12:14 UTC (rev 978052)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-btrees
+pkgver=4.9.2
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('x86_64')
+license=('ZPL')
+url='https://github.com/zopefoundation/btrees'
+depends=('python-persistent' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-transaction' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz")
+sha512sums=('860fceed41ea26c68d865f5c57687a2a773304cc64bdffc9f3b21fc01dedb7e103943177af3f2368a310d070e0e406d915b5aac33bddfc3e07e187d0c892a523')
+
+build() {
+  cd BTrees-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd BTrees-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" python -m zope.testrunner --test-path=src
+}
+
+package() {
+  cd BTrees-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list