python310Packages.pyrss2gen: Normalize attribute & pname

This commit is contained in:
Martin Weinelt 2023-02-19 17:49:38 +00:00
parent 9a18b57a3b
commit 5214e64a28
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
5 changed files with 8 additions and 6 deletions

View file

@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
packaging
psutil
pynzb
PyRSS2Gen
pyrss2gen
python-dateutil
pyyaml
rebulk

View file

@ -26,7 +26,7 @@
, pygal
, pygments
, pyphen
, PyRSS2Gen
, pyrss2gen
, pytestCheckHook
, pythonOlder
, requests
@ -73,7 +73,7 @@ buildPythonPackage rec {
pygal
pygments
pyphen
PyRSS2Gen
pyrss2gen
requests
ruamel-yaml
toml

View file

@ -4,11 +4,12 @@
}:
buildPythonPackage rec {
pname = "PyRSS2Gen";
pname = "pyrss2gen";
version = "1.1";
src = fetchPypi {
inherit pname version;
pname = "PyRSS2Gen";
inherit version;
sha256 = "1rvf5jw9hknqz02rp1vg8abgb1lpa0bc65l7ylmlillqx7bswq3r";
};

View file

@ -196,6 +196,7 @@ mapAliases ({
pyroute2-nftables = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-nslink = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-protocols = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
PyRSS2Gen = pyrss2gen; # added 2023-02-19
pysmart-smartx = pysmart; # added 2021-10-22
pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29
pytest_6 = pytest; # added 2022-02-10

View file

@ -8749,7 +8749,7 @@ self: super: with self; {
pyrsistent = callPackage ../development/python-modules/pyrsistent { };
PyRSS2Gen = callPackage ../development/python-modules/pyrss2gen { };
pyrss2gen = callPackage ../development/python-modules/pyrss2gen { };
pyrtlsdr = callPackage ../development/python-modules/pyrtlsdr { };