python310Packages.htseq: Normalize attribute, pname, dirname
This commit is contained in:
parent
b03e5a85b2
commit
2489cd9c26
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub, cython, numpy, pysam, matplotlib, python, isPy27, isPy3k }:
|
{ lib, buildPythonPackage, fetchFromGitHub, cython, numpy, pysam, matplotlib, python, isPy27, isPy3k }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.12.4";
|
version = "0.12.4";
|
||||||
pname = "HTSeq";
|
pname = "htseq";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "htseq";
|
owner = "htseq";
|
|
@ -115,6 +115,7 @@ mapAliases ({
|
||||||
hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
|
hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
|
||||||
hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
|
hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
|
||||||
hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
|
hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
|
||||||
|
HTSeq = htseq; # added 2023-02-19
|
||||||
hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
|
hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29
|
||||||
IMAPClient = imapclient; # added 2021-10-28
|
IMAPClient = imapclient; # added 2021-10-28
|
||||||
imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08
|
imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08
|
||||||
|
|
|
@ -4420,7 +4420,7 @@ self: super: with self; {
|
||||||
|
|
||||||
html-text = callPackage ../development/python-modules/html-text { };
|
html-text = callPackage ../development/python-modules/html-text { };
|
||||||
|
|
||||||
HTSeq = callPackage ../development/python-modules/HTSeq { };
|
htseq = callPackage ../development/python-modules/htseq { };
|
||||||
|
|
||||||
httmock = callPackage ../development/python-modules/httmock { };
|
httmock = callPackage ../development/python-modules/httmock { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue