diff --git a/nix/sources.json b/nix/sources.json

index 8bdb61aa1bcbe0864ea4b29140d221dbf3000108..f737ddb94621a23c6f555d543d7beeb7429e7fb1 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -316,6 +316,20 @@ "type": "tarball",

     "url": "https://github.com/hfst/hfst/archive/a140e2868c15e9987d651aa3e6b344ec20ef3a33.tar.gz",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "libshell": {

     "branch": "master",

     "builtin": false,

@@ -671,6 +685,20 @@ "rev": "70690682867713c68d7c6daa833a1013e79df407",

     "sha256": "0di1hr9j2wdicj6n2mlf9achfxd05rqwrfnymsnxhhy7sv50n2bm",

     "type": "tarball",

     "url": "https://github.com/selectel/supload/archive/70690682867713c68d7c6daa833a1013e79df407.tar.gz",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "tpkutils": {

diff --git a/pkgs/default.nix b/pkgs/default.nix

index d59dd1572f1bdcfe1c376fe86b316b6ae9de387b..8a2053e7793d6b61a73834290d769107dcfec342 100644

--- a/pkgs/default.nix

+++ b/pkgs/default.nix

@@ -91,6 +91,9 @@ click-6-7 = python3Packages.callPackage ./development/python-modules/click { };

 gpxelevations = python3Packages.callPackage ./development/python-modules/gpxelevations {

   inherit sources;

 };

 mercantile = python3Packages.callPackage ./development/python-modules/mercantile {

   inherit sources;

 };

@@ -162,6 +165,9 @@ supermercado = python3Packages.callPackage ./tools/geo/supermercado {

   inherit sources mercantile;

 };

 supload = callPackage ./tools/supload { };

 tpkutils = python3Packages.callPackage ./tools/geo/tpkutils {

   inherit sources mercantile pymbtiles;

 };

diff --git a/pkgs/development/python-modules/jsonseq/default.nix b/pkgs/development/python-modules/jsonseq/default.nix

new file mode 100644

index 0000000000000000000000000000000000000000..fe587175aec7fa42aa39a64c3c3e8213818d4d06

--- /dev/null

+++ b/pkgs/development/python-modules/jsonseq/default.nix

@@ -0,0 +1,17 @@

+{ lib, buildPythonPackage, sources }:

+let

+in

+buildPythonPackage {

+}

diff --git a/pkgs/tools/geo/tilesets-cli/default.nix b/pkgs/tools/geo/tilesets-cli/default.nix

new file mode 100644

index 0000000000000000000000000000000000000000..b05834ff10e30705b4c93bcce6a608ab71326c2c

--- /dev/null

+++ b/pkgs/tools/geo/tilesets-cli/default.nix

@@ -0,0 +1,19 @@

+{ lib, buildPythonApplication, boto3, click, cligj, requests, requests-toolbelt, jsonschema, jsonseq, sources }:

+let

+in

+buildPythonApplication {

+}

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/61fd0e8e9629763f126f0ef34fa1070c41059425.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
137.562756 milliseconds
Gemini-to-HTML Time
1.359805 milliseconds

This content has been proxied by September (3851b).