sourcehut.coresrht: 0.65.2 -> 0.67.4
This commit is contained in:
parent
22c2b7a64d
commit
1b802ce414
@ -1,24 +1,48 @@
|
|||||||
{ lib, fetchgit, fetchNodeModules, buildPythonPackage
|
{ lib
|
||||||
, pgpy, flask, bleach, humanize, html5lib, markdown, psycopg2, pygments
|
, fetchgit
|
||||||
, requests, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client
|
, fetchNodeModules
|
||||||
, celery, alembic, importlib-metadata, mistletoe
|
, buildPythonPackage
|
||||||
, sassc, nodejs
|
, pgpy
|
||||||
, writeText }:
|
, flask
|
||||||
|
, bleach
|
||||||
|
, misaka
|
||||||
|
, humanize
|
||||||
|
, html5lib
|
||||||
|
, markdown
|
||||||
|
, psycopg2
|
||||||
|
, pygments
|
||||||
|
, requests
|
||||||
|
, sqlalchemy
|
||||||
|
, cryptography
|
||||||
|
, beautifulsoup4
|
||||||
|
, sqlalchemy-utils
|
||||||
|
, prometheus_client
|
||||||
|
, celery
|
||||||
|
, alembic
|
||||||
|
, importlib-metadata
|
||||||
|
, mistletoe
|
||||||
|
, minio
|
||||||
|
, sassc
|
||||||
|
, nodejs
|
||||||
|
, redis
|
||||||
|
, writeText
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "srht";
|
pname = "srht";
|
||||||
version = "0.65.2";
|
version = "0.67.4";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
|
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1jfp1vc8mink3c7ccacgnqx8hpkck82ipxiql38q1y9l8xcsah03";
|
sha256 = "sha256-XvzFfcBK5Mq8p7xEBAF/eupUE1kkUBh5k+ByM/WA9bc=";
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
node_modules = fetchNodeModules {
|
node_modules = fetchNodeModules {
|
||||||
src = "${src}/srht";
|
src = "${src}/srht";
|
||||||
nodejs = nodejs;
|
nodejs = nodejs;
|
||||||
sha256 = "0gwa2xb75g7fclrsr7r131kj8ri5gmhd96yw1iws5pmgsn2rlqi1";
|
sha256 = "sha256-IWKahdWv3qJ5DNyb1GB9JWYkZxghn6wzZe68clYXij8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -34,6 +58,7 @@ buildPythonPackage rec {
|
|||||||
pgpy
|
pgpy
|
||||||
flask
|
flask
|
||||||
bleach
|
bleach
|
||||||
|
misaka
|
||||||
humanize
|
humanize
|
||||||
html5lib
|
html5lib
|
||||||
markdown
|
markdown
|
||||||
@ -51,6 +76,8 @@ buildPythonPackage rec {
|
|||||||
celery
|
celery
|
||||||
alembic
|
alembic
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
|
minio
|
||||||
|
redis
|
||||||
];
|
];
|
||||||
|
|
||||||
PKGVER = version;
|
PKGVER = version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user