python312Packages.paste: use pyproject = true
This commit is contained in:
committed by
Anthony Roussel
parent
50c534e46c
commit
a99d2b7d4f
@@ -11,12 +11,12 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "paste";
|
||||
version = "3.10.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdent";
|
||||
owner = "pasteorg";
|
||||
repo = "paste";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-NY/h6hbpluEu1XAv3o4mqoG+l0LXfM1dw7+G0Rm1E4o=";
|
||||
@@ -26,7 +26,9 @@ buildPythonPackage rec {
|
||||
patchShebangs tests/cgiapp_data/
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
setuptools
|
||||
six
|
||||
];
|
||||
@@ -43,7 +45,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Tools for using a Web Server Gateway Interface stack";
|
||||
homepage = "https://pythonpaste.readthedocs.io/";
|
||||
changelog = "https://github.com/cdent/paste/blob/${version}/docs/news.txt";
|
||||
changelog = "https://github.com/pasteorg/paste/blob/${version}/docs/news.txt";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user