Skip to content

This service creates a source distribution (sdist) from a Python project (containing a setup.py file)

License

Notifications You must be signed in to change notification settings

openSUSE/obs-service-python_sdist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python setup.py sdist service

This service creates a source distribution (sdist) from a Python project (containing a setup.py file)

Example _service file:

<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/kwwii/horizon.git</param>
    <param name="scm">git</param>
    <param name="package-meta">.git</param>
    <param name="versionformat">1.0.0</param>
    <param name="revision">grizzly-suse-ui</param>
  </service>
  <service name="python_sdist" mode="disabled">
    <param name="basename">horizon-*.tar</param>
  </service>
</services>

About

This service creates a source distribution (sdist) from a Python project (containing a setup.py file)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages