mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-06 05:13:37 +00:00
Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2e55e31d6 | ||
|
|
f69b2eb358 | ||
|
|
b3c2035bbd | ||
|
|
56298ea069 | ||
|
|
3295052572 | ||
|
|
41a5348c15 | ||
|
|
ca22d15bca | ||
|
|
6dce29a1d5 | ||
|
|
0ac780c690 | ||
|
|
251367f734 | ||
|
|
054616c9c7 | ||
|
|
258544fde3 | ||
|
|
bf7361f4c3 | ||
|
|
9dd9cfb239 | ||
|
|
4c6bd356f1 | ||
|
|
1ed51a257f | ||
|
|
6e23e628ca | ||
|
|
fbc588f146 | ||
|
|
27c670ba57 | ||
|
|
3cdf3aad72 | ||
|
|
bac573a799 | ||
|
|
043c78f155 | ||
|
|
9b4eefdf38 | ||
|
|
c70c207e6f | ||
|
|
98eb541c26 | ||
|
|
5fca87544f | ||
|
|
924237ac66 | ||
|
|
dcb5276d18 | ||
|
|
8487ffb9d7 | ||
|
|
0438d3a58c | ||
|
|
c4f962bd1d | ||
|
|
2eefe047d2 | ||
|
|
deae2ad487 | ||
|
|
dae3da3628 |
3
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
@@ -35,7 +35,8 @@ body:
|
||||
If you are using an older version, please update to the latest stable version and check if the issue persists before continuing this bug report.
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
@@ -35,7 +35,8 @@ body:
|
||||
If you are using an older version, please update to the latest stable version and check if the issue persists before continuing this bug report.
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
@@ -35,7 +35,8 @@ body:
|
||||
If you are using an older version, please update to the latest stable version and check if the issue persists before continuing this bug report.
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/04_build_failure.yml
vendored
3
.github/ISSUE_TEMPLATE/04_build_failure.yml
vendored
@@ -37,7 +37,8 @@ body:
|
||||
If you are purposefully trying to build an ancient version of a package in an older Nixpkgs, please coordinate with the [NixOS Archivists](https://matrix.to/#/#archivists:nixos.org).
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/05_update_request.yml
vendored
3
.github/ISSUE_TEMPLATE/05_update_request.yml
vendored
@@ -37,7 +37,8 @@ body:
|
||||
If the package has been updated in unstable, but you believe the update should be backported to the stable release of Nixpkgs, please file the '**Request: backport to stable**' form instead.
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/06_module_request.yml
vendored
3
.github/ISSUE_TEMPLATE/06_module_request.yml
vendored
@@ -35,7 +35,8 @@ body:
|
||||
If you are using an older or stable version, please update to the latest **unstable** version and check if the module still does not exist before continuing this request.
|
||||
options:
|
||||
- "Please select a version."
|
||||
- "- Unstable (26.05)"
|
||||
- "- Unstable (26.11)"
|
||||
- "- Beta (26.05)"
|
||||
- "- Stable (25.11)"
|
||||
default: 0
|
||||
validations:
|
||||
|
||||
11
.github/labeler-no-sync.yml
vendored
11
.github/labeler-no-sync.yml
vendored
@@ -33,4 +33,15 @@
|
||||
- maintainers/github-teams.json
|
||||
- base-branch: ['master']
|
||||
|
||||
"backport release-26.05":
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/actions/**/*
|
||||
- .github/workflows/*
|
||||
- .github/labeler*.yml
|
||||
- ci/**/*.*
|
||||
- maintainers/github-teams.json
|
||||
- base-branch: ['master']
|
||||
|
||||
# keep-sorted end
|
||||
|
||||
2
.github/workflows/periodic-merge-24h.yml
vendored
2
.github/workflows/periodic-merge-24h.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
into: staging-next-25.11
|
||||
- from: staging-next-25.11
|
||||
into: staging-25.11
|
||||
- from: master
|
||||
- from: release-26.05
|
||||
into: staging-next-26.05
|
||||
- from: staging-next-26.05
|
||||
into: staging-26.05
|
||||
|
||||
@@ -433,6 +433,30 @@
|
||||
"chap-overlays": [
|
||||
"index.html#chap-overlays"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-highlights": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-highlights"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-incompatibilities": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-incompatibilities"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-lib": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-lib"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-lib-breaking": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-lib-breaking"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-lib-deprecations": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-lib-deprecations"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-lib-additions-improvements": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-lib-additions-improvements"
|
||||
],
|
||||
"sec-nixpkgs-release-26.11-notable-changes": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.11-notable-changes"
|
||||
],
|
||||
"sec-nixpkgs-release-26.05": [
|
||||
"release-notes.html#sec-nixpkgs-release-26.05"
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
This section lists the release notes for each stable version of Nixpkgs and the current unstable revision.
|
||||
|
||||
```{=include=} sections
|
||||
rl-2611.section.md
|
||||
rl-2605.section.md
|
||||
rl-2511.section.md
|
||||
rl-2505.section.md
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Nixpkgs 26.11 (2026.11/??) {#sec-nixpkgs-release-26.11}
|
||||
# Nixpkgs 26.11 ("Zokor", 2026.11/??) {#sec-nixpkgs-release-26.11}
|
||||
|
||||
## Highlights {#sec-nixpkgs-release-26.11-highlights}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
26.05
|
||||
26.11
|
||||
@@ -504,7 +504,7 @@ in
|
||||
On each release the first letter is bumped and a new animal is chosen
|
||||
starting with that new letter.
|
||||
*/
|
||||
codeName = "Yarara";
|
||||
codeName = "Zokor";
|
||||
|
||||
/**
|
||||
Returns the current nixpkgs version suffix as string.
|
||||
|
||||
@@ -2363,6 +2363,21 @@
|
||||
"ch-release-notes": [
|
||||
"release-notes.html#ch-release-notes"
|
||||
],
|
||||
"sec-release-26.11": [
|
||||
"release-notes.html#sec-release-26.11"
|
||||
],
|
||||
"sec-release-26.11-highlights": [
|
||||
"release-notes.html#sec-release-26.11-highlights"
|
||||
],
|
||||
"sec-release-26.11-new-modules": [
|
||||
"release-notes.html#sec-release-26.11-new-modules"
|
||||
],
|
||||
"sec-release-26.11-incompatibilities": [
|
||||
"release-notes.html#sec-release-26.11-incompatibilities"
|
||||
],
|
||||
"sec-release-26.11-notable-changes": [
|
||||
"release-notes.html#sec-release-26.11-notable-changes"
|
||||
],
|
||||
"sec-release-26.05": [
|
||||
"release-notes.html#sec-release-26.05"
|
||||
],
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
This section lists the release notes for each stable version of NixOS and current unstable revision.
|
||||
|
||||
```{=include=} sections
|
||||
rl-2611.section.md
|
||||
rl-2605.section.md
|
||||
rl-2511.section.md
|
||||
rl-2505.section.md
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Release 26.11 (2026.11/??) {#sec-release-26.11}
|
||||
# Release 26.11 ("Zokor", 2026.11/??) {#sec-release-26.11}
|
||||
|
||||
## Highlights {#sec-release-26.11-highlights}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ in
|
||||
name = "evcc";
|
||||
meta.maintainers = with lib.maintainers; [ hexa ];
|
||||
|
||||
nodes = {
|
||||
containers = {
|
||||
machine = {
|
||||
services.evcc = {
|
||||
enable = true;
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
maintainers = [ hexa ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
containers = {
|
||||
server =
|
||||
{ config, ... }:
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ hexa ];
|
||||
|
||||
nodes.machine = {
|
||||
containers.machine = {
|
||||
services.postfix.enable = true;
|
||||
services.postfix-tlspol.enable = true;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
{
|
||||
name = "zigbee2mqtt";
|
||||
nodes.machine = {
|
||||
containers.machine = {
|
||||
systemd.services.dummy-serial = {
|
||||
wantedBy = [
|
||||
"multi-user.target"
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
nix-update-script,
|
||||
}:
|
||||
let
|
||||
version = "0.4.1";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Saghen";
|
||||
repo = "blink.pairs";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-IfnFSusQMm6LujE1AmihK9wEF2RSGfKYwpV2fedg0fc=";
|
||||
hash = "sha256-PTbj6jlXNRUOmwFSplvRDDiyyGqkBzUKtuBrvZm9kzM=";
|
||||
};
|
||||
|
||||
blink-pairs-lib = rustPlatform.buildRustPackage {
|
||||
@@ -51,6 +51,12 @@ vimUtils.buildVimPlugin {
|
||||
ln -s ${blink-pairs-lib}/lib/libblink_pairs${ext} target/release/
|
||||
'';
|
||||
|
||||
nvimSkipModules = [
|
||||
# a module to quickly setup a minimal reproduction environment for testing
|
||||
# bugs. therefore mostly useless from a consumer side
|
||||
"repro"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script {
|
||||
attrPath = "vimPlugins.blink-pairs.blink-pairs-lib";
|
||||
|
||||
@@ -11,16 +11,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "cargo-codspeed";
|
||||
version = "4.6.0";
|
||||
version = "4.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CodSpeedHQ";
|
||||
repo = "codspeed-rust";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Hfqh9kKTiRTWhKbsdXAK/DqBeAKxXQaYdWoZN55lcLo=";
|
||||
hash = "sha256-6XSKAPLcxgnshkMuiSmw13tsE4keJ9h5DpxwidqMLbg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ix8Q+GbazKC5HIIUUVYjLTlufOQLxppqmVGznbTAXEI=";
|
||||
cargoHash = "sha256-1AjODDI114CL/L8ZDFWDfPwxxxY9vgT/miSVsMLLSgE=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
curl
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.63.3";
|
||||
version = "2.63.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "filebrowser";
|
||||
repo = "filebrowser";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-v3cC8opClvt91MqUIKNZdvCv0hPeCvWPi0IlOMHlWbQ=";
|
||||
hash = "sha256-/X/TztbZDC1hkRL97jkm6Ak8QmKFDMycekLl6NVPS0k=";
|
||||
};
|
||||
|
||||
frontend = buildNpmPackage rec {
|
||||
@@ -41,7 +41,7 @@ let
|
||||
;
|
||||
fetcherVersion = 3;
|
||||
pnpm = pnpm_10;
|
||||
hash = "sha256-g8BWDEymQNOkLYBws0ii4iLnpjB7X4EQl0OzR3GXeq0=";
|
||||
hash = "sha256-UwTA7Eogp2GrvmXDbdfGBTJS3DuOTJ42e6fHlQxSHoA=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
@@ -64,13 +64,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openrct2";
|
||||
version = "0.5.0";
|
||||
version = "0.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenRCT2";
|
||||
repo = "OpenRCT2";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-sGdtiEUmZux6FCXuxefRulfIEO8FY7wYfIBOhdSYtF8=";
|
||||
hash = "sha256-5GPepF013XhymzlgfYjlB/XPE2/w18/kv3IDgJ4vPuY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -109,7 +109,6 @@ rustPlatform.buildRustPackage rec {
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) quickwit;
|
||||
inherit (nixosTests.vector) syslog-quickwit;
|
||||
};
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
@@ -73,7 +73,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Tool that converts RSS/Atom newsfeeds to email";
|
||||
homepage = "https://pypi.python.org/pypi/rss2email";
|
||||
homepage = "https://pypi.org/project/rss2email/";
|
||||
license = lib.licenses.gpl2;
|
||||
mainProgram = "r2e";
|
||||
};
|
||||
|
||||
2
pkgs/development/misc/resholve/deps.nix
generated
2
pkgs/development/misc/resholve/deps.nix
generated
@@ -54,7 +54,7 @@ rec {
|
||||
|
||||
meta = {
|
||||
description = "Python 2 and 3 compatibility library";
|
||||
homepage = "https://pypi.python.org/pypi/six/";
|
||||
homepage = "https://pypi.org/project/six/";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Atomic file writes on POSIX";
|
||||
homepage = "https://pypi.python.org/pypi/atomicwrites";
|
||||
homepage = "https://pypi.org/project/atomicwrites/";
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Serialization and RPC framework";
|
||||
mainProgram = "avro";
|
||||
homepage = "https://pypi.python.org/pypi/avro-python3/";
|
||||
homepage = "https://pypi.org/project/avro-python3/";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
maintainers = [
|
||||
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Serialization and RPC framework";
|
||||
mainProgram = "avro";
|
||||
homepage = "https://pypi.python.org/pypi/avro3k/";
|
||||
homepage = "https://pypi.org/project/avro3k/";
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python port of YUI CSS Compressor";
|
||||
homepage = "https://pypi.python.org/pypi/csscompressor";
|
||||
homepage = "https://pypi.org/project/csscompressor/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
dependency for the Mezzanine CMS for Django.
|
||||
'';
|
||||
homepage = "https://github.com/stephenmcd/filebrowser-safe";
|
||||
downloadPage = "https://pypi.python.org/pypi/filebrowser_safe/";
|
||||
downloadPage = "https://pypi.org/project/filebrowser_safe/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ prikhi ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -8,22 +8,25 @@
|
||||
requests,
|
||||
requests-mock,
|
||||
sqlite-utils,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "github-to-sqlite";
|
||||
version = "2.9";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dogsheep";
|
||||
repo = "github-to-sqlite";
|
||||
rev = version;
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-KwLaaZxBBzRhiBv4p8Imb5XI1hyka9rmr/rxA6wDc7Q=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
sqlite-utils
|
||||
pyyaml
|
||||
requests
|
||||
@@ -43,4 +46,4 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ sarcasticadmin ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -4,19 +4,21 @@
|
||||
fetchPypi,
|
||||
flask,
|
||||
six,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "github-webhook";
|
||||
version = "1.0.4";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit (finalAttrs) pname version;
|
||||
sha256 = "b2444dbfd03deda35792bd00ebd1692597c2605c61445da79da6322afaca7a8d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
dependencies = [
|
||||
flask
|
||||
six
|
||||
];
|
||||
@@ -29,4 +31,4 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/bloomberg/python-github-webhook";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
address these specific issues.
|
||||
'';
|
||||
homepage = "https://github.com/stephenmcd/grappelli-safe";
|
||||
downloadPage = "http://pypi.python.org/pypi/grappelli_safe/";
|
||||
downloadPage = "http://pypi.org/pypi/grappelli_safe/";
|
||||
changelog = "https://github.com/stephenmcd/grappelli-safe/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ prikhi ];
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "JSON RPC client library - Pelix compatible fork";
|
||||
homepage = "https://pypi.python.org/pypi/jsonrpclib-pelix/";
|
||||
homepage = "https://pypi.org/project/jsonrpclib-pelix/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Documentation builder";
|
||||
homepage = "https://pypi.python.org/pypi/manuel";
|
||||
homepage = "https://pypi.org/project/manuel/";
|
||||
license = lib.licenses.zpl20;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ python.pkgs.buildPythonPackage rec {
|
||||
This is a python module for monitoring memory consumption of a process as
|
||||
well as line-by-line analysis of memory consumption for python programs.
|
||||
'';
|
||||
homepage = "https://pypi.python.org/pypi/memory_profiler";
|
||||
homepage = "https://pypi.org/project/memory_profiler/";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Minimalistic mocking library";
|
||||
homepage = "https://pypi.python.org/pypi/MiniMock";
|
||||
homepage = "https://pypi.org/project/MiniMock/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
@@ -11,19 +11,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "modern-colorthief";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "baseplate-admin";
|
||||
repo = "modern_colorthief";
|
||||
tag = version;
|
||||
hash = "sha256-dXJbVXa/urMUL6YSVhQWcC3UMhv8uouaF8SQ39GdB1E=";
|
||||
hash = "sha256-pBCL4ejBcqTWRxb5t/L4fiJLj8Jm8diwXE91RoQ/NSU=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-ED8dDz5dHkiqbbzD+Q3Zk71Xck7SAdkt9enPgwzpWuQ=";
|
||||
hash = "sha256-x9TxXE0BGXnTFCTbbctAKWlT37NE18IpevvTFzfb/G0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage (finalAttrs: {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://pypi.python.org/pypi/numericalunits";
|
||||
homepage = "http://pypi.org/pypi/numericalunits/";
|
||||
description = "Package that lets you define quantities with unit";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/pdfkit";
|
||||
homepage = "https://pypi.org/project/pdfkit/";
|
||||
description = "Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/progressbar";
|
||||
homepage = "https://pypi.org/project/progressbar/";
|
||||
description = "Text progressbar library for python";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/progressbar33";
|
||||
homepage = "https://pypi.org/project/progressbar33/";
|
||||
description = "Text progressbar library for python";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [ twey ];
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Test classes and test cases using decorators, execute test cases by command line, and get clear reports";
|
||||
homepage = "https://pypi.python.org/pypi/ptest";
|
||||
homepage = "https://pypi.org/project/ptest/";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "ptest";
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "PyMySQL dialect for SQL Alchemy";
|
||||
homepage = "https://pypi.python.org/pypi/pymysql_sa";
|
||||
homepage = "https://pypi.org/project/pymysql_sa/";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python Wrapper for Mac OS 10.8 Notification Center";
|
||||
homepage = "https://pypi.python.org/pypi/pync";
|
||||
homepage = "https://pypi.org/project/pync/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.darwin;
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-catchlog/";
|
||||
homepage = "https://pypi.org/project/pytest-catchlog/";
|
||||
description = "py.test plugin to catch log messages. This is a fork of pytest-capturelog";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-flakes";
|
||||
homepage = "https://pypi.org/project/pytest-flakes/";
|
||||
description = "Pytest plugin to check source code with pyflakes";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -70,7 +70,7 @@ buildPythonPackage rec {
|
||||
doCheck = !stdenv.buildPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/pytest-postgresql";
|
||||
homepage = "https://pypi.org/project/pytest-postgresql/";
|
||||
description = "Pytest plugin that enables you to test code on a temporary PostgreSQL database";
|
||||
changelog = "https://github.com/dbfixtures/pytest-postgresql/blob/v${version}/CHANGES.rst";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-quickcheck";
|
||||
homepage = "https://pypi.org/project/pytest-quickcheck/";
|
||||
description = "Pytest plugin to generate random data inspired by QuickCheck";
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://pypi.python.org/pypi/pytest-cache/";
|
||||
homepage = "https://pypi.org/project/pytest-cache/";
|
||||
description = "Pytest plugin with mechanisms for caching across test runs";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python bindings for the remote Jenkins API";
|
||||
homepage = "https://pypi.python.org/pypi/python-jenkins";
|
||||
homepage = "https://pypi.org/project/python-jenkins/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ gador ];
|
||||
};
|
||||
|
||||
@@ -7,17 +7,18 @@
|
||||
replaceVars,
|
||||
file,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-magic";
|
||||
version = "0.4.27";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ahupp";
|
||||
repo = "python-magic";
|
||||
rev = version;
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-fZ+5xJ3P0EYK+6rQ8VzXv2zckKfEH5VUdISIR6ybIfQ=";
|
||||
};
|
||||
|
||||
@@ -43,6 +44,8 @@ buildPythonPackage rec {
|
||||
./fix-parquet-test.patch
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
preCheck = ''
|
||||
export LC_ALL=en_US.UTF-8
|
||||
'';
|
||||
@@ -59,4 +62,4 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://pypi.python.org/pypi/random2";
|
||||
homepage = "http://pypi.org/pypi/random2/";
|
||||
description = "Python 3 compatible Python 2 `random` Module";
|
||||
license = lib.licenses.psfl;
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Import exceptions from potentially bundled packages in requests";
|
||||
homepage = "https://pypi.python.org/pypi/requestsexceptions";
|
||||
homepage = "https://pypi.org/project/requestsexceptions/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ makefu ];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://pypi.python.org/pypi/rfc3987";
|
||||
homepage = "https://pypi.org/project/rfc3987/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
description = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)";
|
||||
maintainers = with lib.maintainers; [ vanschelven ];
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
poetry-core,
|
||||
lxml,
|
||||
docopt-ng,
|
||||
@@ -43,6 +44,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.14") [
|
||||
# pathname2url now emits RFC 1738 authority-prefixed file URLs for absolute paths
|
||||
"test_file_url_roundtrip"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "rnginline" ];
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Integer to Roman numerals converter";
|
||||
changelog = "https://github.com/zopefoundation/roman/blob/${finalAttrs.version}/CHANGES.rst";
|
||||
homepage = "https://pypi.python.org/pypi/roman";
|
||||
homepage = "https://pypi.org/project/roman/";
|
||||
license = lib.licenses.psfl;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
mainProgram = "roman";
|
||||
|
||||
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python subprocess interface";
|
||||
homepage = "https://pypi.python.org/pypi/sh/";
|
||||
homepage = "https://pypi.org/project/sh/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ siriobalmelli ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Console colouring for python";
|
||||
homepage = "https://pypi.python.org/pypi/python-termstyle/0.1.10";
|
||||
homepage = "https://pypi.org/project/python-termstyle/";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Database of test results which can be used as part of developer workflow";
|
||||
mainProgram = "testr";
|
||||
homepage = "https://pypi.python.org/pypi/testrepository";
|
||||
homepage = "https://pypi.org/project/testrepository/";
|
||||
license = lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Pure Python implementation of SSL and TLS";
|
||||
homepage = "https://pypi.python.org/pypi/tlslite";
|
||||
homepage = "https://pypi.org/project/tlslite/";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Topological sort algorithm";
|
||||
homepage = "https://pypi.python.org/pypi/toposort/";
|
||||
homepage = "https://pypi.org/project/toposort/";
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Backport of traceback to older supported Pythons";
|
||||
homepage = "https://pypi.python.org/pypi/traceback2/";
|
||||
homepage = "https://pypi.org/project/traceback2/";
|
||||
license = lib.licenses.psfl;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Explicitly typed attributes for Python";
|
||||
homepage = "https://pypi.python.org/pypi/traits";
|
||||
homepage = "https://pypi.org/project/traits/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ bot-wxt1221 ];
|
||||
};
|
||||
|
||||
@@ -4,20 +4,23 @@
|
||||
fetchPypi,
|
||||
ncurses,
|
||||
x256,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "unicurses";
|
||||
version = "3.1.2";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
inherit (finalAttrs) version;
|
||||
pname = "Uni-Curses";
|
||||
hash = "sha256-M4mjdmy2NSf5KiTVYznPy86bVgZB5u1vDi6GIH1Frc4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ x256 ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ x256 ];
|
||||
|
||||
# Necessary because ctypes.util.find_library does not find the ncurses libraries
|
||||
postPatch = ''
|
||||
@@ -31,7 +34,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Unified Curses Wrapper for Python";
|
||||
homepage = "https://github.com/unicurses/unicurses";
|
||||
changelog = "https://github.com/unicurses/unicurses/blob/v.${finalAttrs.version}/changelog.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ michaelBelsanti ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Exception interfaces and implementations";
|
||||
homepage = "https://pypi.python.org/pypi/zope.exceptions";
|
||||
homepage = "https://pypi.org/project/zope.exceptions/";
|
||||
changelog = "https://github.com/zopefoundation/zope.exceptions/blob/${version}/CHANGES.rst";
|
||||
license = lib.licenses.zpl21;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
|
||||
@@ -77,7 +77,7 @@ buildPythonPackage {
|
||||
|
||||
meta = {
|
||||
description = "Utilities to facilitate the installation of Python packages";
|
||||
homepage = "https://pypi.python.org/pypi/setuptools";
|
||||
homepage = "https://pypi.org/project/setuptools/";
|
||||
license = with lib.licenses; [
|
||||
psfl
|
||||
zpl20
|
||||
|
||||
Reference in New Issue
Block a user