How to Install and Uninstall python312-zc.customdoctests Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python312-zc.customdoctests" package
This guide covers the steps necessary to install python312-zc.customdoctests on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-zc.customdoctests
Copied
2. Uninstall "python312-zc.customdoctests" package
Please follow the steps below to uninstall python312-zc.customdoctests on openSuSE Tumbleweed:
$
sudo zypper remove
python312-zc.customdoctests
Copied
3. Information about the python312-zc.customdoctests package on openSuSE Tumbleweed
Information for package python312-zc.customdoctests:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-zc.customdoctests
Version : 1.0.1-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : python-zc.customdoctests-1.0.1-2.11.src
Upstream URL : http://pypi.python.org/pypi/zc.customdoctests
Summary : zc.customdoctests -- Use doctest with other languages
Description :
doctest (and recently manuel) provide hooks for using custom doctest
parsers. `zc.customdoctests` helps to leverage this to support other
languages, such as JavaScript::
js> function double (x) {
... return x*2;
... }
js> double(2)
4
And with `manuel`_, it
facilitates doctests that mix multiple languages, such as Python,
JavaScript, and sh.
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-zc.customdoctests
Version : 1.0.1-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : python-zc.customdoctests-1.0.1-2.11.src
Upstream URL : http://pypi.python.org/pypi/zc.customdoctests
Summary : zc.customdoctests -- Use doctest with other languages
Description :
doctest (and recently manuel) provide hooks for using custom doctest
parsers. `zc.customdoctests` helps to leverage this to support other
languages, such as JavaScript::
js> function double (x) {
... return x*2;
... }
js> double(2)
4
And with `manuel
facilitates doctests that mix multiple languages, such as Python,
JavaScript, and sh.