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

Felix Yan felixonmars at archlinux.org
Fri Jun 11 23:05:21 UTC 2021


    Date: Friday, June 11, 2021 @ 23:05:20
  Author: felixonmars
Revision: 962936

archrelease: copy trunk to community-x86_64

Added:
  python-btrees/repos/community-x86_64/PKGBUILD
    (from rev 962935, 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-06-11 23:05:10 UTC (rev 962935)
+++ PKGBUILD	2021-06-11 23:05:20 UTC (rev 962936)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-btrees
-pkgver=4.7.2
-pkgrel=3
-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-pytest-runner' 'python-transaction' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz")
-sha512sums=('98ce278024c863c37c8562f4785a0184cd95f7c545fa2cccb07172aa408c15e9d66342e67d460be8c30056208ed439acf428379610c2ff885d3b4f740f3e09ff')
-
-build() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py pytest
-}
-
-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 962935, python-btrees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-11 23:05:20 UTC (rev 962936)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-btrees
+pkgver=4.8.0
+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=('1147b569313bc7767948dfc02df1f658916b242673a4ba834d47b992384fa73926df15035614a0ab1afd9f6c3ff646d3ae31725e28241902bb24215bd2886b7c')
+
+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