pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-aiormq py-aiormq: added version 3.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e647dc55a2d
branches:  trunk
changeset: 411482:9e647dc55a2d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 13 18:38:42 2020 +0000

description:
py-aiormq: added version 3.2.0

aiormq is a pure python AMQP client library.

diffstat:

 net/py-aiormq/DESCR    |   1 +
 net/py-aiormq/Makefile |  21 +++++++++++++++++++++
 net/py-aiormq/PLIST    |  34 ++++++++++++++++++++++++++++++++++
 net/py-aiormq/distinfo |   6 ++++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r c9de28ebda83 -r 9e647dc55a2d net/py-aiormq/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiormq/DESCR       Thu Feb 13 18:38:42 2020 +0000
@@ -0,0 +1,1 @@
+aiormq is a pure python AMQP client library.
diff -r c9de28ebda83 -r 9e647dc55a2d net/py-aiormq/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiormq/Makefile    Thu Feb 13 18:38:42 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/02/13 18:38:42 adam Exp $
+
+DISTNAME=      aiormq-3.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiormq/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mosquito/aiormq
+COMMENT=       Pure python AMQP asynchronous client library
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-pamqp>=2.3.0:../../net/py-pamqp
+DEPENDS+=      ${PYPKGPREFIX}-yarl-[0-9]*:../../www/py-yarl
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c9de28ebda83 -r 9e647dc55a2d net/py-aiormq/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiormq/PLIST       Thu Feb 13 18:38:42 2020 +0000
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/13 18:38:42 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiormq/__init__.py
+${PYSITELIB}/aiormq/__init__.pyc
+${PYSITELIB}/aiormq/__init__.pyo
+${PYSITELIB}/aiormq/auth.py
+${PYSITELIB}/aiormq/auth.pyc
+${PYSITELIB}/aiormq/auth.pyo
+${PYSITELIB}/aiormq/base.py
+${PYSITELIB}/aiormq/base.pyc
+${PYSITELIB}/aiormq/base.pyo
+${PYSITELIB}/aiormq/channel.py
+${PYSITELIB}/aiormq/channel.pyc
+${PYSITELIB}/aiormq/channel.pyo
+${PYSITELIB}/aiormq/connection.py
+${PYSITELIB}/aiormq/connection.pyc
+${PYSITELIB}/aiormq/connection.pyo
+${PYSITELIB}/aiormq/exceptions.py
+${PYSITELIB}/aiormq/exceptions.pyc
+${PYSITELIB}/aiormq/exceptions.pyo
+${PYSITELIB}/aiormq/py.typed
+${PYSITELIB}/aiormq/tools.py
+${PYSITELIB}/aiormq/tools.pyc
+${PYSITELIB}/aiormq/tools.pyo
+${PYSITELIB}/aiormq/types.py
+${PYSITELIB}/aiormq/types.pyc
+${PYSITELIB}/aiormq/types.pyo
+${PYSITELIB}/aiormq/version.py
+${PYSITELIB}/aiormq/version.pyc
+${PYSITELIB}/aiormq/version.pyo
diff -r c9de28ebda83 -r 9e647dc55a2d net/py-aiormq/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-aiormq/distinfo    Thu Feb 13 18:38:42 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/13 18:38:42 adam Exp $
+
+SHA1 (aiormq-3.2.0.tar.gz) = 54ed397963f24ab92dad10226d89ece2151156e4
+RMD160 (aiormq-3.2.0.tar.gz) = e952089ce9fa91217ce54443f0fab579e79197a4
+SHA512 (aiormq-3.2.0.tar.gz) = b5305a851ca8a0ab6eacd7763779395fcfca06cf1f9b3d6f2610807a3867346026895dfc16a37a59bba95a3f1784a13ef7416c4bc7497e0d399360b00862a955
+Size (aiormq-3.2.0.tar.gz) = 21021 bytes



Home | Main Index | Thread Index | Old Index