gpo.zugaina.org

Search Portage & Overlays:

dev-python/joblib

Tools to provide lightweight pipelining in Python

Screenshots

  • joblib-1.4.2
    ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • joblib-1.4.0
    amd64 ~arm arm64 ~ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • joblib-1.3.2
    amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • joblib-0.14.1-r200
    amd64 x86 ~amd64-linux ~x86-linux
    doc test python_targets_python2_7

    View      Download      Browse     License: BSD   

ChangeLog

commit e7d5ef4dabfb690257047af8f035fd11f43b6279
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Oct 4 09:24:32 2023 -0400

dev-python pypy3 dep updates

commit fd004011a31dbfcfe79749598bbbba827da6133b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 29 10:06:03 2023 -0700

dev-python: multiple vbumps for pypy3 compat

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 9be45176a4755b8ea68bfc1511f9bff5fcc65f41
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Jul 30 15:30:53 2022 -0700

dev-python/* sync upstream for pypy3

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 792587e11388fa8421d788ed0b6598e51364dfa3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 18:59:53 2022 -0500

dev-python sync pypy3 compat from main tree

commit 2df09e8b1374965af0a792621522d8253b3bfc71
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:51:59 2020 -0400

dev-python update manifests affected by 27 removal

commit c19891e4e218ee0cfa8ea57fc8d0155e2b1d886d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:45:00 2020 -0400

dev-python revbump all ebuilds that dropped 27 compat

commit a86b13176c99bf60e2979509c292eeecade0af80
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:22:19 2020 -0400

dev-python remove python2_7 from compat

commit 066893ec14ea9c62098321155c3d92ae0f1f0b74
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Aug 1 20:11:52 2020 -0700

dev-python/joblib: 39 and stabilize

commit 0ad5b92ab42a328209704a1a6296817cfc919347
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Apr 16 17:05:55 2020 -0700

dev-python/joblib-0.14.1 add pypy3 support

commit a3b2ad0fa09e404dd12b22e3726eab2c113d9173
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Apr 16 17:05:24 2020 -0700

dev-python/joblib-0.14.1 added from upstream

commit 6a8e5676d9ac95810129fe5965b5d91ef7c56b22
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 20:16:39 2019 -0800

dev-python python targets cleanup part 2

update Manifests

commit 4566ac05d4e30a59f79f8ede25686d5d62f5f570
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 18:06:57 2019 -0800

dev-python python targets cleanup part 1

also resync with any upstream changes to keywords etc

commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800

rewrite copyright headers part 2

update all Manifests

for a fun time

_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}

export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}

remanp

commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800

rewrite copyright headers part 1

conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=

there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)

commit c9b012f1535ad516dfa66c4406e869e529742b5c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Oct 11 21:41:03 2019 -0700

dev-python/joblib-0.14.0 version bump

commit a10440026501fdeb109684358dc96fe69d16b483
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Oct 25 19:28:18 2018 -0700

dev-python/joblib added missing Manifest

commit 2d8b48479c224cb9a6bb53d22aeb1b209a94fa2b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Oct 13 22:40:02 2018 -0700

updates for 3.7 and pypy3 compat for scibot ebuild