[Libre-soc-dev] daily kan-ban update 17may2021

Luke Kenneth Casson Leighton lkcl at lkcl.net
Mon May 17 12:26:06 BST 2021


context: using debian/testing (not a chroot, yet, that's next if this
isn't resolved)

* pip3 install astor   - WORKS
* download from source (git clone
https://github.com/berkerpeksag/astor) and install with "python3
setup.py develop" - WORKS
* install cloned repo with "python3 setup.py install" - WORKS

interestingly the build process does NOT include the "VERSION" file
(which is the correct action).

do you also have the following installed? (should do)

$ dpkg -l | grep python-setup
ii  python-setuptools                      40.8.0-1
    all          Python Distutils Enhancements


root at fizzy:/home/lkcl/src/libresoc/astor# python3 setup.py install
running install
running bdist_egg
running egg_info
writing astor.egg-info/PKG-INFO
writing dependency_links to astor.egg-info/dependency_links.txt
writing top-level names to astor.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
writing manifest file 'astor.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/astor
copying astor/__init__.py -> build/lib/astor
copying astor/code_gen.py -> build/lib/astor
copying astor/codegen.py -> build/lib/astor
copying astor/file_util.py -> build/lib/astor
copying astor/node_util.py -> build/lib/astor
copying astor/op_util.py -> build/lib/astor
copying astor/rtrip.py -> build/lib/astor
copying astor/source_repr.py -> build/lib/astor
copying astor/string_repr.py -> build/lib/astor
copying astor/tree_walk.py -> build/lib/astor
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/__init__.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/code_gen.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/codegen.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/file_util.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/node_util.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/op_util.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/rtrip.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/source_repr.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/string_repr.py -> build/bdist.linux-x86_64/egg/astor
copying build/lib/astor/tree_walk.py -> build/bdist.linux-x86_64/egg/astor
byte-compiling build/bdist.linux-x86_64/egg/astor/__init__.py to
__init__.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/code_gen.py to
code_gen.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/codegen.py to
codegen.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/file_util.py to
file_util.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/node_util.py to
node_util.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/op_util.py to
op_util.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/rtrip.py to
rtrip.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/source_repr.py to
source_repr.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/string_repr.py to
string_repr.cpython-37.pyc
byte-compiling build/bdist.linux-x86_64/egg/astor/tree_walk.py to
tree_walk.cpython-37.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying astor.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying astor.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying astor.egg-info/dependency_links.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying astor.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying astor.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/astor-0.8.1-py3.7.egg' and adding
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing astor-0.8.1-py3.7.egg
Copying astor-0.8.1-py3.7.egg to /usr/local/lib/python3.7/dist-packages
Removing astor 0.8.1 from easy-install.pth file
Adding astor 0.8.1 to easy-install.pth file

Installed /usr/local/lib/python3.7/dist-packages/astor-0.8.1-py3.7.egg
Processing dependencies for astor==0.8.1
Finished processing dependencies for astor==0.8.1



More information about the Libre-soc-dev mailing list