pkgsrc/devel/py-click-default-group/Makefile
wiz 46974a4bd3 python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
2023-10-28 19:56:54 +00:00

22 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/10/28 19:56:58 wiz Exp $
DISTNAME= click_default_group-1.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/click-default-group/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sublee/click-default-group
COMMENT= Extends click.Group to invoke a command without explicit subcommand name
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
DEPENDS+= ${PYPKGPREFIX}-click>=0:../../devel/py-click
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"