-
Notifications
You must be signed in to change notification settings - Fork 29
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
Help with packaging / PyPI distribution? #10
Comments
I haven't learned much python yet, and we don't really have someone in charge of this package. |
Alex could potentially help if we need local python expertise. |
It should. I will add CI to make sure that it continues to work.
Sounds good.
The issue is less with breaking support (I can leave it compatible) so much as building and testing is harder, as CI tools are dropping support for end-of-life versions. The upshot is that wheels will only be available for newer Python versions, but that's not a regression. |
Is there a sensible way in that packaging process to get the |
@coalsont Since pypi/support#3455 seems delayed indefinitely, I'm forking this to |
Trying to build and publish wheels for 1.2.1 wasn't worth it. |
Hi folks. I have an interest in this package being distributed on PyPI, ideally as a binary wheel. This would speed up installation in all cases, and permit installation in minimal environments like Docker images that lack C compilers.
I recently spent some time with nitime (nipy/nitime#199) setting up CI infrastructure to build wheels for a variety of operating systems and architectures; with experience gained there, this would be quite a quick process here. (If #9 works out, then this would become a pure Python package, making it even simpler and faster.)
Some questions:
+hcp
local version segment? Looking at the network graph, this has become the de facto authoritative repository.Assuming 1+2 are "yes", I can submit a pull request or two. If not, please feel free to close this.
The text was updated successfully, but these errors were encountered: