Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at github-to-sqlite-beautifulsoup4 411 lines 31 kB view raw
1lib: self: super: 2 3with self; 4 5let 6 # Removing recurseForDerivation prevents derivations of aliased attribute 7 # set to appear while listing all the packages available. 8 removeRecurseForDerivations = alias: with lib; 9 if alias.recurseForDerivations or false then 10 removeAttrs alias ["recurseForDerivations"] 11 else alias; 12 13 # Disabling distribution prevents top-level aliases for non-recursed package 14 # sets from building on Hydra. 15 removeDistribute = alias: with lib; 16 if isDerivation alias then 17 dontDistribute alias 18 else alias; 19 20 # Make sure that we are not shadowing something from 21 # python-packages.nix. 22 checkInPkgs = n: alias: if builtins.hasAttr n super 23 then throw "Alias ${n} is still in python-packages.nix" 24 else alias; 25 26 mapAliases = aliases: 27 lib.mapAttrs (n: alias: removeDistribute 28 (removeRecurseForDerivations 29 (checkInPkgs n alias))) 30 aliases; 31in 32 33 ### Deprecated aliases - for backward compatibility 34 35mapAliases ({ 36 abodepy = jaraco-abode; # added 2023-02-01 37 acebinf = throw "acebinf has been removed because it is abandoned and broken."; # Added 2023-05-19 38 aioh2 = throw "aioh2 has been removed because it is abandoned and broken."; # Added 2022-03-30 39 aiosenseme = throw "aiosenseme has been removed, because it does no longer work with the latest firmware and has become unmaintained"; # Added 2023-07-05 40 amazon_kclpy = amazon-kclpy; # added 2023-08-08 41 ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30 42 ansible-doctor = throw "ansible-doctor has been promoted to a top-level attribute"; # Added 2023-05-16 43 ansible-later = throw "ansible-later has been promoted to a top-level attribute"; # Added 2023-05-16 44 ansible-lint = throw "ansible-lint has been promoted to a top-level attribute"; # Added 2023-05-16 45 anyjson = throw "anyjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18 46 apache-airflow = throw "apache-airflow has been moved out of pythonPackages and is available as a standalone package"; # added 2023-06-05 47 argon2_cffi = argon2-cffi; # added 2022-05-09 48 APScheduler = apscheduler; # added 2023-02-19 49 async_generator = async-generator; # added 2023-08-08 50 async_stagger = async-stagger; # added 2023-08-08 51 asyncio-nats-client = nats-py; # added 2022-02-08 52 awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13 53 Babel = babel; # added 2022-05-06 54 backports_csv = throw "backports_csv has been removed, since we no longer need to backport to python2"; # added 2023-07-28 55 backports_functools_lru_cache = throw "backports_functools_lru_cache has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28 56 backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28 57 backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28 58 backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28 59 bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04 60 bitcoin-price-api = throw "bitcoin-price-api has been removed, it was using setuptools 2to3 translation feautre, which has been removed in setuptools 58"; # added 2022-02-15 61 BlinkStick = blinkstick; # added 2023-02-19 62 blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29 63 bsblan = python-bsblan; # added 2022-11-04 64 btchip = btchip-python; # added 2023-03-03 65 buildbot = throw "use pkgs.buildbot instead"; # added 2022-04-07 66 buildbot-ui = throw "use pkgs.buildbot-ui instead"; # added 2022-04-07 67 buildbot-full = throw "use pkgs.buildbot-full instead"; # added 2022-04-07 68 buildbot-plugins = throw "use pkgs.buildbot-plugins instead"; # added 2022-04-07 69 buildbot-worker = throw "use pkgs.buildbot-worker instead"; # added 2022-04-07 70 buildbot-pkg = throw "buildbot-pkg has been removed, it's only internally used in buildbot"; # added 2022-04-07 71 bt_proximity = bt-proximity; # added 2021-07-02 72 BTrees = btrees; # added 2023-02-19 73 carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18 74 cchardet = faust-cchardet; # added 2023-03-02 75 class-registry = phx-class-registry; # added 2021-10-05 76 codespell = throw "codespell has been promoted to a top-level attribute"; # Added 2022-10-02 77 ColanderAlchemy = colanderalchemy; # added 2023-02-19 78 CommonMark = commonmark; # added 2023-02-1 79 ConfigArgParse = configargparse; # added 2021-03-18 80 coronavirus = throw "coronavirus was removed, because the source is not providing the data anymore."; # added 2023-05-04 81 cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14 82 cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23 83 cx_Freeze = cx-freeze; # added 2023-08-02 84 d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30 85 dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24 86 dateutil = python-dateutil; # added 2021-07-03 87 demjson = throw "demjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18 88 descartes = throw "descartes has been removed, since it is abandoned and broken"; # added 2023-06-21 89 detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04 90 dftfit = throw "dftfit dependency lammps-cython no longer builds"; # added 2021-07-04 91 dictpath = pathable; # added 2023-01-28 92 diff_cover = diff-cover; # added 2021-07-02 93 discogs_client = discogs-client; # added 2021-07-02 94 djangorestframework-jwt = drf-jwt; # added 2021-07-20 95 django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18 96 django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05 97 django_appconf = django-appconf; # added 2022-03-03 98 django_classytags = django-classy-tags; # added 2023-07-25 99 django_colorful = django-colorful; # added 2023-07-25 100 django_compat = django-compat; # added 2023-07-25 101 django-compat = throw "django-compat has been removed. It provided forward/backport compat for django 1.x, which is long end of life."; # added 2023-07-26 102 django_contrib_comments = django-contrib-comments; # added 2023-07-25 103 django-discover-runner = throw "django-discover-runner was removed because it is no longer maintained."; # added 2022-11-21 104 django_environ = django-environ; # added 2021-12-25 105 django_extensions = django-extensions; # added 2022-01-09 106 django_guardian = django-guardian; # added 2022-05-19 107 django_hijack = django-hijack; # added 2023-05-16 108 django_hijack_admin = django-hijack-admin; # added 2023-05-16 109 django-hijack-admin = throw "django-hijack-admin has been removed, since it is no longer compatible to django-hijack"; # added 2023-06-21 110 django_modelcluster = django-modelcluster; # added 2022-04-02 111 django_nose = django-nose; # added 2023-07-25 112 django_reversion = django-reversion; # added 2022-06-18 113 django_polymorphic = django-polymorphic; # added 2022-05-24 114 django_redis = django-redis; # added 2021-10-11 115 django_silk = django-silk; # added 2023-07-25 116 django_tagging = django-tagging; # added 2023-07-25 117 django_taggit = django-taggit; # added 2021-10-11 118 django_treebeard = django-treebeard; # added 2023-07-25 119 dns = dnspython; # added 2017-12-10 120 dogpile_cache = dogpile-cache; # added 2021-10-28 121 dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20 122 eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03 123 EasyProcess = easyprocess; # added 2023-02-19 124 email_validator = email-validator; # added 2022-06-22 125 ev3dev2 = python-ev3dev2; # added 2023-06-19 126 Fabric = fabric; # addedd 2023-02-19 127 face_recognition = face-recognition; # added 2022-10-15 128 face_recognition_models = face-recognition-models; # added 2022-10-15 129 fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30 130 faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12 131 inherit (super.pkgs) fetchPypi; # added 2023-05-25 132 filemagic = throw "inactive since 2014, so use python-magic instead"; # added 2022-11-19 133 flaskbabel = flask-babel; # added 2023-01-19 134 flask_assets = flask-assets; # added 2023-08-23 135 flask_elastic = flask-elastic; # added 2023-08-23 136 flask_login = flask-login; # added 2022-10-17 137 flask_mail = flask-mail; # added 2023-08-23 138 flask_marshmallow = flask-marshmallow; # added 2023-08-16 139 flask_migrate = flask-migrate; # added 2023-08-23 140 flask_principal = flask-principal; # added 2023-08-23 141 flask-restplus = throw "flask-restplus is no longer maintained, use flask-restx instead"; # added 2023-02-21 142 flask_script = flask-script; # added 2023-08-23 143 flask_sqlalchemy = flask-sqlalchemy; # added 2022-07-20 144 flask_testing = flask-testing; # added 2022-04-25 145 flask_wtf = flask-wtf; # added 2022-05-24 146 FormEncode = formencode; # added 2023-02-19 147 foundationdb51 = throw "foundationdb51 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06 148 foundationdb52 = throw "foundationdb52 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06 149 foundationdb60 = throw "foundationdb60 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06 150 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06 151 functorch = throw "functorch is now part of the torch package and has therefore been removed. See https://github.com/pytorch/functorch/releases/tag/v1.13.0 for more info."; # added 2022-12-01 152 garages-amsterdam = throw "garages-amsterdam has been renamed odp-amsterdam."; # added 2023-01-04 153 garminconnect-ha = garminconnect; # added 2022-02-05 154 gdtoolkit = throw "gdtoolkit has been promoted to a top-level attribute"; # added 2023-02-15 155 GeoIP = geoip; # added 2023-02-19 156 gigalixir = throw "gigalixir has been promoted to a top-level attribute"; # Added 2022-10-02 157 gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14 158 GitPython = gitpython; # added 2022-10-28 159 glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28 160 glasgow = throw "glasgow has been promoted to a top-level attribute"; # added 2023-02-05 161 google_api_python_client = google-api-python-client; # added 2021-03-19 162 googleapis_common_protos = googleapis-common-protos; # added 2021-03-19 163 google-apitools = throw "google-apitools was removed because it is deprecated and unsupported by upstream"; # added 2023-02-25 164 gpyopt = throw "gpyopt was remove because it's been archived upstream"; # added 2023-06-07 165 graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10 166 graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09 167 grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21 168 ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06 169 HAP-python = hap-python; # added 2021-06-01 170 hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13 171 hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07 172 hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18 173 HTSeq = htseq; # added 2023-02-19 174 hyperkitty = throw "Please use pkgs.mailmanPackages.hyperkitty"; # added 2022-04-29 175 ihatemoney = throw "ihatemoney was removed because it is no longer maintained downstream"; # added 2023-04-08 176 IMAPClient = imapclient; # added 2021-10-28 177 imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08 178 image-match = throw "image-match has been removed because it is no longer maintained"; # added 2023-06-10 179 imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10 180 intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11 181 ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30 182 influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10 183 itanium_demangler = itanium-demangler; # added 2022-10-17 184 jaraco_classes = jaraco-classes; # added 2023-07-14 185 jaraco_collections = jaraco-collections; # added 2023-07-14 186 jaraco_functools = jaraco-functools; # added 2023-07-14 187 jaraco_itertools = jaraco-itertools; # added 2023-07-14 188 jaraco_logging = jaraco-logging; # added 2023-07-14 189 jaraco_text = jaraco-text; # added 2023-07-14 190 jaraco_stream = jaraco-stream; # added 2023-07-14 191 JayDeBeApi = jaydebeapi; # added 2023-02-19 192 jinja2_time = jinja2-time; # added 2022-11-07 193 JPype1 = jpype1; # added 2023-02-19 194 jsonschema_3 = throw "jsonschema 3 is neither the latest version nor needed inside nixpkgs anymore"; # added 2023-06-28 195 jupyter_client = jupyter-client; # added 2021-10-15 196 jupyter_console = jupyter-console; # added 2023-07-31 197 jupyter_core = jupyter-core; # added 2023-01-05 198 jupyter_server = jupyter-server; # added 2023-01-05 199 jupyter-server-ydoc = jupyter-collaboration; # added 2023-07-18 200 Kajiki = kajiki; # added 2023-02-19 201 Keras = keras; # added 2021-11-25 202 ldap = python-ldap; # added 2022-09-16 203 lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04 204 lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01 205 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29 206 logilab_common = logilab-common; # added 2022-11-21 207 loo-py = loopy; # added 2022-05-03 208 Mako = mako; # added 2023-02-19 209 Markups = markups; # added 2022-02-14 210 markdownsuperscript = throw "markdownsuperscript is unmaintained, use pymdown-extensions"; # added 2023-06-10 211 mask-rcnn = throw "mask-rcnn has been removed as it is unmaintained and its dependency imgaug no longer builds"; # added 2023-07-10 212 MDP = mdp; # added 2023-02-19 213 MechanicalSoup = mechanicalsoup; # added 2021-06-01 214 memcached = python-memcached; # added 2022-05-06 215 mailman = throw "Please use pkgs.mailman"; # added 2022-04-29 216 mailman-hyperkitty = throw "Please use pkgs.mailmanPackages.mailman-hyperkitty"; # added 2022-04-29 217 mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29 218 manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20 219 markerlib = throw "markerlib has been removed because it's abandoned since 2013"; # added 2023-05-19 220 mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12 221 mistune_2_0 = mistune; # added 2022-08-12 222 mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21 223 mrkd = throw "mrkd has been promoted to a top-level attribute"; # added 2023-08-01 224 mutmut = throw "mutmut has been promoted to a top-level attribute"; # added 2022-10-02 225 net2grid = gridnet; # add 2022-04-22 226 nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08 227 ninja-python = ninja; # add 2022-08-03 228 nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16 229 nose_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21 230 notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02 231 Nuitka = nuitka; # added 2023-02-19 232 ntlm-auth = throw "ntlm-auth has been removed, because it relies on the md4 implementation provided by openssl. Use pyspnego instead."; 233 ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28 234 pafy = throw "pafy has been removed because it is unmaintained and only a dependency of mps-youtube, itself superseded by yewtube"; # Added 2023-01-19 235 pam = python-pam; # added 2020-09-07. 236 PasteDeploy = pastedeploy; # added 2021-10-07 237 pathpy = path; # added 2022-04-12 238 pdfposter = throw "pdfposter was promoted to a top-level attribute"; # Added 2023-06-29 239 pdfminer = pdfminer-six; # added 2022-05-25 240 pep257 = pydocstyle; # added 2022-04-12 241 poetry = throw "poetry was promoted to a top-level attribute, use poetry-core to build Python packages"; # added 2023-01-09 242 poetry2conda = throw "poetry2conda was promoted to a top-level attribute"; # Added 2022-10-02 243 Polygon3 = polygon3; # Added 2023-08-08 244 poster3 = throw "poster3 is unmaintained and source is no longer available"; # added 2023-05-29 245 postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29 246 powerlineMemSegment = powerline-mem-segment; # added 2021-10-08 247 privacyidea = throw "privacyidea has been renamed to pkgs.privacyidea"; # added 2021-06-20 248 prometheus_client = prometheus-client; # added 2021-06-10 249 prompt_toolkit = prompt-toolkit; # added 2021-07-22 250 protonup = protonup-ng; # Added 2022-11-06 251 pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08 252 pushbullet = pushbullet-py; # Added 2022-10-15 253 Pweave = pweave; # added 2023-02-19 254 py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07 255 pyalmond = throw "pyalmond has been removed, since its API endpoints have been shutdown"; # added 2023-02-02 256 pyblake2 = throw "pyblake2 is deprecated in favor of hashlib"; # added 2023-04-23 257 pyblock = throw "pyblock has been removed, since it is abandoned and broken"; # added 2023-06-20 258 pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01 259 pygbm = throw "pygbm has been removed, since it is abandoned and broken"; # added 2023-06-20 260 PyGithub = pygithub; # added 2023-02-19 261 pyGtkGlade = throw "Glade support for pygtk has been removed"; # added 2022-01-15 262 pycallgraph = throw "pycallgraph has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18 263 pychef = throw "pychef has been removed because it's been archived upstream and abandoned since 2017."; # added 2022-11-14 264 PyChromecast = pychromecast; # added 2023-02-19 265 pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28 266 pyflunearyou = pyoutbreaksnearme; # added 2023-02-11 267 pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07 268 pyialarmxr-homeassistant = throw "The package was removed together with the component support in home-assistant 2022.7.0"; # added 2022-07-07 269 PyICU = pyicu; # Added 2022-12-22 270 pyjson5 = json5; # added 2022-08-28 271 pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20 272 PyLD = pyld; # added 2022-06-22 273 pymatgen-lammps = throw "pymatgen-lammps has been removed because it is unmaintained and broken"; # added 2023-06-20 274 pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0 275 pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04 276 PyMVGLive = pymvglive; # added 2023-02-19 277 pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09 278 pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2 279 pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06 280 pyreadability = readability-lxml; # added 2022-05-24 281 pyres = throw "pyres has been removed, since it is abandoned and broken"; # added 2023-06-20 282 pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 283 pyroute2-ethtool = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 284 pyroute2-ipdb = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 285 pyroute2-ipset = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 286 pyroute2-ndb = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 287 pyroute2-nftables = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 288 pyroute2-nslink = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 289 pyroute2-protocols = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16 290 Pyro4 = pyro4; # added 2023-02-19 291 Pyro5 = pyro5; # added 2023-02-19 292 PyRSS2Gen = pyrss2gen; # added 2023-02-19 293 pyruckus = throw "pyruckus has been removed, it was deprecrated in favor of aioruckus."; # added 2023-09-07 294 pysha3 = throw "pysha3 has been removed, use safe-pysha3 instead"; # added 2023-05-20 295 pysmart-smartx = pysmart; # added 2021-10-22 296 pysparse = throw "pysparse has been abandoned upstream."; # added 2023-02-28 297 pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29 298 PyStemmer = pystemmer; # added 2023-02-19 299 pytest_6 = pytest; # added 2022-02-10 300 pytestcov = pytest-cov; # added 2021-01-04 301 pytest-ordering = throw "pytest-ordering has been removed, since it is no longer maintained and broken"; # added 2023-06-22 302 pytest-pep8 = pytestpep8; # added 2021-01-04 303 pytest-pep257 = throw "pytest-pep257 was removed, as the pep257 package was migrated into pycodestyle"; # added 2022-04-12 304 pytest-pythonpath = throw "pytest-pythonpath is obsolete as of pytest 7.0.0 and has been removed"; # added 2022-03-09 305 pytest-sanic = throw "pytest-sanic has been removed because it is unmaintained and broken"; # added 2023-06-22 306 pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10 307 pytestquickcheck = pytest-quickcheck; # added 2021-07-20 308 pytestrunner = pytest-runner; # added 2021-01-04 309 python-forecastio = throw "python-forecastio has been removed, as the Dark Sky service was shut down."; # added 2023-04-05 310 python-igraph = igraph; # added 2021-11-11 311 python_keyczar = throw "python_keyczar has been removed because it's been archived upstream and deprecated"; # added 2023-05-16 312 python-lz4 = lz4; # added 2018-06-01 313 python_magic = python-magic; # added 2022-05-07 314 python_mimeparse = python-mimeparse; # added 2021-10-31 315 python-language-server = throw "python-language-server is no longer maintained, use the python-lsp-server community fork instead."; # Added 2022-08-03 316 python-Levenshtein = levenshtein; 317 python-pushover = throw "python-pushover has been removed, since it is unmaintained and is broken"; # added 2023-07-03 318 python-subunit = subunit; # added 2021-09-10 319 pytest_xdist = pytest-xdist; # added 2021-01-04 320 python_simple_hipchat = python-simple-hipchat; # added 2021-07-21 321 pytoml = throw "pytoml has been removed because it is unmaintained and is superseded by toml"; # Added 2023-04-11 322 pytorch = torch; # added 2022-09-30 323 pytorch-bin = torch-bin; # added 2022-09-30 324 pytorchWithCuda = torchWithCuda; # added 2022-09-30 325 pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30 326 pytwitchapi = twitchapi; # added 2022-03-07 327 pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19 328 PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19 329 pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01 330 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09 331 Quandl = quandl; # added 2023-02-19 332 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages"; 333 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01 334 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05 335 rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06 336 retworkx = rustworkx; # added 2023-05-14 337 repeated_test = repeated-test; # added 2022-11-15 338 requests_oauthlib = requests-oauthlib; # added 2022-02-12 339 requests_toolbelt = requests-toolbelt; # added 2017-09-26 340 rig = throw "rig has been removed because it was pinned to python 2.7 and 3.5, failed to build and is otherwise unmaintained"; # added 2022-11-28 341 rl-coach = "rl-coach was removed because the project is discontinued and was archived by upstream"; # added 2023-05-03 342 roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15 343 ROPGadget = ropgadget; # added 2021-07-06 344 rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01 345 ruamel_base = ruamel-base; # added 2021-11-01 346 ruamel_yaml = ruamel-yaml; # added 2021-11-01 347 ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01 348 inherit (super.pkgs) ruff-lsp; # added 2023-06-23 349 runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03 350 sapi-python-client = kbcstorage; # added 2022-04-20 351 scikitimage = scikit-image; # added 2023-05-14 352 scikitlearn = scikit-learn; # added 2021-07-21 353 selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10 354 sequoia = throw "python3Packages.sequoia was replaced by pysequoia - built from a dedicated repository, with a new API."; # added 2023-06-24 355 setuptools_scm = setuptools-scm; # added 2021-06-03 356 sharkiqpy = sharkiq; # added 2022-05-21 357 ssh-mitm = throw "ssh-mitm was removed in favor of the top-level ssh-mitm"; # added 2023-05-09 358 smart_open = smart-open; # added 2021-03-14 359 smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14 360 somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01 361 SPARQLWrapper = sparqlwrapper; 362 sphinx-jquery = sphinxcontrib-jquery; # added 2023-02-24 363 sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03 364 sphinxcontrib-autoapi = sphinx-autoapi; # added 2023-02=28 365 sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02 366 sphinx-navtree = throw "sphinx-navtree has been removed since it is not compatible with sphinx 3.3 and unmaintained"; # added 2023-07-03 367 sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28 368 SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23 369 subdownloader = throw "subdownloader has been removed, because it depended on pyqt4"; # added 2022-06-09 370 suds-jurko = throw "suds-jurko has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-02-27 371 suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27 372 tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25 373 tensorflow-build_2 = tensorflow-build; # added 2021-11-25 374 tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17 375 tensorflow-estimator_2 = tensorflow-estimator; # added 2021-11-25 376 tensorflow-tensorboard = tensorboard; # added 2022-03-06 377 tensorflow-tensorboard_2 = tensorflow-tensorboard; # added 2021-11-25 378 Theano = theano; # added 2023-02-19 379 TheanoWithCuda = theanoWithCuda; # added 2023-02-19 380 TheanoWithoutCuda = theanoWithoutCuda; # added 2023-02-19 381 transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27 382 tumpa = throw "tumpa was promoted to a top-level attribute"; # added 2022-11-19 383 tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05 384 types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30 385 types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30 386 unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01 387 uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13 388 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13 389 validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07 390 ViennaRNA = viennarna; # added 2023-08-23 391 virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07 392 Wand = wand; # added 2022-11-13 393 wasm = throw "wasm has been removed because it no longer builds and is unmaintained"; # added 2023-05-20 394 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29 395 weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01 396 webapp2 = throw "webapp2 is unmaintained since 2012"; # added 2022-05-29 397 websocket_client = websocket-client; # added 2021-06-15 398 word2vec = throw "word2vec has been removed because it is abandoned"; # added 2023-05-22 399 wxPython_4_0 = throw "wxPython_4_0 has been removed, use wxPython_4_2 instead"; # added 2023-03-19 400 wxPython_4_1 = throw "wxPython_4_1 has been removed, use wxPython_4_2 instead"; # added 2023-03-19 401 WSME = wsme; # added 2023-02-19 402 xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31 403 XlsxWriter = xlsxwriter; # added 2023-02-19 404 Yapsy = yapsy; # added 2023-02-19 405 zake = throw "zake has been removed because it is abandoned"; # added 2023-06-20 406 zc-buildout221 = zc-buildout; # added 2021-07-21 407 zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules"; 408 zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26 409 zope_component = zope-component; # added 2023-07-28 410 zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29 411})