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

Felix Yan felixonmars at archlinux.org
Fri Nov 15 18:23:14 UTC 2019


    Date: Friday, November 15, 2019 @ 18:23:13
  Author: felixonmars
Revision: 529294

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-15 18:22:58 UTC (rev 529293)
+++ PKGBUILD	2019-11-15 18:23:13 UTC (rev 529294)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-btrees
-pkgver=4.6.0
-pkgrel=2
-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=('febc377fae600b21287a4d9d5c20c3780324a247d7fc745d58ebc73e2c45ae408bf5aacec19012980a64592394eec9f8bf72e17595c3ce4cb4dbfdfbfba6ea8b')
-
-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 529293, python-btrees/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-15 18:23:13 UTC (rev 529294)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-btrees
+pkgver=4.6.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-pytest-runner' 'python-transaction' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz")
+sha512sums=('70f7a016619d0063a71c9723815abe0043b550df637318dc4c6320ec63ae05832dfe484e43f60085e62a770d5247bc77d5feb42e81c47765c7c2118126fdf8e9')
+
+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:



More information about the arch-commits mailing list