5c2e72b862
Bump PKGREVISION to be on the safe side
21 lines
555 B
Makefile
21 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 19:57:05 wiz Exp $
|
|
|
|
DISTNAME= aiorpcX-0.22.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kyuupichan/aiorpcX
|
|
COMMENT= Generic async RPC implementation, including JSON-RPC
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|