[arch-commits] Commit in python-pyrsistent/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 20:23:45 UTC 2021


    Date: Tuesday, November 30, 2021 @ 20:23:44
  Author: felixonmars
Revision: 1058189

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyrsistent/repos/community-staging-x86_64/
  python-pyrsistent/repos/community-staging-x86_64/LICENCE.mit
    (from rev 1058187, python-pyrsistent/trunk/LICENCE.mit)
  python-pyrsistent/repos/community-staging-x86_64/PKGBUILD
    (from rev 1058187, python-pyrsistent/trunk/PKGBUILD)

-------------+
 LICENCE.mit |   22 ++++++++++++++++++++++
 PKGBUILD    |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: python-pyrsistent/repos/community-staging-x86_64/LICENCE.mit (from rev 1058187, python-pyrsistent/trunk/LICENCE.mit)
===================================================================
--- community-staging-x86_64/LICENCE.mit	                        (rev 0)
+++ community-staging-x86_64/LICENCE.mit	2021-11-30 20:23:44 UTC (rev 1058189)
@@ -0,0 +1,22 @@
+Copyright (c) 2015 Tobias Gustafsson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Copied: python-pyrsistent/repos/community-staging-x86_64/PKGBUILD (from rev 1058187, python-pyrsistent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-11-30 20:23:44 UTC (rev 1058189)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pyrsistent
+pkgver=0.18.0
+pkgrel=2
+pkgdesc="Persistent/Functional/Immutable data structures"
+arch=('x86_64')
+license=('MIT')
+url="https://github.com/tobgu/pyrsistent"
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz"
+        LICENCE.mit)
+sha512sums=('f56062430f914a884a9317ecf5278ccc09d98f1d6867716f89173db47996b8d4c1ef4f5c0121c955d81fc4fe8aba7d30f38679baea6208168c3952846064cfeb'
+            '036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
+
+prepare() {
+  sed -i 's/<5//g' pyrsistent-$pkgver/setup.py
+}
+
+build() {
+  cd pyrsistent-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyrsistent-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd pyrsistent-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENCE.mit "$pkgdir"/usr/share/licenses/$pkgname/LICENCE.mit
+}



More information about the arch-commits mailing list