Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/nose
python nose by Jason Pellerin
https://github.com/calvinchengx/nose
Last synced: 26 days ago
JSON representation
python nose by Jason Pellerin
- Host: GitHub
- URL: https://github.com/calvinchengx/nose
- Owner: calvinchengx
- Created: 2011-11-18T08:37:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-18T08:39:02.000Z (about 13 years ago)
- Last Synced: 2024-11-16T01:37:13.094Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.BDIST_RPM
- Changelog: CHANGELOG
Awesome Lists containing this project
README
On some platforms, brp-compress zips man pages without distutils knowing about
it. This results in an error when building an rpm for nose. The rpm build will
report either that an unpackaged file was found, or that an expected package
file was not found.If you see such an error when using the bdist_rpm command, uncomment the
'install_script' line in the '[bdist_rpm]' section of nose's setup.cfg
file. This should fix the problem by fixing the man page filename in the
generated rpm spec file.