-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
micawber: init at 0.3.5 #34948
micawber: init at 0.3.5 #34948
Conversation
The test don't work. Can someone give me a hint how to get it working?
It may just need one dependency, but i don't know. https://github.com/coleifer/micawber/blob/master/setup.py#L40 |
Try setting |
The Should we get it then from Github? |
I fetch it now from Github and added BeautifulSoup. Now tests work. |
@GrahamcOfBorg build python2.pkgs.micawber python3.pkgs.micawber |
Success on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-linux (full log) Partial log (click to expand)
|
src = fetchFromGitHub { | ||
owner = "coleifer"; | ||
repo = "micawber"; | ||
rev = "4754f0088f452c5227f808321a2abc38745dc248"; |
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.
rev = version
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.
changed. thanks!
micawber supplies a few methods for retrieving rich metadata | ||
about a variety of links, such as links to youtube videos. | ||
micawber also provides functions for parsing blocks of text and html | ||
and replacing links to videos with rich embedded content. |
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.
Even though I personally dislike not capitalizing the beginning of a sentence, I see that it's just copied from readthedocs. So I guess just leave it like that :)
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.
From the guidelines:
Don’t include a period at the end. Don’t include newline characters. Capitalise the first character. For brevity, don’t repeat the name of package — just describe what it does.
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's for the description
, not for longDescription
.
A new version was released on PyPI with tests included. Now it's perfect. |
Motivation for this change
Nikola needs it for the media shortcode. #33825
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)