pkgsrc/devel/py-wheel/Makefile
adam ac70c1c350 py-wheel: updated to 0.33.6
0.33.6:
- Fixed regression from 0.33.5 that broke building binary wheels against the
  limited ABI
- Fixed egg2wheel compatibility with the future release of Python 3.10

0.33.5:
- Don't add the m ABI flag to wheel names on Python 3.8
- Updated MANIFEST.in to include many previously omitted files in the sdist
2019-08-21 12:46:05 +00:00

20 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/08/21 12:46:05 adam Exp $
DISTNAME= wheel-0.33.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/pypa/wheel
COMMENT= Built-package format for Python
LICENSE= mit
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"