Unverified Commit 1007de94 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nvdlib: 0.8.1 -> 0.8.3 (#441539)

parents d7814af8 5a6c7261
Loading
Loading
Loading
Loading
+5 −10
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  datetime,
  fetchPypi,
  nvdlib,
  poetry-core,
  pydantic,
  pythonOlder,
  setuptools,
  typing-extensions,
}:

@@ -15,21 +14,16 @@ buildPythonPackage rec {
  version = "0.2.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
  disabled = pythonOlder "3.12";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-rYkA/+YfFhrS/WSx+jUWCsXDjp03aMoMiGdXeK3Kf4M=";
  };

  postPatch = ''
    sed -i "/'typing'/d" setup.py
  '';
  build-system = [ poetry-core ];

  nativeBuildInputs = [ setuptools ];

  propagatedBuildInputs = [
    datetime
  dependencies = [
    nvdlib
    pydantic
    typing-extensions
@@ -43,6 +37,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Developer tools for AVID";
    homepage = "https://github.com/avidml/avidtools";
    changelog = "https://github.com/avidml/avidtools/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "nvdlib";
  version = "0.8.1";
  version = "0.8.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "Vehemont";
    repo = "nvdlib";
    tag = "v${version}";
    hash = "sha256-8Tg9JN63+zGRUppIXBQ46mKeDq+nLNQvAjtCwcTuC1g=";
    hash = "sha256-FjeYJMMccao9KJMcJBKtt5QhpQEEbcPyNunj+VqMdx0=";
  };

  nativeBuildInputs = [ setuptools ];