[arch-commits] Commit in python-btrees/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:12:37 UTC 2019


    Date: Monday, November 4, 2019 @ 07:12:37
  Author: felixonmars
Revision: 523460

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-btrees/repos/community-staging-x86_64/PKGBUILD (from rev 523459, python-btrees/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 07:12:37 UTC (rev 523460)
@@ -0,0 +1,31 @@
+# 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:



More information about the arch-commits mailing list