gpo.zugaina.org

Search Portage & Overlays:

dev-python/pipenv

Python Development Workflow for Humans

Screenshots

  • pipenv-2023.12.1
    ~amd64 ~arm64 ~riscv
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • pipenv-2022.12.19-r1
    ~amd64 ~riscv ~x86
    test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   
    Overlay: bgo-overlay

ChangeLog

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 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 83a20003e2e8fa30446f514e269608d4cdc2e7e0
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 19:26:04 2019 -0800

dev-python/pipenv remove old ebuilds

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 8c98b985e638be0b90325c466ec75d7e892837de
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Apr 16 12:57:27 2019 -0700

dev-python/pipenv-2018.11.26 fixed build time deps

commit da43a4b0b8125afa9c4e2b558771e8d871e34fa5
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Nov 27 17:55:25 2018 -0800

dev-python/pipenv-2018.11.26.ebuild added

commit 369ca5d6671f2261e6617f9120f7984185df0013
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Nov 21 13:19:57 2018 -0800

dev-python/pipenv-2018.11.14.ebuild added

also bumped setuptools dependency to >=40.0.0 due to sandbox violations
when using earlier versions

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

commit b405d34ee4927a7cf597b875c4efec055fb94519
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Sep 11 23:36:03 2018 -0700

dev-python/pipenv-2018.7.1.ebuild added