Merge master into staging-next
This commit is contained in:
commit
181ac797ac
@ -1,8 +1,8 @@
|
|||||||
{ lib, stdenv, fetchFromGitLab, meson, ninja, cmake
|
{ lib, stdenv, fetchFromGitLab, meson, ninja
|
||||||
, wrapGAppsHook, pkg-config, desktop-file-utils
|
, wrapGAppsHook, pkg-config, desktop-file-utils
|
||||||
, appstream-glib, pythonPackages, glib, gobject-introspection
|
, appstream-glib, pythonPackages, glib, gobject-introspection
|
||||||
, gtk3, webkitgtk, glib-networking, gnome, gspell, texlive
|
, gtk3, webkitgtk, glib-networking, gnome, gspell, texlive
|
||||||
, shared-mime-info, libhandy, fira
|
, shared-mime-info, libhandy, fira, sassc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -13,18 +13,18 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "apostrophe";
|
pname = "apostrophe";
|
||||||
version = "2.4";
|
version = "2.5";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "somas";
|
owner = "World";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1qzy3zhi18wf42m034s8kcmx9gl05j620x3hf6rnycq2fvy7g4gz";
|
sha256 = "06yfiflmj3ip7ppcz41nb3xpgb5ggw5h74w0v87yaqqkq7qh31lp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja cmake pkg-config desktop-file-utils
|
nativeBuildInputs = [ meson ninja pkg-config desktop-file-utils
|
||||||
appstream-glib wrapGAppsHook ];
|
appstream-glib wrapGAppsHook sassc ];
|
||||||
|
|
||||||
buildInputs = [ glib pythonEnv gobject-introspection gtk3
|
buildInputs = [ glib pythonEnv gobject-introspection gtk3
|
||||||
gnome.adwaita-icon-theme webkitgtk gspell texlive
|
gnome.adwaita-icon-theme webkitgtk gspell texlive
|
||||||
@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://gitlab.gnome.org/somas/apostrophe";
|
homepage = "https://gitlab.gnome.org/World/apostrophe";
|
||||||
description = "A distraction free Markdown editor for GNU/Linux";
|
description = "A distraction free Markdown editor for GNU/Linux";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -7,12 +7,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioymaps";
|
pname = "aioymaps";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1rvgf4flvnpjj0sm14xlnfmmnlmkz6xq5h5mfb14amkfy76za3jm";
|
sha256 = "sha256-YkSoxYf/Ti/gc1BFSYR24P3OzDrmcGWKhcOcrGpkRjU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arcam-fmj";
|
pname = "arcam-fmj";
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "elupus";
|
owner = "elupus";
|
||||||
repo = "arcam_fmj";
|
repo = "arcam_fmj";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Vs32LGRN6kxG8sswvuUwuUbLv9GXuhJeK0CUGoo2EgE=";
|
sha256 = "sha256-YkoABsOLEl1gSCRgZr0lLZGzicr3N5KRNLDjfuQhy2U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "casbin";
|
pname = "casbin";
|
||||||
version = "1.8.1";
|
version = "1.9.0";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
owner = pname;
|
owner = pname;
|
||||||
repo = "pycasbin";
|
repo = "pycasbin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16s1bd8z400cmwz0igai9fdv9qlafwp2fllhy84cfi90yxwh1flp";
|
sha256 = "01prcwkmh3a4ggzjiaai489rrpmgwvqpjcavwjxw60mspyhsbv86";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deezer-py";
|
pname = "deezer-py";
|
||||||
version = "1.2.3";
|
version = "1.2.4";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f4dd648e5bf251cb13316145e243d3a08d870840e0ac1525309926e640c91ea9";
|
sha256 = "1b5664835975fda7a2519ba4b411cc5f2e4113e614ee140389b61844906d0c05";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "emoji";
|
pname = "emoji";
|
||||||
version = "1.5.0";
|
version = "1.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "carpedm20";
|
owner = "carpedm20";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1b75p1ia4ip6aq1657pdwpspvhyjw6dpsrglj2qlql2gdmcm8sp8";
|
sha256 = "11v8zqz183vpiyg2cp0fghb1hxqsn3yaydm1d97nqd9g2mfy37s1";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fe25519";
|
pname = "fe25519";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1m85qvw9dwxk81mv9k45c9n75pk8wqn70qkinqh56h5zv56vgq24";
|
sha256 = "8819659f19b51713199a75fda5107c93fbb6e2cb4afef3164ce7932b5eb276b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fountains";
|
pname = "fountains";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "47c28e598cc3a723327daee28c757de3a40f4d8eb48e6be37081932c1d00fa6f";
|
sha256 = "fbf4e2cb11d60d3bafca5bb7c01c254d08a5541ed7ddfe00ef975eb173fb75a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -1,25 +1,34 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, lxml, sqlalchemy }:
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, lxml
|
||||||
|
, sqlalchemy
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "IMDbPY";
|
pname = "imdbpy";
|
||||||
version = "2021.4.18";
|
version = "2021.4.18";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "IMDbPY";
|
||||||
|
inherit version;
|
||||||
sha256 = "af57f03638ba3b8ab3d696bfef0eeaf6414385c85f09260aba0a16b32174853f";
|
sha256 = "af57f03638ba3b8ab3d696bfef0eeaf6414385c85f09260aba0a16b32174853f";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./sql_error.patch ]; # Already fixed in master, but not yet in the current release. This can be removed upon the next version update
|
propagatedBuildInputs = [
|
||||||
|
lxml
|
||||||
|
sqlalchemy
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ lxml sqlalchemy ];
|
# Tests require networking, and https://github.com/alberanid/imdbpy/issues/240
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
doCheck = false; # Tests require networking, and https://github.com/alberanid/imdbpy/issues/240
|
|
||||||
pythonImportsCheck = [ "imdb" ];
|
pythonImportsCheck = [ "imdb" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
description = "Python package for retrieving and managing the data of the IMDb database";
|
||||||
homepage = "https://imdbpy.github.io/";
|
homepage = "https://imdbpy.github.io/";
|
||||||
description = "A Python package for retrieving and managing the data of the IMDb database";
|
|
||||||
maintainers = [ maintainers.ivar ];
|
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
|
maintainers = with maintainers; [ ivar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
diff --git a/imdb/parser/sql/__init__.py b/imdb/parser/sql/__init__.py
|
|
||||||
index cd4a3e3..3fcfdd4 100644
|
|
||||||
--- a/imdb/parser/sql/__init__.py
|
|
||||||
+++ b/imdb/parser/sql/__init__.py
|
|
||||||
@@ -557,7 +557,6 @@ class IMDbSqlAccessSystem(IMDbBase):
|
|
||||||
"""The class used to access IMDb's data through a SQL database."""
|
|
||||||
|
|
||||||
accessSystem = 'sql'
|
|
||||||
- _sql_logger = logging.getLogger('imdbpy.parser.sql')
|
|
||||||
|
|
||||||
def __init__(self, uri, adultSearch=True, *arguments, **keywords):
|
|
||||||
"""Initialize the access system."""
|
|
||||||
@@ -582,7 +581,7 @@ class IMDbSqlAccessSystem(IMDbBase):
|
|
||||||
except ImportError as e:
|
|
||||||
raise IMDbError('unable to import SQLAlchemy')
|
|
||||||
# Set the connection to the database.
|
|
||||||
- self._sql_logger.debug('connecting to %s', uri)
|
|
||||||
+ logger.debug('connecting to %s', uri)
|
|
||||||
try:
|
|
||||||
self._connection = setConnection(uri, DB_TABLES)
|
|
||||||
except AssertionError as e:
|
|
||||||
@@ -593,7 +592,7 @@ class IMDbSqlAccessSystem(IMDbBase):
|
|
||||||
# Maps some IDs to the corresponding strings.
|
|
||||||
self._kind = {}
|
|
||||||
self._kindRev = {}
|
|
||||||
- self._sql_logger.debug('reading constants from the database')
|
|
||||||
+ logger.debug('reading constants from the database')
|
|
||||||
try:
|
|
||||||
for kt in KindType.select():
|
|
||||||
self._kind[kt.id] = kt.kind
|
|
||||||
@@ -1616,7 +1615,7 @@ class IMDbSqlAccessSystem(IMDbBase):
|
|
||||||
return
|
|
||||||
if not hasattr(self, '_connection'):
|
|
||||||
return
|
|
||||||
- self._sql_logger.debug('closing connection to the database')
|
|
||||||
+ logger.debug('closing connection to the database')
|
|
||||||
try:
|
|
||||||
self._connection.close()
|
|
||||||
except:
|
|
@ -3,10 +3,11 @@
|
|||||||
, boto3
|
, boto3
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, isort
|
||||||
, jinja2
|
, jinja2
|
||||||
, md-toc
|
, md-toc
|
||||||
, isort
|
|
||||||
, mdformat
|
, mdformat
|
||||||
|
, poetry-core
|
||||||
, pyparsing
|
, pyparsing
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
@ -14,16 +15,22 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mypy-boto3-builder";
|
pname = "mypy-boto3-builder";
|
||||||
version = "4.14.1";
|
version = "5.4.0";
|
||||||
disabled = pythonOlder "3.6";
|
format = "pyproject";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vemel";
|
owner = "vemel";
|
||||||
repo = "mypy_boto3_builder";
|
repo = "mypy_boto3_builder";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-y55bPi70ldd528Olr2atXHm5JHiLNBZ396D9qwbBmkc=";
|
sha256 = "sha256-PS2MMpI/ezjHnI6vUoHTt0uuuB/w94OrOYBLNCpSxIE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
poetry-core
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
black
|
black
|
||||||
boto3
|
boto3
|
||||||
@ -38,6 +45,11 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# Should be fixed with 5.x
|
||||||
|
"test_get_types"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "mypy_boto3_builder" ];
|
pythonImportsCheck = [ "mypy_boto3_builder" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
35
pkgs/development/python-modules/niluclient/default.nix
Normal file
35
pkgs/development/python-modules/niluclient/default.nix
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, pythonOlder
|
||||||
|
, requests
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "niluclient";
|
||||||
|
version = "0.1.2";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "11ymn0cr4lchrcnf2xxlgljw223gwln01gxwr7mcgf95yc4006iq";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
requests
|
||||||
|
];
|
||||||
|
|
||||||
|
# Project has no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "niluclient" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python client for getting air pollution data from NILU sensor stations";
|
||||||
|
homepage = "https://github.com/hfurubotten/niluclient";
|
||||||
|
license = with licenses; [ mit ];
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
|
};
|
||||||
|
}
|
31
pkgs/development/python-modules/pysdcp/default.nix
Normal file
31
pkgs/development/python-modules/pysdcp/default.nix
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, pythonOlder
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "pysdcp";
|
||||||
|
version = "1";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
pname = "pySDCP";
|
||||||
|
inherit version;
|
||||||
|
sha256 = "07396lsn610izaravqc6j5f6m0wjrzgc0d1r9dwqzj15g5zfc7wm";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Project has no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pysdcp" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python library to control SONY projectors";
|
||||||
|
homepage = "https://github.com/Galala7/pySDCP";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
|
};
|
||||||
|
}
|
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pysiaalarm";
|
pname = "pysiaalarm";
|
||||||
version = "3.0.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b1c3a3d48d399bc91014167f59b23af601044d182db9267c23a9cf3559922122";
|
sha256 = "sha256-96LSD1jL4Za7HF9vgplImeY57EQ9qa/hOdjQ/PPBq4A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "types-requests";
|
pname = "types-requests";
|
||||||
version = "2.25.8";
|
version = "2.25.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-IlrC6GVJtu86ikS/lV+AtJVYVXBKFdKIPYRFyN9jckI=";
|
sha256 = "sha256-Tsi3Hac+U0Stub7nJadOyFmOcob5vLF1ANYn8ln+T7k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Modules doesn't have tests
|
# Modules doesn't have tests
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "velbus-aio";
|
pname = "velbus-aio";
|
||||||
version = "2021.9.2";
|
version = "2021.9.4";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Cereal2nd";
|
owner = "Cereal2nd";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-pFVhWrMygCwAsAYPnqtoaPcgh6y0Tf9vROYfn0M+g2E=";
|
sha256 = "sha256-WywJ70tVniUX9RZTh9aswHgCEvWTggzABhSWoSRydUc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yeelight";
|
pname = "yeelight";
|
||||||
version = "0.7.4";
|
version = "0.7.5";
|
||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "stavros";
|
owner = "stavros";
|
||||||
repo = "python-yeelight";
|
repo = "python-yeelight";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-qpyD4o8YMVu6DiizuBs/44Vz0oPIMR4/YQwaCDNKpFI=";
|
sha256 = "sha256-lEroQ2Gy1ldeIkkSMYcXJk6j6Ls2zigImrIWOPq70D0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "0.58.9";
|
version = "0.58.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1i61xls3jj5w3cliqs28m1y6p47yav24m40zxa6kf0jj4s50m1d3";
|
sha256 = "sha256-VMnc4frDBAkVc9hqUdXAiJ2vNsK9NzkLOUaQWhQQUBU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/aquasecurity/tfsec";
|
goPackagePath = "github.com/aquasecurity/tfsec";
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sqlfluff";
|
pname = "sqlfluff";
|
||||||
version = "0.6.5";
|
version = "0.6.6";
|
||||||
disabled = python3.pythonOlder "3.6";
|
disabled = python3.pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-JUvwp4Ptu1URWO7wyeOCjwjGW4S0XqYZwNjCyR3H/rc=";
|
sha256 = "sha256-I7vsOQtXY/n2Zu0F94f5/uF1ia96R/qQw+duG7X8Dpo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-feature";
|
pname = "cargo-feature";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Riey";
|
owner = "Riey";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0n5kzh756ghfs3cydlcn9mfvpgwy1cjg41h0nd9dbi5cr1fp9x1n";
|
sha256 = "sha256-aUzmD5Dt0obXWDdZT6/Bzun2R1TLQYYELrN4xEG4hq8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1jh1h6v4mxx03b4diw9325ga0k3js0czs504lx07hvbx8yai1wkq";
|
cargoSha256 = "sha256-R8OaxlBAkK5YQPejOdLuCMeQlCbPcC/VQm9WHm31v54=";
|
||||||
|
|
||||||
buildInputs = lib.optional stdenv.isDarwin libiconv;
|
buildInputs = lib.optional stdenv.isDarwin libiconv;
|
||||||
|
|
||||||
|
@ -574,7 +574,7 @@
|
|||||||
"nfandroidtv" = ps: with ps; [ ]; # missing inputs: notifications-android-tv
|
"nfandroidtv" = ps: with ps; [ ]; # missing inputs: notifications-android-tv
|
||||||
"nightscout" = ps: with ps; [ ]; # missing inputs: py-nightscout
|
"nightscout" = ps: with ps; [ ]; # missing inputs: py-nightscout
|
||||||
"niko_home_control" = ps: with ps; [ ]; # missing inputs: niko-home-control
|
"niko_home_control" = ps: with ps; [ ]; # missing inputs: niko-home-control
|
||||||
"nilu" = ps: with ps; [ ]; # missing inputs: niluclient
|
"nilu" = ps: with ps; [ niluclient ];
|
||||||
"nissan_leaf" = ps: with ps; [ ]; # missing inputs: pycarwings2
|
"nissan_leaf" = ps: with ps; [ ]; # missing inputs: pycarwings2
|
||||||
"nmap_tracker" = ps: with ps; [ aiohttp-cors getmac ifaddr netmap ]; # missing inputs: mac-vendor-lookup
|
"nmap_tracker" = ps: with ps; [ aiohttp-cors getmac ifaddr netmap ]; # missing inputs: mac-vendor-lookup
|
||||||
"nmbs" = ps: with ps; [ ]; # missing inputs: pyrail
|
"nmbs" = ps: with ps; [ ]; # missing inputs: pyrail
|
||||||
@ -803,7 +803,7 @@
|
|||||||
"sonarr" = ps: with ps; [ sonarr ];
|
"sonarr" = ps: with ps; [ sonarr ];
|
||||||
"songpal" = ps: with ps; [ python-songpal ];
|
"songpal" = ps: with ps; [ python-songpal ];
|
||||||
"sonos" = ps: with ps; [ aiohttp-cors async-upnp-client defusedxml ifaddr plexapi plexauth plexwebsocket soco zeroconf ];
|
"sonos" = ps: with ps; [ aiohttp-cors async-upnp-client defusedxml ifaddr plexapi plexauth plexwebsocket soco zeroconf ];
|
||||||
"sony_projector" = ps: with ps; [ ]; # missing inputs: pysdcp
|
"sony_projector" = ps: with ps; [ pysdcp ];
|
||||||
"soundtouch" = ps: with ps; [ aiohttp-cors ifaddr libsoundtouch zeroconf ];
|
"soundtouch" = ps: with ps; [ aiohttp-cors ifaddr libsoundtouch zeroconf ];
|
||||||
"spaceapi" = ps: with ps; [ aiohttp-cors ];
|
"spaceapi" = ps: with ps; [ aiohttp-cors ];
|
||||||
"spc" = ps: with ps; [ pyspcwebgw ];
|
"spc" = ps: with ps; [ pyspcwebgw ];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:
|
{ callPackage, lib, stdenv, fetchurl, jre, makeWrapper }:
|
||||||
|
|
||||||
let this = stdenv.mkDerivation rec {
|
let this = stdenv.mkDerivation rec {
|
||||||
version = "5.2.0";
|
version = "5.2.1";
|
||||||
pname = "openapi-generator-cli";
|
pname = "openapi-generator-cli";
|
||||||
|
|
||||||
jarfilename = "${pname}-${version}.jar";
|
jarfilename = "${pname}-${version}.jar";
|
||||||
@ -12,7 +12,7 @@ let this = stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://maven/org/openapitools/${pname}/${version}/${jarfilename}";
|
url = "mirror://maven/org/openapitools/${pname}/${version}/${jarfilename}";
|
||||||
sha256 = "sha256-mZYGCIR7XOvONnNFDM86qSM7iug48noNgBcHdik81vk=";
|
sha256 = "sha256-stRtSZCvPUQuTiKOHmJ7k8o3Gtly9Up+gicrDOeWjIs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "exploitdb";
|
pname = "exploitdb";
|
||||||
version = "2021-09-22";
|
version = "2021-09-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "offensive-security";
|
owner = "offensive-security";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-axA20Ok+5LgtW4Mf1xMM64Gd6C6joBC5isUdZPncgDw=";
|
sha256 = "sha256-KjeldF3oBX4QLba7pTmvRwymxZ+x8HPfIKT7IevrOlU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -4,6 +4,10 @@ GEM
|
|||||||
foreman (0.87.2)
|
foreman (0.87.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
aarch64-darwin
|
||||||
|
aarch64-linux
|
||||||
|
ruby
|
||||||
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
@ -4939,6 +4939,8 @@ in {
|
|||||||
|
|
||||||
nilearn = callPackage ../development/python-modules/nilearn { };
|
nilearn = callPackage ../development/python-modules/nilearn { };
|
||||||
|
|
||||||
|
niluclient = callPackage ../development/python-modules/niluclient { };
|
||||||
|
|
||||||
nimfa = callPackage ../development/python-modules/nimfa { };
|
nimfa = callPackage ../development/python-modules/nimfa { };
|
||||||
|
|
||||||
nine = callPackage ../development/python-modules/nine { };
|
nine = callPackage ../development/python-modules/nine { };
|
||||||
@ -6823,6 +6825,8 @@ in {
|
|||||||
|
|
||||||
pyscss = callPackage ../development/python-modules/pyscss { };
|
pyscss = callPackage ../development/python-modules/pyscss { };
|
||||||
|
|
||||||
|
pysdcp = callPackage ../development/python-modules/pysdcp { };
|
||||||
|
|
||||||
pysdl2 = callPackage ../development/python-modules/pysdl2 { };
|
pysdl2 = callPackage ../development/python-modules/pysdl2 { };
|
||||||
|
|
||||||
pysendfile = callPackage ../development/python-modules/pysendfile { };
|
pysendfile = callPackage ../development/python-modules/pysendfile { };
|
||||||
|
Loading…
Reference in New Issue
Block a user