python312Packages.pecan: 1.5.1 -> 1.6.0 (#392001)
This commit is contained in:
@@ -1,45 +1,45 @@
|
||||
{
|
||||
lib,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
logutils,
|
||||
mako,
|
||||
webob,
|
||||
webtest,
|
||||
pythonOlder,
|
||||
pytestCheckHook,
|
||||
fetchPypi,
|
||||
genshi,
|
||||
gunicorn,
|
||||
jinja2,
|
||||
mako,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
sqlalchemy,
|
||||
virtualenv,
|
||||
setuptools,
|
||||
webob,
|
||||
webtest,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pecan";
|
||||
version = "1.5.1";
|
||||
format = "setuptools";
|
||||
version = "1.6.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-YGMnLV+GB3P7tLSyrhsJ2oyVQGLvhxFQwGz9sjkdk1U=";
|
||||
hash = "sha256-X9RGlYPu0t7Te00QpHDhGl3j88lj3IeYTncuJcVv7T4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
logutils
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
mako
|
||||
webob
|
||||
setuptools
|
||||
webob
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
genshi
|
||||
gunicorn
|
||||
jinja2
|
||||
pytestCheckHook
|
||||
sqlalchemy
|
||||
virtualenv
|
||||
webtest
|
||||
@@ -50,9 +50,9 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pecan" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://pecan.readthedocs.io/en/latest/changes.html";
|
||||
description = "WSGI object-dispatching web framework";
|
||||
homepage = "https://www.pecanpy.org/";
|
||||
changelog = "https://github.com/pecan/pecan/releases/tag/${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ applePrincess ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user