python3Packages.yowsup: 2.5.7 -> 3.2.3
Introduced several new dependencies, including `dissononce`[1] and `consonance`[2]. See also: https://github.com/tgalal/yowsup/blob/master/CHANGELOG.md#323-2019-05-07 [1]d170246aae[2]d8d34797d7
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ buildPythonPackage, stdenv, fetchFromGitHub, six, python-axolotl, pytest
|
||||
, isPy3k
|
||||
, isPy3k, consonance, appdirs
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yowsup";
|
||||
version = "2.5.7";
|
||||
version = "3.2.3";
|
||||
|
||||
# The Python 2.x support of this package is incompatible with `six==1.11`:
|
||||
# https://github.com/tgalal/yowsup/issues/2416#issuecomment-365113486
|
||||
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
owner = "tgalal";
|
||||
repo = "yowsup";
|
||||
rev = "v${version}";
|
||||
sha256 = "1p0hdj5x38v2cxjnhdnqcnp5g7la57mbi365m0z83wa01x2n73w6";
|
||||
sha256 = "0wb8yl685nr1i3vx89hwan5m6a482x8g48f5ksvdlph538p720pm";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
@@ -22,9 +22,9 @@ buildPythonPackage rec {
|
||||
HOME=$(mktemp -d) py.test yowsup
|
||||
'';
|
||||
|
||||
patches = [ ./argparse-dependency.patch ];
|
||||
patches = [ ./dependency-fixes.patch ];
|
||||
|
||||
propagatedBuildInputs = [ six python-axolotl ];
|
||||
propagatedBuildInputs = [ six python-axolotl consonance appdirs ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/tgalal/yowsup";
|
||||
|
||||
Reference in New Issue
Block a user