python3Packages.ircrobots: 0.3.5 -> 0.3.6
This commit is contained in:
parent
bcb242190d
commit
500490a584
@ -13,20 +13,19 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ircrobots";
|
pname = "ircrobots";
|
||||||
version = "0.3.5";
|
version = "0.3.6";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jesopo";
|
owner = "jesopo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w04gif227fhzalrds9rscqmckv5h0x2p8600s876i19w41swi32";
|
sha256 = "1c8h8b78gmnfipppr9dxp7sl6wd9lx4l3pdwykaib1f49dqwavys";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# too specific pins https://github.com/jesopo/ircrobots/issues/3
|
# too specific pins https://github.com/jesopo/ircrobots/issues/3
|
||||||
sed -iE 's/==.*//' requirements.txt
|
sed -iE 's/anyio.*/anyio/' requirements.txt
|
||||||
sed -iE 's/dataclasses.*/dataclasses; python_version < "3.7"/' requirements.txt
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user