Go to file
Tony Breeds 3edbe8484c Add python2 and python3 return values
The generic translation rules
 def openstack_prefix_tr(mod):
 def rdo_horizon_plugins_tr(mod):
 def suse_horizon_plugins_tr(mod):

Only have return values for pyvers=py, Update the rules to return the
same pkg regardless of pyversion.

This way:
for pyver in py py2 py3 ; do
   pymod2pkg --dist xx --pyver $pyver Tempest
done

returns openstack-tempest for all python versions

Change-Id: I73a49916e2b2898cb31d8cfd68e25b94d39b1934
2022-07-27 15:50:18 +10:00
2021-01-07 16:34:24 +01:00
2019-04-19 19:28:24 +00:00
2022-05-13 10:13:51 +02:00
2015-11-02 09:10:12 +01:00
2015-11-02 09:10:12 +01:00
2016-01-07 19:09:50 +01:00
2020-04-05 10:25:07 +02:00
2020-04-05 10:25:07 +02:00
2021-01-07 16:34:24 +01:00
2022-07-27 15:50:18 +10:00
2022-05-13 10:13:51 +02:00

Team and repository tags

image

pymod2pkg

pymod2pkg is a simple python module for translating python module names to corresponding package names which is a common problem in the packaging world. It is used for the OpenStack rpm packaging initiative. For more information about the OpenStack rpm packaging initiative, please follow the link to the wiki page:

https://wiki.openstack.org/wiki/Rpm-packaging

In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:

https://bugs.launchpad.net/pymod2pkg

Developers wishing to work on pymod2pkg should always base their work on the latest code, available from the master GIT repository at:

https://opendev.org/openstack/pymod2pkg

Developers should also join the discussion on the mailing list, at:

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss

or join the IRC channel on

http://webchat.oftc.net/?channels=openstack-rpm-packaging

Description
Python module name to package name map
Readme 1.4 MiB
Languages
Python 98.6%
Makefile 1.4%