Skip to content
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

pythonPackages.colorgram: init at 1.2.0 #75896

Closed
wants to merge 1 commit into from
Closed

pythonPackages.colorgram: init at 1.2.0 #75896

wants to merge 1 commit into from

Conversation

computercam
Copy link

@computercam computercam commented Dec 18, 2019

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

meta = with stdenv.lib; {
description = "A Python module for extracting colors from images. Get a palette of any picture!";
homepage = https://github.com/obskyr/colorgram.py;
license = licenses.mit;
Copy link
Contributor

Choose a reason for hiding this comment

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

would you mind adding yourself as maintainer?

};

propagatedBuildInputs = [ pillow ];

Copy link
Contributor

Choose a reason for hiding this comment

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

please add tests, you may need to check out from git hub

writing colorgram.py.egg-info/PKG-INFO
writing dependency_links to colorgram.py.egg-info/dependency_links.txt
writing requirements to colorgram.py.egg-info/requires.txt
writing top-level names to colorgram.py.egg-info/top_level.txt
reading manifest file 'colorgram.py.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'colorgram.py.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

tests will ensure that your package isn't broken by version bumps

version = "1.2.0";

src = fetchPypi {
inherit pname;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
inherit pname;
inherit pname version;


src = fetchPypi {
inherit pname;
inherit version;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
inherit version;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants