-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.tempita: fix sources location #93719
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
Conversation
Addresses the issues brought up in NixOS#79207 and finalizing the work by specifying the correct location for what's look like an abandoned package. Tempita is abandoned upstream (no release since 2013, website redirects to archive.org), but sqlalchemy-migrate depends on it.
adc2d26
to
ead2d71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RomanSharapov thanks for opening your first PR with nixpkgs!
To comply with CONTRIBUTING.md please have the commit message name be of the format
<pkg-name>: <subject-line>
for more examples, please look at https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#submitting-changes
in your case, the commit message should be:
pythonPackages.tempita: fix sources location
It's my third one already :)
Thanks for pointing this out. Fixed. |
@jonringer, could you PTAL again? |
Alright, tempita source code is no longer available on the BitBucket because they dropped support for mercurial repos. I guess I'd need to refactor this PR one more time. |
sounds good. Do they have a mirror? as long as it's an official upstream, not too picky about the source |
meta = { | ||
homepage = "https://github.com/gjhiggins/tempita"; | ||
homepage = "https://bitbucket.org/ianb/tempita"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That link is also dead.
I marked this as stale due to inactivity. → More info |
Motivation for this change
Addresses the issues brought up in #79207 and finalizing the work
by specifying the correct location for what's look like an abandoned package.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)