pythonPackages.sipsimple: 3.0.0 -> 3.1.1
This commit is contained in:
parent
3f8b7a41e6
commit
737979c657
@ -15452,17 +15452,29 @@ in {
|
|||||||
|
|
||||||
sipsimple = buildPythonPackage rec {
|
sipsimple = buildPythonPackage rec {
|
||||||
name = "sipsimple-${version}";
|
name = "sipsimple-${version}";
|
||||||
version = "3.0.0";
|
version = "3.1.1";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchdarcs {
|
||||||
url = "http://download.ag-projects.com/SipClient/python-${name}.tar.gz";
|
url = http://devel.ag-projects.com/repositories/python-sipsimple;
|
||||||
sha256 = "1q35kgz151rr99240jq55rs39y741m8shh9yihl3x95rkjxchji4";
|
rev = "release-${version}";
|
||||||
|
sha256 = "0jdilm11f5aahxrzrkxrfx9sgjgkbla1r0wayc5dzd2wmjrdjyrg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||||
buildInputs = with pkgs; [ alsaLib ffmpeg libv4l sqlite libvpx ];
|
buildInputs = with pkgs; [ alsaLib ffmpeg libv4l sqlite libvpx ];
|
||||||
propagatedBuildInputs = with self; [ cython pkgs.openssl dnspython dateutil xcaplib msrplib lxml python-otr ];
|
propagatedBuildInputs = with self; [ cython pkgs.openssl dnspython dateutil xcaplib msrplib lxml python-otr ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "SIP SIMPLE implementation for Python";
|
||||||
|
homepage = http://sipsimpleclient.org/;
|
||||||
|
license = licenses.gpl3;
|
||||||
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user