Searched refs:bdist_rpm (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_bdist_rpm.py1 """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/
H A Dtest_bdist_rpm.py1 """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/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_sundry.py36 import distutils.command.bdist_rpm namespace
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_sundry.py36 import distutils.command.bdist_rpm namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sundry.py36 import distutils.command.bdist_rpm namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sundry.py36 import distutils.command.bdist_rpm namespace
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dbdist_rpm.py1 """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/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dbdist_rpm.py1 """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/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_rpm.py1 """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/
H A Dbdist_rpm.py1 """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/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 607 milliseconds