pkgsrc/devel/py-kjbuckets/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

30 lines
897 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/18 23:30:38 rillig Exp $
DISTNAME= gadfly-1.0.0
PKGNAME= ${PYPKGPREFIX}-kjbuckets-2.2
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gadfly/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gadfly.sourceforge.net/kjbuckets.html
COMMENT= Fast set, graph and mapping operations
EXTRACT_ELEMENTS= ${DISTNAME}/kjbuckets
EXTRACT_ELEMENTS+= ${DISTNAME}/doc/kjbuckets.txt
WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.0.0 resp. 2.2
KJBDOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-kjbuckets
EGG_NAME= kjbuckets-${PKGVERSION_NOREV}
INSTALLATION_DIRS= ${KJBDOCDIR}
post-install:
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/kjbuckets.txt ${DESTDIR}${KJBDOCDIR}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"