Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with import (/home/genesis/devel/nixpkgs) {};
- #with import <nixpkgs> { };
- # see https://nixos.org/nixpkgs/manual/#python-setup.py-bdist_wheel-cannot-create-.whl
- # SOURCE_DATE_EPOCH=315532800 python3 setup.py sdist bdist_wheel
- python3Packages.buildPythonApplication rec{
- name = "beremiz";
- nativeBuildInputs = [ python3 python3Packages.setuptools ];
- buildInputs = with python3Packages; [
- #python3
- matiec
- twisted
- #wxPython # (v4 is not available)
- #nevow (not 3)
- numpy
- lxml
- # Pyro4 ( beremiz uses pyro3.16 )
- # zeroconf (only python3)
- cycler
- matplotlib
- autobahn
- u-msgpack-python
- simplejson
- # sslpsk https://github.com/drbild/sslpsk
- # posix_spawn https://github.com/JonathonReinhart/python-posix-spawn ?
- # wamp http://wamp.ws/
- zope_interface
- ] ++ devInputs;
- devInputs = [
- #mercurial # see https://github.com/NixOS/nixpkgs/pull/56907
- python3Packages.pip
- python3Packages.twine
- gcc
- zlib
- ];
- }
Advertisement
Add Comment
Please, Sign In to add comment