Home
last modified time | relevance | path

Searched refs:distro (Results 1 – 25 of 3366) sorted by relevance

12345678910>>...135

/dports/devel/upp/upp/bazaar/SysInfo/
H A DOS.cpp491 distro = ""; in GetOsInfo()
502 distro = ""; in GetOsInfo()
620 distro = "ubuntu"; in GetOsInfo()
622 distro = "fedora"; in GetOsInfo()
627 distro = "redhat"; in GetOsInfo()
641 distro = "aurox"; in GetOsInfo()
650 distro = "gentoo"; in GetOsInfo()
653 distro = "gentoo"; in GetOsInfo()
661 distro = "debian"; in GetOsInfo()
664 distro = "solaris"; in GetOsInfo()
[all …]
/dports/sysutils/py-distro/distro-1.6.0/
H A DCHANGELOG.md5 `distro.id()`, `distro.version()` and `distro.name()` instead
6 [[#296](https://github.com/python-distro/distro/pull/296)]
11 * Added type hints to `distro` module [[#269](https://github.com/python-distro/distro/pull/269)]
12 * Added `__version__` for checking `distro` version [[#292](https://github.com/python-distro/distro
24 [`python-distro/distro`](https://github.com/python-distro/distro) on GitHub.
39 * Test on MidnightBSD [[#254](https://github.com/python-distro/distro/issues/254)]
55 * Update Oracle matching [[#224](https://github.com/python-distro/distro/pull/224)]
115 * Show keys for empty values when running distro from the CLI [[#160](https://github.com/python-dis…
120 * Add RHEL5 test case [[#165](https://github.com/python-distro/distro/issues/165)]
136 * Add setup.cfg file [[#145](https://github.com/python-distro/distro/issues/145)]
[all …]
H A DREADME.md4 …CI Status](https://github.com/python-distro/distro/workflows/CI/badge.svg)](https://github.com/pyt…
5 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
7 …ttps://codecov.io/github/python-distro/distro/coverage.svg?branch=master)](https://codecov.io/gith…
10 …ttps://gitter.im/python-distro/distro](https://badges.gitter.im/python-distro/distro.svg)](https:/…
30 pip install distro
36 pip install https://github.com/python-distro/distro/archive/master.tar.gz
43 $ distro
48 $ distro -j
63 >>> import distro
105 git clone git@github.com:python-distro/distro.git
[all …]
H A DPKG-INFO2 Name: distro
5 Home-page: https://github.com/python-distro/distro
36 …CI Status](https://github.com/python-distro/distro/workflows/CI/badge.svg)](https://github.com/pyt…
39 …ttps://codecov.io/github/python-distro/distro/coverage.svg?branch=master)](https://codecov.io/gith…
42 …ttps://gitter.im/python-distro/distro](https://badges.gitter.im/python-distro/distro.svg)](https:/…
62 pip install distro
75 $ distro
80 $ distro -j
95 >>> import distro
137 git clone git@github.com:python-distro/distro.git
[all …]
H A Dquery_local_distro.py20 import distro
29 pprint(distro.os_release_info())
31 pprint(distro.lsb_release_info())
33 pprint(distro.distro_release_info())
34 print("id: {0}".format(distro.id()))
35 print("name: {0}".format(distro.name()))
36 print("name_pretty: {0}".format(distro.name(True)))
37 print("version: {0}".format(distro.version()))
39 print("like: {0}".format(distro.like()))
40 print("codename: {0}".format(distro.codename()))
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_handler/
H A Dtest_handler_ntp.py68 if not distro:
148 distro = 'ubuntu'
169 distro = 'sles'
327 ntpconfig = self._mock_ntp_client_config(distro=distro)
358 ntpconfig = self._mock_ntp_client_config(distro=distro)
381 ntpconfig = self._mock_ntp_client_config(distro=distro)
405 ntpconfig = self._mock_ntp_client_config(distro=distro)
429 ntpconfig = self._mock_ntp_client_config(distro=distro)
452 ntpconfig = self._mock_ntp_client_config(distro=distro,
479 ntpconfig = self._mock_ntp_client_config(distro=distro)
[all …]
/dports/devel/p5-System-Info/System-Info-0.058/lib/System/Info/
H A DLinux.pm104 my $distro;
162 $distro = $welcome[0];
164 $distro .= qq{ $os{VERSION}};
176 $distro .= qq{ NetBSD $dv};
222 $distro = $rel[0];
229 $distro = $lnx[0];
231 elsif ( $distro && @vsn ) {
232 $distro .= "-$vsn[0]";
235 $distro = $key[0];
240 $self->{__distro} = $distro;
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_distros/
H A Dtest_user_data_normalize.py40 return distro
42 def _norm(self, cfg, distro): argument
46 distro = self._make_distro('ubuntu')
62 distro = self._make_distro('ubuntu')
71 distro = self._make_distro('ubuntu')
82 distro = self._make_distro('ubuntu')
93 distro = self._make_distro('ubuntu')
151 distro = self._make_distro('ubuntu')
162 distro = self._make_distro('ubuntu')
282 distro = self._make_distro('ubuntu')
[all …]
/dports/sysutils/py-distro/distro-1.6.0/distro.egg-info/
H A DPKG-INFO2 Name: distro
5 Home-page: https://github.com/python-distro/distro
36 …CI Status](https://github.com/python-distro/distro/workflows/CI/badge.svg)](https://github.com/pyt…
39 …ttps://codecov.io/github/python-distro/distro/coverage.svg?branch=master)](https://codecov.io/gith…
42 …ttps://gitter.im/python-distro/distro](https://badges.gitter.im/python-distro/distro.svg)](https:/…
62 pip install distro
75 $ distro
80 $ distro -j
95 >>> import distro
137 git clone git@github.com:python-distro/distro.git
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/distro/
H A Dquery_local_distro.py20 import distro
29 pprint(distro.os_release_info())
31 pprint(distro.lsb_release_info())
33 pprint(distro.distro_release_info())
34 print('id: {0}'.format(distro.id()))
35 print('name: {0}'.format(distro.name()))
36 print('name_pretty: {0}'.format(distro.name(True)))
37 print('version: {0}'.format(distro.version()))
39 print('like: {0}'.format(distro.like()))
40 print('codename: {0}'.format(distro.codename()))
[all …]
H A DCHANGELOG.md8 * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
9 * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
12 * Update Fedora package link [[#225](https://github.com/nir0s/distro/pull/225)]
51 * Drop python3.3 support [[#199](https://github.com/nir0s/distro/issues/199)]
69 * Show keys for empty values when running distro from the CLI [[#160](https://github.com/nir0s/dist…
74 * Add RHEL5 test case [[#165](https://github.com/nir0s/distro/issues/165)]
90 * Add setup.cfg file [[#145](https://github.com/nir0s/distro/issues/145)]
96 * Prettify distro -j's output and add more elaborate docs [[#147](https://github.com/nir0s/distro/i…
130 This is the first release of `distro`.
137 * distro.info() now receives best and pretty flags
[all …]
H A DREADME.md4 [![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0s…
6 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
11 [![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pypi…
15 `distro` provides information about the
34 pip install distro
47 $ distro
52 $ distro -j
67 >>> import distro
110 git clone git@github.com:nir0s/distro.git
111 cd distro
[all …]
H A DPKG-INFO2 Name: distro
5 Home-page: https://github.com/nir0s/distro
12 …[![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0…
14 … [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
19 …[![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pyp…
23 `distro` provides information about the
42 pip install distro
55 $ distro
60 $ distro -j
75 >>> import distro
[all …]
/dports/sysutils/py-distro/distro-1.6.0/tests/
H A Dtest_distro.py143 self.distro = distro.LinuxDistribution(
467 self.distro = distro.LinuxDistribution(
482 self.distro = distro.LinuxDistribution(
588 self.distro = distro.LinuxDistribution(
608 self.distro = distro.LinuxDistribution(
630 self.distro = distro.LinuxDistribution(
680 self.distro = distro.LinuxDistribution(
692 self.distro = distro.LinuxDistribution()
709 self.distro = distro.LinuxDistribution()
719 self.distro = distro.LinuxDistribution()
[all …]
/dports/devel/ros-rospkg/rospkg-1.2.0/test/
H A Dtest_rospkg_distro.py47 from rospkg.distro import distro_uri
286 distro = load_distro(p)
287 assert distro.release_name == 'simple', distro.release_name
313 distro = load_distro(p)
316 assert distro.release_name == 'simple', distro.release_name
317 assert distro.version == '1', distro.version
318 assert yaml.load(open(p)) == distro.raw_data, distro.raw_data
332 distro = load_distro(p)
335 assert distro.release_name == 'diamondback', distro.release_name
336 assert distro.version == 'r8596', distro.version
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/distro/tests/
H A Dtest_distro.py37 import distro
60 distro.main()
120 self.distro = distro.LinuxDistribution(False, os_release, 'non')
442 self.distro = distro.LinuxDistribution(True, 'non', 'non')
527 self.distro = distro.LinuxDistribution(True, 'non', 'non')
544 self.distro = distro.LinuxDistribution(True, 'non', 'non')
561 self.distro = distro.LinuxDistribution(True, 'non', 'non')
613 self.distro = distro.LinuxDistribution()
631 self.distro = distro.LinuxDistribution()
952 self.distro = distro.LinuxDistribution()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/tests/perftest/
H A Dget_machine_info.in52 my $distro = '';
57 $distro = "Debian $_";
73 $distro = $id;
91 $distro = "FC $1";
93 $distro = "$1 $2";
96 $distro = "RH $1";
103 $distro = "SuSE $1";
108 $distro = "Gentoo $1";
118 $distro =~ s/\s+/ /g;
119 $distro =~ s/^ //;
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/perftest/
H A Dget_machine_info.in52 my $distro = '';
57 $distro = "Debian $_";
73 $distro = $id;
91 $distro = "FC $1";
93 $distro = "$1 $2";
96 $distro = "RH $1";
103 $distro = "SuSE $1";
108 $distro = "Gentoo $1";
118 $distro =~ s/\s+/ /g;
119 $distro =~ s/^ //;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/distro/
H A DREADME.md4 [![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0s…
6 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
11 [![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pypi…
15 `distro` provides information about the
34 pip install distro
47 $ distro
52 $ distro -j
67 >>> import distro
110 git clone git@github.com:nir0s/distro.git
111 cd distro
[all …]
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/data/
H A Dtest_urls.ini14 distro = fedora14 key
18 distro = fedora14 key
23 distro = fedora32 key
28 distro = fedora32 key
69 distro = centos7.0 key
74 distro = centos7.0 key
78 distro = centos7.0 key
81 distro = centos7.0 key
134 distro = debian9 key
139 distro = debian9 key
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/distro/distro-1.4.0.dist-info/
H A DMETADATA2 Name: distro
5 Home-page: https://github.com/nir0s/distro
32 [![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0s…
34 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
39 [![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pypi…
43 `distro` provides information about the
62 pip install distro
75 $ distro
80 $ distro -j
95 >>> import distro
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/distro/distro-1.4.0.dist-info/
H A DMETADATA2 Name: distro
5 Home-page: https://github.com/nir0s/distro
32 [![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0s…
34 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
39 [![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pypi…
43 `distro` provides information about the
62 pip install distro
75 $ distro
80 $ distro -j
95 >>> import distro
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/distro/distro-1.4.0.dist-info/
H A DMETADATA2 Name: distro
5 Home-page: https://github.com/nir0s/distro
32 [![Build Status](https://travis-ci.org/nir0s/distro.svg?branch=master)](https://travis-ci.org/nir0s…
34 [![PyPI version](http://img.shields.io/pypi/v/distro.svg)](https://pypi.python.org/pypi/distro)
39 [![Is Wheel](https://img.shields.io/pypi/wheel/distro.svg?style=flat)](https://pypi.python.org/pypi…
43 `distro` provides information about the
62 pip install distro
75 $ distro
80 $ distro -j
95 >>> import distro
[all …]
/dports/devel/py-entrypoints/entrypoints-0.3/
H A Dentrypoints.py73 self.distro = distro
90 def from_string(cls, epstr, name, distro=None): argument
137 distro_names_seen.add(distro.name)
139 distro = None
146 yield cp, distro
159 yield cp, distro
178 distro = None
184 yield cp, distro
198 distro_names_seen.add(distro.name)
200 distro = None
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/distro-tools/
H A Dbuild_nwchem_modules12 ./contrib/distro-tools/build_nwchem realclean
13 ./contrib/distro-tools/build_nwchem 2>&1 | tee build_nwchem.${DATE}.${NWCHEM_MODULES}.log
14 ./contrib/distro-tools/build_nwchem realclean
16 ./contrib/distro-tools/build_nwchem 2>&1 | tee build_nwchem.${DATE}.${NWCHEM_MODULES}.log
17 ./contrib/distro-tools/build_nwchem realclean
19 ./contrib/distro-tools/build_nwchem 2>&1 | tee build_nwchem.${DATE}.${NWCHEM_MODULES}.log
20 ./contrib/distro-tools/build_nwchem realclean
22 ./contrib/distro-tools/build_nwchem 2>&1 | tee build_nwchem.${DATE}.${NWCHEM_MODULES}.log
23 ./contrib/distro-tools/build_nwchem realclean
26 ./contrib/distro-tools/build_nwchem realclean
[all …]

12345678910>>...135