65a1b0a277
Exclude /usr/bin/2to3 to prevent conflicts with python3-2to3 Without this change, it is impossible to have both python-base and python3-2to3 as buildrequires in the same spec file (OBS will return an error). This makes it impossible to build both python2 and python3 versions of many packages in the same spec file. This should really not be in python-base anyway, since it is used by software that is going to be running on python3, not by software running on python2. This will only fix builds on opensuse-factory, I don't know the best way to fix this for earlier versions of openSUSE. OBS-URL: https://build.opensuse.org/request/show/96388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=111 |
||
---|---|---|
_local.pth | ||
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
distutils.cfg | ||
macros.python | ||
pre_checkin.sh | ||
python-2.5.1-sqlite.patch | ||
python-2.6-gettext-plurals.patch | ||
python-2.6b3-curses-panel.patch | ||
python-2.7-dirs.patch | ||
python-2.7-docs-html.tar.bz2 | ||
python-2.7-docs-pdf-a4.tar.bz2 | ||
python-2.7-docs-pdf-letter.tar.bz2 | ||
python-2.7.1-distutils_test_path.patch | ||
python-2.7.1-urllib-noproxy.patch | ||
python-2.7.2-fix_date_time_compiler.patch | ||
python-2.7.2-linux3.patch | ||
python-2.7.2-multilib.patch | ||
python-2.7rc2-canonicalize2.patch | ||
python-2.7rc2-configure.patch | ||
Python-2.7.2.tar.bz2 | ||
python-base.changes | ||
python-base.spec | ||
python-distutils-rpm-8.patch | ||
python-doc.changes | ||
python-doc.spec | ||
python-test_structmembers.patch | ||
python.changes | ||
python.csh | ||
python.sh | ||
python.spec | ||
pythonstart | ||
README.SUSE | ||
sparc_longdouble.patch |
Python in SUSE ============== * Documentation * You can find documentation in seprarate packages: python-doc and python-doc-pdf. These contan following documents: Tutorial, What's New in Python, Global Module Index, Library Reference, Macintosh Module Reference, Installing Python Modules, Distributing Python Modules, Language Reference, Extending and Embedding, Python/C API, Documenting Python The python-doc package constains many text files from source tarball. * Interactive mode * Interactive mode is by default enhanced with of history and command completion. If you don't like these features, you can unset PYTHONSTARTUP variable in your .profile or disable it system wide in /etc/profile.d/python.sh.