Difference between pages "News:Python Updater Deprecation" and "Package:Wgetpaste"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (Reverted edits by Threesixes (talk) to last revision by Drobbins)
 
(initial commit)
 
Line 1: Line 1:
{{News
{{Ebuild
|Summary=Python-updater is no longer part of Funtoo Linux.
|Summary=Command-line interface to various pastebins
|News Format=Extended
|CatPkg=app-text/wgetpaste
|News Category=General
|Homepage=http://wgetpaste.zlin.dk/
|Author=Oleg
|Publication Status=Published
|Deprecated By=
|Publication Date=2014/12/06
|Icon=
}}
}}
As some users have noticed, the python-updater package, a tool for scanning and rebuilding python packages after major Python version updates is now removed. As of Nov 28, python-updater is no longer required.  After merging new version of python ebuilds, the following steps are required:
{{PageNeedsUpdates}}


== Portage rebuild ==
=== Installation ===
<console>
{{console|body=###i## emerge app-text/wgetpaste}}
###i## emerge --oneshot sys-apps/portage
</console>
This ensures that unconditional dependencies are properly installed.


== Python Variables ==
=== Configuration ===
In Funtoo Linux, PYTHON variables are set automatically in profile. In case PYTHON_* variables are manually set in <code>/etc/portage/make.conf</code> ,  such as <code>PYTHON_ABIS="2.7 3.3"</code>, and/or <code>/etc/portage/package.use</code>, such as <code>app-category/pkgname python_abis_3.3</code> , then change them accordingly to a version you which you upgraded. Example: <code>PYTHON_ABIS="2.7 3.4"</code>, <code>python_abis_3.4</code>. This requires updating Portage again:
 
<console>
=== Usage ===
###i## emerge --nodeps --oneshot sys-apps/portage
Wgetpaste allows output to be streamed to the pastebin service of your choice.
</console>
{{console|body=###i## cat /tmp/emergeinfo.txt | wgetpaste}}
This will rebuild portage independently of package dependencies, i.e if packages with old sys-apps/portage[python_abis_3.3] dependencies still present.
{{EbuildFooter}}
== Changing the Python Active Version ==
This can be achieved by using eselect.
<console>
###i## eselect python --python3 python3.4
</console>
This command sets  python 3 interpreter to version 3.4. Choose the one you upgrade to.
== World update ==
Update your world.
<console>
###i## emerge --update --deep --newuse @world
</console>
{{NewsFooter}}

Revision as of 06:25, January 27, 2015

Wgetpaste

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Installation

root # emerge app-text/wgetpaste

Configuration

Usage

Wgetpaste allows output to be streamed to the pastebin service of your choice.

root # cat /tmp/emergeinfo.txt