summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-23 14:33:18 +0000
committeradam <adam@pkgsrc.org>2020-01-23 14:33:18 +0000
commita30772c50e0e14fed858355d165df3789c8f92b4 (patch)
tree68f600b19954d79ceb72a5ba90dd37318e46e6c6
parentbafd602eec546c990240d693d429b98aad89e5a0 (diff)
downloadpkgsrc-a30772c50e0e14fed858355d165df3789c8f92b4.tar.gz
py-autobahn: updated to 20.1.2
20.1.2 fix: add python_requires>=3.5 to prevent installation on python 2 20.1.1 IMPORTANT: beginning release v20.1.1, Autobahn|Python only supports Python 3.5 or later. fix: first part of cleaning up code, dropping Python 2 support
-rw-r--r--www/py-autobahn/Makefile8
-rw-r--r--www/py-autobahn/PLIST5
-rw-r--r--www/py-autobahn/distinfo12
-rw-r--r--www/py-autobahn/patches/patch-setup.py14
4 files changed, 21 insertions, 18 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index dabebfdbc49..6ee00553976 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/10/31 10:10:37 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/23 14:33:18 adam Exp $
-DISTNAME= autobahn-19.10.1
+DISTNAME= autobahn-20.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -18,9 +18,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
TEST_ENV+= USE_ASYNCIO=1
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # not all parts are supported
-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-autobahn/PLIST b/www/py-autobahn/PLIST
index ffac51c4e74..88c88783b83 100644
--- a/www/py-autobahn/PLIST
+++ b/www/py-autobahn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/09/26 10:30:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/01/23 14:33:18 adam Exp $
bin/wamp
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -471,6 +471,9 @@ ${PYSITELIB}/autobahn/xbr/_buyer.pyo
${PYSITELIB}/autobahn/xbr/_interfaces.py
${PYSITELIB}/autobahn/xbr/_interfaces.pyc
${PYSITELIB}/autobahn/xbr/_interfaces.pyo
+${PYSITELIB}/autobahn/xbr/_mnemonic.py
+${PYSITELIB}/autobahn/xbr/_mnemonic.pyc
+${PYSITELIB}/autobahn/xbr/_mnemonic.pyo
${PYSITELIB}/autobahn/xbr/_seller.py
${PYSITELIB}/autobahn/xbr/_seller.pyc
${PYSITELIB}/autobahn/xbr/_seller.pyo
diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo
index 0d29b1b2e0f..fcd44c117e2 100644
--- a/www/py-autobahn/distinfo
+++ b/www/py-autobahn/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2019/10/31 10:10:37 adam Exp $
+$NetBSD: distinfo,v 1.28 2020/01/23 14:33:18 adam Exp $
-SHA1 (autobahn-19.10.1.tar.gz) = cabaaaec601ba40de98c952c3eaa3b4f7ee24b39
-RMD160 (autobahn-19.10.1.tar.gz) = 941da3ec4a53727461441ab7fb5cc8a92d8c0848
-SHA512 (autobahn-19.10.1.tar.gz) = 81f90aab690ef066a2f19b7bba2e1ede097fb87862d39d47575ae33045b2c4b33748bf1be7e4dadf7868b0854fedc249faace3a372ceb6888f7a4a267b7e7c25
-Size (autobahn-19.10.1.tar.gz) = 605365 bytes
-SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde
+SHA1 (autobahn-20.1.2.tar.gz) = 3d58a95c117e7bd98bd63178ad83b1b08b08c048
+RMD160 (autobahn-20.1.2.tar.gz) = 4e9627ba1696f6ba1e1536a5d40cd82683064a64
+SHA512 (autobahn-20.1.2.tar.gz) = 5a2c2ba937abaf196b4370ce6a873f091ce4d08d438a65d96809c2c9146afc0d174b44e9c245fbe0332f523ef86fae620d7a5d9f2603e714b2b05d3ef980e662
+Size (autobahn-20.1.2.tar.gz) = 612566 bytes
+SHA1 (patch-setup.py) = 53632fc991e747e79a51031952d11ed3456fe0b2
diff --git a/www/py-autobahn/patches/patch-setup.py b/www/py-autobahn/patches/patch-setup.py
index 34ed9b025ea..1b780bf34f3 100644
--- a/www/py-autobahn/patches/patch-setup.py
+++ b/www/py-autobahn/patches/patch-setup.py
@@ -1,15 +1,15 @@
-$NetBSD: patch-setup.py,v 1.1 2019/05/30 09:10:13 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2020/01/23 14:33:18 adam Exp $
Relax test requirements.
---- setup.py.orig 2018-08-19 10:45:51.000000000 +0000
+--- setup.py.orig 2020-01-14 15:21:43.000000000 +0000
+++ setup.py
-@@ -167,7 +167,7 @@ if PY3:
+@@ -155,7 +155,7 @@ extras_require_dev = [
- # for testing by users with "python setup.py test" (not Tox, which we use)
- test_requirements = [
+ # pytest 3.3.0 has dropped support for Python 3.3
+ # https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
- "pytest>=2.8.6,<3.3.0", # MIT license
+ "pytest>=2.8.6", # MIT license
- "mock>=1.3.0", # BSD license
- ]
+ "twine>=1.6.5", # Apache 2.0
+ 'sphinx>=1.2.3', # BSD