bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:01 wiz Exp $
|
|
|
|
DISTNAME= ranking-0.3.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= games python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sublee/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/ranking/
|
|
COMMENT= Library for ranking collection
|
|
LICENSE= modified-bsd
|
|
|
|
GITHUB_PROJECT= ranking
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|