python3Packages.ihatemoney: 4.1.3 -> 4.2
This commit is contained in:
parent
ed5b736ace
commit
2720b53385
@ -15,6 +15,7 @@
|
|||||||
, flask_script
|
, flask_script
|
||||||
, flask_sqlalchemy
|
, flask_sqlalchemy
|
||||||
, flask_wtf
|
, flask_wtf
|
||||||
|
, debts
|
||||||
, idna
|
, idna
|
||||||
, itsdangerous
|
, itsdangerous
|
||||||
, jinja2
|
, jinja2
|
||||||
@ -25,6 +26,7 @@
|
|||||||
, pytz
|
, pytz
|
||||||
, six
|
, six
|
||||||
, sqlalchemy
|
, sqlalchemy
|
||||||
|
, sqlalchemy-continuum
|
||||||
, werkzeug
|
, werkzeug
|
||||||
, wtforms
|
, wtforms
|
||||||
, psycopg2 # optional, for postgresql support
|
, psycopg2 # optional, for postgresql support
|
||||||
@ -33,15 +35,20 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ihatemoney";
|
pname = "ihatemoney";
|
||||||
version = "4.1.3";
|
version = "4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spiral-project";
|
owner = "spiral-project";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02mxhf41c95gfp2wi74li2xli7sblm075w5z5ywkrh0pc1v02mgp";
|
sha256 = "0d4vc6m0jkwlz9ly0hcjghccydvqbldh2jb8yzf94jrgkd5fd7k1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
# remove draconian pinning
|
||||||
|
sed -i 's/==.*$//' setup.cfg
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
alembic
|
alembic
|
||||||
aniso8601
|
aniso8601
|
||||||
@ -68,9 +75,11 @@ buildPythonPackage rec {
|
|||||||
pytz
|
pytz
|
||||||
six
|
six
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
|
sqlalchemy-continuum
|
||||||
werkzeug
|
werkzeug
|
||||||
wtforms
|
wtforms
|
||||||
psycopg2
|
psycopg2
|
||||||
|
debts
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user