Skip to content
Snippets Groups Projects
Commit 25982258 authored by Tom Prince's avatar Tom Prince
Browse files

Done?

parent 27746a0a
No related branches found
No related tags found
1 merge request!239Switch to using mach-nix for python packaging.
......@@ -23,8 +23,6 @@ in
chardet = "wheel";
urllib3 = "wheel";
zipp = "wheel";
# marked broken
magic-wormhole = "wheel";
};
tahoe-lafs = mach-nix.buildPythonPackage {
python = "python27";
......@@ -63,12 +61,6 @@ in
}
)
];
requirementsExtra = ''
pyrsistent
foolscap == 0.13.1
configparser
eliot
'';
format = "setuptools";
# Record some settings here, so downstream nix files can consume them.
meta.mach-nix = { inherit python providers; };
......
......@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --allow-unsafe --output-file=requirements/base.txt requirements/base.in
# pip-compile --output-file=requirements/base.txt requirements/base.in
#
aniso8601==9.0.1
# via -r requirements/base.in
......@@ -149,7 +149,7 @@ six==1.16.0
# txaio
spake2==0.8
# via magic-wormhole
https://github.com/tahoe-lafs/tahoe-lafs/archive/be5f5839b3484c278a051f375d18952e23940677.tar.gz
tahoe-lafs
# via -r requirements/base.in
tqdm==4.62.3
# via magic-wormhole
......@@ -183,8 +183,4 @@ zope.interface==5.4.0
# txtorcon
# The following packages are considered to be unsafe in a requirements file:
setuptools==44.1.1
# via
# collections-extended
# tahoe-lafs
# zope.interface
# setuptools
......@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --allow-unsafe --output-file=requirements/test.txt --pip-args='-c requirements/base.txt' requirements/test.in
# pip-compile --output-file=requirements/test.txt --pip-args='-c requirements/base.txt' requirements/test.in
#
argparse==1.4.0
# via unittest2
......
#!/usr/bin/env bash
export PYTHONPATH=.
pip-compile -q --allow-unsafe requirements/base.in -o requirements/base.txt
pip-compile -q --allow-unsafe requirements/test.in -o requirements/test.txt --pip-args "-c requirements/base.txt"
pip-compile -q requirements/base.in -o requirements/base.txt
pip-compile -q requirements/test.in -o requirements/test.txt --pip-args "-c requirements/base.txt"
sed -i '\,http://github.com/tahoe-lafs/tahoe-lafs,s,.*,tahoe-lafs,' requirements/base.txt
sed -i '\,https://github.com/tahoe-lafs/tahoe-lafs,s,.*,tahoe-lafs,' requirements/base.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment