a6deb0c367
Python and PyPI packaging tool. Core library and bootstrapping goo imported as devel/py-flit_core at the same time. From the README: Flit is a simple way to put Python packages and modules on PyPI. It tries to require less thought about packaging and help you avoid common mistakes.
17 lines
476 B
Text
17 lines
476 B
Text
# $NetBSD: Makefile.common,v 1.1 2020/12/04 23:29:32 riastradh Exp $
|
|
|
|
# used by devel/py-flit/Makefile
|
|
# used by devel/py-flit_core/Makefile
|
|
|
|
GITHUB_PROJECT= flit
|
|
GITHUB_TAG= 3.0.0
|
|
DISTNAME= ${GITHUB_TAG}
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=takluyver/}
|
|
DIST_SUBDIR= ${GITHUB_PROJECT}
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE+= 27
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/py-flit/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/py-flit/patches
|
|
|
|
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
|