-
Notifications
You must be signed in to change notification settings - Fork 7
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
“pip“ snowblock decommission #255
Milestone
Comments
arcticicestudio
added a commit
that referenced
this issue
Apr 16, 2020
The pip [1] snowblock was only added in GH-141 in order to track installed packages [2] and their versions through a `requirements.txt` [3] file. The only tracked package was `taskw` [4] which was required for the taskwarrior snowblock [5] to allow to use custom hooks to interact with Taskwarrior API (the package is not available via Homebrew). Anyway, since both the taskwarrior [5] and timewarrior [6] snowblocks have also been decommissioned in GH-253 the "pip" snowblock is now also not required anymore and has therefore been removed while the data is still available through the Git repository history/logs [7]. [1]: https://pypi.org/project/pip [2]: https://packaging.python.org/tutorials/installing-packages/#requirements-files [3]: https://pip.pypa.io/en/latest/user_guide/#requirements-files [4]: https://pypi.org/project/taskw [5]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/taskwarrior [6]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/timewarrior [7]: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History GH-255 Related to GH-248, GH-253, GH-131 Co-authored-by: Sven Greb <[email protected]>
arcticicestudio
added a commit
that referenced
this issue
Apr 16, 2020
The pip [1] snowblock was only added in GH-141 in order to track installed packages [2] and their versions through a `requirements.txt` [3] file. The only tracked package was `taskw` [4] which was required for the taskwarrior snowblock [5] to allow to use custom hooks to interact with Taskwarrior API (the package is not available via Homebrew). Anyway, since both the taskwarrior [5] and timewarrior [6] snowblocks have also been decommissioned in GH-253 the "pip" snowblock is now also not required anymore and has therefore been removed while the data is still available through the Git repository history/logs [7]. [1]: https://pypi.org/project/pip [2]: https://packaging.python.org/tutorials/installing-packages/#requirements-files [3]: https://pip.pypa.io/en/latest/user_guide/#requirements-files [4]: https://pypi.org/project/taskw [5]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/taskwarrior [6]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/timewarrior [7]: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History Closes GH-255 Related to GH-248, GH-253, GH-131 Co-authored-by: Sven Greb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #248, #253, #131
The pip snowblock was only added in #141 in order to track installed packages and their versions through a
requirements.txt
file. The only tracked package wastaskw
which was required for the taskwarrior snowblock to allow to use custom hooks to interact with Taskwarrior API (the package is not available via Homebrew). Anyway, since both the taskwarrior and timewarrior snowblocks have also been decommissioned in #253 the “pip“ snowblock is now also not required anymore and will therefore be removed while the data is still available through the Git repository history/logs.The text was updated successfully, but these errors were encountered: