Searched refs:bdist_rpm (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/distutils/tests/ |
H A D | test_bdist_rpm.py | 1 """Tests for distutils.command.bdist_rpm.""" 9 from distutils.command.bdist_rpm import bdist_rpm namespace 74 cmd = bdist_rpm(dist) 85 # bug #2945: upload ignores bdist_rpm files 86 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files) 87 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files) 103 # let's create a package that breaks bdist_rpm 121 cmd = bdist_rpm(dist) 131 # bug #2945: upload ignores bdist_rpm file [all...] |
/third_party/python/Lib/test/ |
H A D | test_sundry.py | 30 import distutils.command.bdist_rpm namespace
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist_rpm.py | 1 """distutils.command.bdist_rpm 3 Implements the Distutils 'bdist_rpm' command (create RPM source and binary 14 class bdist_rpm(Command): class 44 # to "bdist_rpm". The idea is that packagers would put this 376 ('bdist_rpm', pyversion, filename)) 386 ('bdist_rpm', pyversion, filename))
|
Completed in 2 milliseconds