Skip to content

Add version flag#434

Closed
rosdyana wants to merge 2 commits intolinkml:mainfrom
rosdyana:main
Closed

Add version flag#434
rosdyana wants to merge 2 commits intolinkml:mainfrom
rosdyana:main

Conversation

@rosdyana
Copy link
Copy Markdown

Solve issue #378

@sujaypatil96 sujaypatil96 self-requested a review October 25, 2021 21:58
Copy link
Copy Markdown
Member

@sujaypatil96 sujaypatil96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rosdyana: Since versioneer is a PyPI package, would you mind removing versioneer.py from this PR, and adding it to the list of dependencies in the Pipfile?

@rosdyana
Copy link
Copy Markdown
Author

@sujaypatil96 I believe versioneer.py is generated file from the Versioneer. You may check on their repository (https://github.com/python-versioneer/python-versioneer/blob/master/INSTALL.md). And probably you can check on the other project like Pandas (https://github.com/pandas-dev/pandas/blob/master/versioneer.py). Let me know if you need any.

@sujaypatil96
Copy link
Copy Markdown
Member

Thank you for clarifying that @rosdyana. I had a couple of other comments though.

Copy link
Copy Markdown
Member

@sujaypatil96 sujaypatil96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you be able to resolve these two comments @rosdyana? I think we should be good to merge it right after.

@rosdyana
Copy link
Copy Markdown
Author

rosdyana commented Nov 3, 2021

@sujaypatil96 Sure, I just pushed a new commit to resolve that issue, thanks!

@sujaypatil96 sujaypatil96 self-requested a review November 3, 2021 21:35
Copy link
Copy Markdown
Member

@sujaypatil96 sujaypatil96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @rosdyana. I think this PR is good to be merged.🚀

@sujaypatil96 sujaypatil96 linked an issue Nov 5, 2021 that may be closed by this pull request
@sujaypatil96 sujaypatil96 marked this pull request as draft November 11, 2021 22:29
@sujaypatil96
Copy link
Copy Markdown
Member

sujaypatil96 commented Nov 11, 2021

Converting this PR to draft.

Reason: Passing explicit version and cmdclass options to setup() in setup.py without pbr will cause the application to break. So we need to explore alternate options of implementing this. See this SO post.

@sierra-moxon
Copy link
Copy Markdown
Member

Hi @rosdyana - we just migrated LinkML to use the poetry virtual environment and package management framework. I think I need to close this PR as it changes files that were removed during this migration. With that change, have we addressed your versioning concerns? If not, please do submit another PR and we can address it ASAP.

kevinschaper added a commit that referenced this pull request Oct 3, 2025
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.

Add --version flag

3 participants