pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-vanguards: update to 0.2.2.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Aug 29 06:51:11 2018 +0200
Changeset: 58f0528806c48e6f2e521d560021e832f8d63f8c
Modified Files:
py-vanguards/Makefile
py-vanguards/distinfo
Log Message:
py-vanguards: update to 0.2.2.
Add test dependencies, and python-2.x dependencies.
0.2.2
-----
- Fix exception when a connection to a guard is closed with more than one
live circuit. #29
- Catch control+c and exit cleanly. #30.
- Use Tor's network liveness events to double-check connectivity.
- Print out relevant versions at startup.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=58f0528806c48e6f2e521d560021e832f8d63f8c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-vanguards/Makefile | 13 ++++++++++++-
py-vanguards/distinfo | 8 ++++----
2 files changed, 16 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-vanguards/Makefile b/py-vanguards/Makefile
index 0b3ed941b5..5109f2755c 100644
--- a/py-vanguards/Makefile
+++ b/py-vanguards/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= vanguards-0.2.1
+DISTNAME= vanguards-0.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mikeperry-tor/}
@@ -14,7 +14,18 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-stem-[0-9]*:../../wip/py-stem
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-pluggy-[0-9]*:../../devel/py-pluggy
+TEST_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
+
USE_LANGUAGES= # none
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYVERSSUFFIX} == "2.7"
+DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
+TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+.endif
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-vanguards/distinfo b/py-vanguards/distinfo
index 0e07f22ee3..f8af1ee31d 100644
--- a/py-vanguards/distinfo
+++ b/py-vanguards/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (vanguards-0.2.1.tar.gz) = 6dce801861986510ca28640e6f7554e7b52189f7
-RMD160 (vanguards-0.2.1.tar.gz) = 3b40de713c321f0ffb572db1354a4c3cc88a6e9a
-SHA512 (vanguards-0.2.1.tar.gz) = eed2b1d0197e6f989c6423648dcf53b4ea1a8a40912eece5e0628f20b2b8cf1e39fb7859d954e262aca0685a4caaa779b91910b7fd2cffe883b73f61ef29fa12
-Size (vanguards-0.2.1.tar.gz) = 927935 bytes
+SHA1 (vanguards-0.2.2.tar.gz) = b12ae2d58f41848131224a0e91abdfd7bdc24723
+RMD160 (vanguards-0.2.2.tar.gz) = 1f36518ab2f062f07c6d4495c7680b685d2c9370
+SHA512 (vanguards-0.2.2.tar.gz) = d348e463e48d7d3c52d42a5a0425ea503d62d93c98f03937b9d3a92691f5fe44caf6fb2b50b5d66a668c79ebd51c648da4a851cfaba9ee95afe2e8e775a9d09d
+Size (vanguards-0.2.2.tar.gz) = 928529 bytes
Home |
Main Index |
Thread Index |
Old Index