Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign Python packaging for 'debops-tools' #127

Merged
merged 1 commit into from
Jan 25, 2018

Conversation

drybjed
Copy link
Member

@drybjed drybjed commented Jan 25, 2018

This is a redesign of the Python 'lib/debops-tools/' package to be the
main 'debops' Python package again. This is done to synchronize the
"debops-tools" version and DebOps monorepo version. It should also make
installing 'debops' a bit more intuitive and accessible.

Source package creation using Python setuptools resulted in the Python
source files being put in the 'lib/debops-tools/debops/' subdirectory
instead of the 'debops/' subdirectory of the generated tarball,
therefore I moved the scripts to the root fo the monorepo. Otherwise the
current scripts were not changed; this shouldn't impact usage of the
Ansible roles/playbooks.

The source package generated by Python setuptools will now included
a LICENSE file, which was missing from the previous ones. The 'debops'
package description and classification was also updated. Package
versioning is done dynamically based on the 'git describe' result.

This is a redesign of the Python 'lib/debops-tools/' package to be the
main 'debops' Python package again. This is done to synchronize the
"debops-tools" version and DebOps monorepo version. It should also make
installing 'debops' a bit more intuitive and accessible.

Source package creation using Python setuptools resulted in the Python
source files being put in the 'lib/debops-tools/debops/' subdirectory
instead of the 'debops/' subdirectory of the generated tarball,
therefore I moved the scripts to the root fo the monorepo. Otherwise the
current scripts were not changed; this shouldn't impact usage of the
Ansible roles/playbooks.

The source package generated by Python setuptools will now included
a LICENSE file, which was missing from the previous ones. The 'debops'
package description and classification was also updated. Package
versioning is done dynamically based on the 'git describe' result.
@drybjed drybjed merged commit 7d53193 into debops:master Jan 25, 2018
@drybjed drybjed deleted the rebuild-python-package branch January 25, 2018 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant