Sat Oct 17 14:09:26 2020 UTC ()
Give up maintainership of net/py-aiorpcX

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.


(js)
diff -r1.1 -r1.2 pkgsrc/net/py-aiorpcX/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/net/py-aiorpcX/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-aiorpcX/Makefile 2020/04/14 19:41:53 1.1
+++ pkgsrc/net/py-aiorpcX/Makefile 2020/10/17 14:09:25 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2020/04/14 19:41:53 js Exp $ 1# $NetBSD: Makefile,v 1.2 2020/10/17 14:09:25 js Exp $
2 2
3DISTNAME= aiorpcX-0.18.2 3DISTNAME= aiorpcX-0.18.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net devel 5CATEGORIES= net devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/}
7 7
8MAINTAINER= js@pkgsrc.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/kyuupichan/aiorpcX 9HOMEPAGE= https://github.com/kyuupichan/aiorpcX
10COMMENT= Generic async RPC implementation, including JSON-RPC 10COMMENT= Generic async RPC implementation, including JSON-RPC
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets 16DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets
17 17
18.include "../../lang/python/distutils.mk" 18.include "../../lang/python/distutils.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"