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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 15 12:32:54 UTC 2021


    Date: Thursday, July 15, 2021 @ 12:32:54
  Author: felixonmars
Revision: 977265

archrelease: copy trunk to community-x86_64

Added:
  python-btrees/repos/community-x86_64/PKGBUILD
    (from rev 977264, 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-15 12:32:40 UTC (rev 977264)
+++ PKGBUILD	2021-07-15 12:32:54 UTC (rev 977265)
@@ -1,31 +0,0 @@
-# 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:

Copied: python-btrees/repos/community-x86_64/PKGBUILD (from rev 977264, python-btrees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-15 12:32:54 UTC (rev 977265)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-btrees
+pkgver=4.9.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=('b9f8798ee9b553ef3e866b2ad91dee738f4f3f0d1ba22a8e52a8a4e374e0abcd3a147d9cb8ecf811cb75e7274c4a944b9597e639a2dcfb93d32370edbbb3c1c4')
+
+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