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

Makefile: improve 'make style' reporting #7

Open
caputomarcos opened this issue Feb 1, 2019 · 3 comments
Open

Makefile: improve 'make style' reporting #7

caputomarcos opened this issue Feb 1, 2019 · 3 comments
Assignees

Comments

@caputomarcos
Copy link
Contributor

  • Add a help target to a Makefile that will allow all targets to be self documenting.
  • Docker Build/Push/Run
  • PEP 440 -- Version Identification and Dependency Specification/Version scheme.
  • PEP 405 -- Python Virtual Environments.
@leopepe
Copy link
Owner

leopepe commented May 6, 2020

Done

@leopepe leopepe closed this as completed May 6, 2020
@leopepe leopepe reopened this May 6, 2020
@leopepe
Copy link
Owner

leopepe commented May 6, 2020

Wrongly closed.

@leopepe
Copy link
Owner

leopepe commented Oct 18, 2020

Done so far in v0.2.1:

  • Docker build: target docker-build created (push not necessary right now since the library distribution will be done by pip)
  • PEP 440: Version 0.2.1 uses poetry to do the version release control. (is that enough to mark this one as done?) [?]
  • PEP 405: Full management of virtualenv performed by poetry and working fine

The help target is yet to be done but I am not sure how to accomplish. I do require more input on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants