Skip to content

Releases: wenLiangcan/pip2pkgbuild

v0.5.0

06 Aug 14:51
Compare
Choose a tag to compare

Replace imp by importlib, Python 3 defaults to PEP517 packaging by @hseg.

v0.3.9

21 Feb 15:39
Compare
Choose a tag to compare
  • Fix Python2 compatibility issue.

v0.3.8

21 Feb 15:19
Compare
Choose a tag to compare
  • Fix Python2 compatibility issue.

v0.3.7

21 Feb 14:21
Compare
Choose a tag to compare
  • Fix determining known licenses according to RFC16 by @hseg.

v0.3.6

06 Dec 12:43
Compare
Choose a tag to compare
  • Add python-wheel as mkdepend for PEP517 based package.
  • Disable PEP517 based PKGBUILD generation for Python 2 packages.

v0.3.5

27 Nov 14:06
Compare
Choose a tag to compare

Fix issue of accessing extracted source folder.