tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.reqif: Build with hatchling
Martin Weinelt
3 years ago
230dd741
198c2313
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
reqif
default.nix
+2
-3
pkgs/development/python-modules/reqif/default.nix
···
2
2
, buildPythonPackage
3
3
, python
4
4
, fetchFromGitHub
5
5
-
, poetry-core
5
5
+
, hatchling
6
6
, beautifulsoup4
7
7
, lxml
8
8
, jinja2
···
25
25
substituteInPlace ./tests/unit/conftest.py --replace \
26
26
"os.path.abspath(os.path.join(__file__, \"../../../../reqif\"))" \
27
27
"\"${placeholder "out"}/${python.sitePackages}/reqif\""
28
28
-
substituteInPlace pyproject.toml --replace "^" ">="
29
28
substituteInPlace requirements.txt --replace "==" ">="
30
29
'';
31
30
32
31
nativeBuildInputs = [
33
33
-
poetry-core
32
32
+
hatchling
34
33
];
35
34
36
35
propagatedBuildInputs = [