d01e47a806
In most cases, enumerate (a Python standard function) is the best tool to make a ranking. But how about tie scores? This module implements Ranking that looks like enumerate but generates ranks instead of indexes and various strategies to assign ranks to tie scores.
18 lines
470 B
Makefile
18 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/06 17:36:39 kleink Exp $
|
|
|
|
DISTNAME= ranking-0.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= games python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/ranking/
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://pythonhosted.org/ranking/
|
|
COMMENT= Library for ranking collection
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|