- Replace imp by importlib, Python 3 defaults to PEP517 packaging by @hseg.
- Fix Python2 compatibility issue again ...
- Fix Python2 compatibility issue.
- Add python-wheel as mkdepend for PEP517 based package.
- Disable PEP517 based PKGBUILD generation for Python 2 packages.
- Fix issue of accessing extracted source folder.
- Allow generation of PEP517 PKGBUILDs for Python modules without pyproject.toml.
- Fix source archive file naming issue.
- Fix license installation.
- Fix incorrect brackets escape in license installation statement.
- Support PEP517 based installation instructments.
- Use SHA256 checksum.
- Update SOURCE_TARGZ to match arch package guidelines, by @davve
- Avoid using array as pkgbase
- Update pypi URL, by @mvdnes
- Option for adding maintainer info, by @brycepg
- Option for installing license file, by @brycepg
- Fix source URL generation
- Use "https://files.pythonhosted.org/" based source URL
- Handle specified version of Python module not be found
- Move package build process into build() function
- Bug fixes
- Package's Python version defaults to pip2pkgbuild's
- Fix a Python 2 packaging error
- Improve Python 2 compatibility
- Re-structure project to fix packaging error
- Initial release