aa36e5063b
0.4.4: * Notify users for file i/o issues. 0.4.3: * Restricted chardet to anything 3.0.2 or higher due to https://github.com/chardet/chardet/issues/113. 0.4.2: * Restricted chardet to anything under 3.0 due to https://github.com/chardet/chardet/issues/113 * Added pyup badge * Added utilities for pushing new versions up
18 lines
501 B
Makefile
18 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/10/21 21:50:03 adam Exp $
|
|
|
|
DISTNAME= binaryornot-0.4.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/binaryornot/}
|
|
|
|
MAINTAINER= gde@llew.me
|
|
HOMEPAGE= https://github.com/audreyr/binaryornot
|
|
COMMENT= Guess whether a file is binary or text
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-chardet>=3.0.2:../../converters/py-chardet
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|