gpo.zugaina.org

Search Portage & Overlays:

dev-python/pennsieve

Python client and command line tool for Pennsieve

Screenshots

  • pennsieve-6.2.0-r3
    ~amd64 ~x86
    dev test +cli -agent -pandas test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: Apache-2.0   

ChangeLog

commit 51143d46fc71096c414512d375d21404f53acbf3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Mar 26 12:34:18 2024 -0700

dev-python/pennsieve: revbump for patch fix

commit ff413d2276c59ba75d52fa97443c75eb2fd2e976
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Mar 25 13:14:01 2024 -0700

dev-python/pennsieve: revbump for deps and patches

commit fba7311826f942d7af722bee23b1e2fab88ee4e7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 20:07:50 2023 -0500

dev-python/pennsieve: fix patches

commit 21083b39f883a5a88342315a6e2f3e5fdd9e21d8
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 18:01:11 2023 -0500

dev-python compat drop 3_8

dropped for old ebuilds as well, many of those will be cleaned up

commit 5120a9154a7fd194953ac7635a6b5709344763c3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 16:50:22 2023 -0500

dev-python/pennsieve remove protobuf dependency

commit 3af1fd863426280808e9e15bd69f04d485ea7c3c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Dec 26 11:54:45 2022 -0500

dev-python/pennsieve: remanifest

commit a4b480f6eee90ba1ea5806f561cfd60016c73663
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Dec 26 11:30:05 2022 -0500

dev-python/pennsieve: vbump

commit 9a68e1391494b16db7db91bf93aad595922e7352
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Mar 22 16:02:32 2022 -0700

dev-python/pennsieve: patch requirements.txt

so pip is evil, and if you have a version that doesn't exactly match the
requirements.txt of a transative dependency when installing something it
will go and install the exact version wanted by the system dependency
in the user's space, therefore you either have to nuke all the
requirements.txt files or you have to adjust them to fit reality instead
of them being overly narrow on the part of lazy devs deferring the
inevitable

commit fdcabf2bbe352e6d43afd37c5530b936903b5ce7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Mar 21 20:46:02 2022 -0700

dev-python/pennsieve: patch to remove futures

commit 84811345ddac581169bacb996f1faa3f35c52c71
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Mar 21 15:51:45 2022 -0700

dev-python/pennsieve: remove setup_requires

cython isn't actually needed and setup_requires was long ago deemed a
major mistake and deprecated

commit 95b62bd06e440b6c1a378e771a2804281b682492
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 17:24:29 2022 -0500

first pass at cleanup to remove old ebuilds along with some other fixes

commit af4019ca362ec8175163741563203b12f66ea401
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 01:39:58 2022 -0500

dev-python add missing files symlinks, patches

cloudpickle needed to be patched for pypy3 compatibility otherwise
joblib would fail to install

commit d9aebfbad4023762bc82015bbe81d49d75aa40bd
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 22:45:44 2022 -0500

dev-python pypy3 and 3_10 compat fixes

also fixed pyzmq ebuild to no longer depend on cffi since newer version
of pypy3 include a modified version of cffi (see the cffi ebuild in the
main tree for details)

a few new ebuilds were added and a few old ones were removed reflecting
shifts in dependency trees over time