diff --git a/programming/language/python3/python3-pyrsistent/actions.py b/programming/language/python3/python3-pyrsistent/actions.py new file mode 100644 index 0000000000..b89672d9ed --- /dev/null +++ b/programming/language/python3/python3-pyrsistent/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools + +def build(): + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared") + # suppress compiler warnings + pisitools.cflags.add("-Wno-sign-compare") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENCE*") \ No newline at end of file diff --git a/programming/language/python3/python3-pyrsistent/pspec.xml b/programming/language/python3/python3-pyrsistent/pspec.xml new file mode 100644 index 0000000000..60f5f39a49 --- /dev/null +++ b/programming/language/python3/python3-pyrsistent/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-pyrsistent + https://github.com/tobgu/pyrsistent + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Persistent/Immutable/Functional data structures for Python. + Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. + https://github.com/tobgu/pyrsistent/archive/v0.15.7.tar.gz + + python3-setuptools + python3-devel + + + + + python3-pyrsistent + Persistent/Immutable/Functional data structures for Python. + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pyrsistent + + + + + + 2020-02-19 + 0.15.7 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pyrsistent/translations.xml b/programming/language/python3/python3-pyrsistent/translations.xml new file mode 100644 index 0000000000..22533ce36a --- /dev/null +++ b/programming/language/python3/python3-pyrsistent/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pyrsistent + Kalıcı/Değismez/İşlevsel veriyapıları kitaplığı. + python3-pyrsistent python için Kalıcı/Değişmez/İşlevsel veriyapıları kitaplığı sağlar. + + \ No newline at end of file