summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-29 16:58:45 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-29 16:58:45 +0000
commit31f478efebc0e4babccf44a18b86596cd165aa69 (patch)
treeb9900b15981b998445ba61fd5534a2c72ae9f77f
parentDelete eclass check, which causes many false positives, relies on deprecated ... (diff)
downloadpython-updater-31f478efebc0e4babccf44a18b86596cd165aa69.tar.gz
python-updater-31f478efebc0e4babccf44a18b86596cd165aa69.tar.bz2
python-updater-31f478efebc0e4babccf44a18b86596cd165aa69.zip
Update documentation.
-rw-r--r--man.include29
1 files changed, 13 insertions, 16 deletions
diff --git a/man.include b/man.include
index ccaaa0b..75fdcf9 100644
--- a/man.include
+++ b/man.include
@@ -1,22 +1,24 @@
[CHECKS]
pylibdir
- Find packages that installed files under old python library dir,
- /usr/lib/python$old/site-packages where $old is old python version
+ Find packages that installed files under old Python library dir,
+ /usr/lib/python$old/site-packages where $old is old Python version
Enabled by default.
-soname
- Find packages that have files linked to old libpython (requires pax-utils)
+PYTHON_ABIS
+ Find packages that support installation for multiple Python versions.
Enabled by default.
-eclass
- Find packages that inherited python.eclass and set PYVER to old
- python version. The packages found by this check may not be
- broken.
- Disabled by default.
+shared_linking
+ Find packages that have files linked to old Python shared libraries.
+ Enabled by default.
+
+static_linking
+ Find packages that have files linked to Python static libraries.
+ Enabled by default.
manual
python-updater has a list of packages that are known to break
- by python upgrades but can't be determined by methods specified
+ by Python upgrades but can't be determined by methods specified
above. This check can be disabled if you're sure you've rebuilt
the package once and it's OK now.
Enabled by default.
@@ -33,7 +35,7 @@ See EXAMPLES for a list examples.
See ENVIRONMENT on how to set default options to override
[COPYRIGHT]
-Copyright \(co 2007-2009 Gentoo Foundation,
+Copyright \(co 2007-2010 Gentoo Foundation,
distributed under the terms of the GNU General Public License v2
[REPORTING BUGS]
Submit bug reports to https://bugs.gentoo.org/
@@ -57,11 +59,6 @@ Arfrever Frehtes Taifersar Arahesis "arfrever" <arfrever@gentoo.org>
$> python-updater -dmanual
$> python-updater -disable-manual
-\(bu You can use unique substrings instead of names for checks:
-
- $> python-updater -dm -ep
- $> python-updater --disable-m --enable-pylib
-
[ENVIRONMENT]
PYUPDATER_OPTIONS