forked from miyakogi/m2r
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.3.1: problem with building m2r2 from git repo #38
Comments
Seems related to #22 |
Python 3.8.12, pytest 6.2.5. |
Closing. + /usr/bin/python3 -sBm build -w --no-isolation
* Getting dependencies for wheel...
running egg_info
creating m2r2.egg-info
writing m2r2.egg-info/PKG-INFO
writing dependency_links to m2r2.egg-info/dependency_links.txt
writing entry points to m2r2.egg-info/entry_points.txt
writing requirements to m2r2.egg-info/requires.txt
writing top-level names to m2r2.egg-info/top_level.txt
writing manifest file 'm2r2.egg-info/SOURCES.txt'
reading manifest file 'm2r2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'm2r2.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying m2r2.py -> build/lib
running egg_info
writing m2r2.egg-info/PKG-INFO
writing dependency_links to m2r2.egg-info/dependency_links.txt
writing entry points to m2r2.egg-info/entry_points.txt
writing requirements to m2r2.egg-info/requires.txt
writing top-level names to m2r2.egg-info/top_level.txt
reading manifest file 'm2r2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE'
writing manifest file 'm2r2.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
copying build/lib/m2r2.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
Copying m2r2.egg-info to build/bdist.linux-x86_64/wheel/m2r2-0.3.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/m2r2-0.3.2.dist-info/WHEEL
creating '/home/tkloczko/rpmbuild/BUILD/m2r2-0.3.2/dist/tmp1hhnstjd/m2r2-0.3.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'm2r2.py'
adding 'm2r2-0.3.2.dist-info/LICENSE'
adding 'm2r2-0.3.2.dist-info/METADATA'
adding 'm2r2-0.3.2.dist-info/WHEEL'
adding 'm2r2-0.3.2.dist-info/entry_points.txt'
adding 'm2r2-0.3.2.dist-info/top_level.txt'
adding 'm2r2-0.3.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built m2r2-0.3.2-py3-none-any.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sdist tar ball does not contain
docs/
directory so I've been trying to use tagged tar ball to build new as rpm package but it failsI see first time ever such effect.
May I ask for some hint/help?
The text was updated successfully, but these errors were encountered: