pythonPackages.pycares: 0.7.0 -> 1.0.0
This commit is contained in:
parent
8f1ab60ad2
commit
9890ee7bc1
@ -6554,15 +6554,18 @@ in modules // {
|
|||||||
|
|
||||||
pycares = buildPythonPackage rec {
|
pycares = buildPythonPackage rec {
|
||||||
name = "pycares-${version}";
|
name = "pycares-${version}";
|
||||||
version = "0.7.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/pycares/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/pycares/${name}.tar.gz";
|
||||||
sha256 = "10lr3ij67khmfm14cb3sqch3vhv37f3j1whwznq6qy4prfmz5gvl";
|
sha256 = "a18341ea030e2cc0743acdf4aa72302bdf6b820938b36ce4bd76e43faa2276a3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pkgs.c-ares ];
|
propagatedBuildInputs = [ pkgs.c-ares ];
|
||||||
|
|
||||||
|
# No tests included
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://github.com/saghul/pycares;
|
homepage = http://github.com/saghul/pycares;
|
||||||
description = "Interface for c-ares";
|
description = "Interface for c-ares";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user