All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- adding support for python 2.7
- adding python-rewrite-imports
- support for directly adding package to
nixpkgs
via--nixpkgs-root
--stdout
option to print derivation instead of writing to file- more complete unit tests
- detect
pytest
andnose
ascheckInputs
and automatically setcheckPhase
- automatic
http://
->https://
urls if they exist fetchPypi
now includes theextension
if nottar.gz
- removed dependency on
nix-prefetch-url
- mocking
setup(...)
is now the default
- adds a changelog
- add unit tests via pytest
- setup.py support
- package is released to pypi, automatic publishing of the package to pypi via travis
- move files to subfolder for setup.py packaging support
- remove support for direct calling of
python-package-init.py
, install the package and runpython-package-init
instead