dev-python/setproctitle
Allow customization of the process title
-
setproctitle-1.2.1~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaristest python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
View
Download
Browse License: BSD Overlay: gentoo (distro) -
setproctitle-1.2~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaristest python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
View
Download
Browse License: BSD Overlay: gentoo (distro) -
setproctitle-1.1.10-r1~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaristest python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
View
Download
Browse License: BSD Overlay: tgbugs-overlay (layman) -
setproctitle-1.1.10-r1~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solarispython_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
View
Download
Browse License: BSD Overlay: gentoo (distro) -
setproctitle-1.1.8-r1000*python_abis_2.7 python_abis_3.4 python_abis_3.5 python_abis_3.6 python_abis_3.7 python_abis_2.7-pypy python_abis_3.3-pypy test
View
Download
Browse License: BSD Overlay: progress (layman) -
setproctitle-1.1.8amd64 x86test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
View
Download
Browse License: BSD Overlay: argent-main (layman)
ChangeLog
commit d0fd280f1dc37460b7a7b0cd9b7a59a8561c22e1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Aug 1 15:30:02 2020 -0700
dev-python/setproctitle: upstream and pypy3
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 e941d3ea4114d740fd8bce4102ee27d31ab4100e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Oct 15 15:20:25 2018 -0700
matplotlib and numpy pypy3 and 3_7 support
numpy-1.15.2 based on the ebuild from https://github.com/cschwan/sage-on-gentoo
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Aug 1 15:30:02 2020 -0700
dev-python/setproctitle: upstream and pypy3
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 e941d3ea4114d740fd8bce4102ee27d31ab4100e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Oct 15 15:20:25 2018 -0700
matplotlib and numpy pypy3 and 3_7 support
numpy-1.15.2 based on the ebuild from https://github.com/cschwan/sage-on-gentoo

