0fdba8ce52
Python bytes subclass that decodes hex, with a readable console output.
18 lines
461 B
Makefile
18 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/08 08:26:34 adam Exp $
|
|
|
|
DISTNAME= hexbytes-0.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hexbytes/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ethereum/hexbytes
|
|
COMMENT= Python bytes subclass that decodes hex
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|