gpo.zugaina.org

Search Portage & Overlays:

dev-python/pint

Operate and manipulate physical quantities in Python

Screenshots

  • pint-0.22
    ~amd64 ~x86
    babel uncertainties test test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • Pint-0.22
    ~amd64 ~x86
    doc python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • Pint-0.22
    amd64 arm arm64 x86
    test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
  • Pint-0.20.1
    ~amd64 ~x86
    doc python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • pint-0.20.1
    ~amd64 ~x86
    babel uncertainties test test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • Pint-0.20.1
    ~amd64 ~x86
    python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: flavour
  • Pint-0.19.2
    ~amd64 ~x86
    python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: flavour
  • Pint-0.19.1
    ~amd64 ~x86
    doc python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • Pint-0.17
    ~amd64 ~x86
    doc python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • Pint-0.16.1
    ~amd64 ~x86
    doc python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: stuff

ChangeLog

commit eccb8ff631244fb02660a69028b5ecd6374e3bdf
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Jul 22 11:20:18 2023 -0700

dev-python/pint: vbump

commit b340f5f56f3752bb7a79c9666af58e9409f1a808
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Apr 25 13:36:05 2023 -0700

dev-python: more underscore to dash changes

commit 92a4a02dbc551c262208d39db7e99abb3ba032c1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 8 18:47:44 2023 -0700

dev-python: compat for 3.11 and some vbumps

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 08686982d48bf1610b469d5af08b2bf131606132
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Dec 22 20:03:42 2022 -0500

dev-python/pint: vbump

commit 414fa67df2ed9f55a75f88ad38d0dcb4dfa77568
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jun 22 13:34:45 2022 -0700

dev-python/pint: version bump

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 da0b5d9484f367d67bb5a9066a3fba7244e5b29a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 21:46:12 2022 -0500

dev-python batch update pypi sourced to latest

commit ca424f15b474bc1304dace4bf6d5b2d3180402e6
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Sep 23 21:19:37 2020 -0400

dev-python/pint: ver bump to 0.16.1

commit 2e5692673c5f8549441e0f8772856e5a00d96f21
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Sep 14 17:46:17 2020 -0400

dev-python/pint: ver bump to 0.16

commit 14a26e405440ba69de28e7498e2b9a48a4314fe4
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jun 29 22:33:14 2020 -0700

start of support for sparcur on python3_8

commit 801d7ba294e6244990f3595e84633b923b304688
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Apr 16 15:36:46 2020 -0700

dev-python/pint ver bump, patch out pkg_resources

why the heck are they using pkg resources at runtime to test whether to
use matrix multiplication *insanity*

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 812f8aafea80b05ae55e4e04b1706d87c59e4f93
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Oct 31 21:42:25 2019 -0700

in process commit for testing and generic ebuilds

commit a11ea8a905d5a34ad2cf6a483bff1d0569e0fdae
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Sep 30 20:05:04 2019 -0700

dev-python/sparcur added with deps

special note about unertainties is that numpy is an optional runtime
dependency for now added numpy dependency behind a useflag to allow
install for pypy3 since numpy is still broken there

commit 7b178cd131fc241061f1b0780548ec435c7d6a90
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon May 20 23:06:52 2019 -0700

dev-python/pint added