pkgsrc/devel/py-itanium_demangler/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

18 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:12 wiz Exp $
DISTNAME= python-itanium_demangler-1.0
EGG_NAME= ${DISTNAME:C/^python-//g}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/}
GITHUB_PROJECT= python-itanium_demangler
GITHUB_TAG= a733a9496565631e820e372985ca9551a5077c75
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/whitequark/python-itanium_demangler
COMMENT= Python parser for the Itanium C++ ABI symbol mangling language
LICENSE= 0-clause-bsd
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"