/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_rpm.py | 1 """Tests for distutils.command.bdist_rpm.""" 12 from distutils.command.bdist_rpm import bdist_rpm namespace 71 cmd = bdist_rpm(dist) 82 # bug #2945: upload ignores bdist_rpm files 83 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files) 84 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files) 99 # let's create a package that brakes bdist_rpm 116 cmd = bdist_rpm(dist) 126 # bug #2945: upload ignores bdist_rpm file [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_rpm.py | 1 """Tests for distutils.command.bdist_rpm.""" 12 from distutils.command.bdist_rpm import bdist_rpm namespace 71 cmd = bdist_rpm(dist) 82 # bug #2945: upload ignores bdist_rpm files 83 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files) 84 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files) 99 # let's create a package that brakes bdist_rpm 116 cmd = bdist_rpm(dist) 126 # bug #2945: upload ignores bdist_rpm file [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 36 import distutils.command.bdist_rpm namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 36 import distutils.command.bdist_rpm namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 1 """distutils.command.bdist_rpm 3 Implements the Distutils 'bdist_rpm' command (create RPM source and binary 19 class bdist_rpm (Command): class in inherits:Command 49 # to "bdist_rpm". The idea is that packagers would put this 393 ('bdist_rpm', pyversion, filename)) 403 ('bdist_rpm', pyversion, filename)) 587 # class bdist_rpm
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_rpm.py | 1 """distutils.command.bdist_rpm 3 Implements the Distutils 'bdist_rpm' command (create RPM source and binary 19 class bdist_rpm (Command): class in inherits:Command 49 # to "bdist_rpm". The idea is that packagers would put this 393 ('bdist_rpm', pyversion, filename)) 403 ('bdist_rpm', pyversion, filename)) 587 # class bdist_rpm
|