e2ff39e884
0.33.1 Fixed the --build-number option for wheel pack not being applied
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/02/20 07:57:32 adam Exp $
|
|
|
|
DISTNAME= wheel-0.33.1
|
|
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"
|