pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-cheroot py-cheroot: updated to 6.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e285cf83940e
branches: trunk
changeset: 308441:e285cf83940e
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 23 09:32:24 2018 +0000
description:
py-cheroot: updated to 6.3.1
v6.3.1
- :cp-issue:1618: Ignore OpenSSL's 1.0+ Error 0 under Python 2 while
wrapping a socket.
v6.3.0
- :pr:87: Add cheroot command and runpy launcher to
launch a WSGI app from the command-line.
diffstat:
www/py-cheroot/ALTERNATIVES | 1 +
www/py-cheroot/Makefile | 8 ++++++--
www/py-cheroot/PLIST | 10 +++++++++-
www/py-cheroot/distinfo | 10 +++++-----
4 files changed, 21 insertions(+), 8 deletions(-)
diffs (79 lines):
diff -r 2d58f283e8a0 -r e285cf83940e www/py-cheroot/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cheroot/ALTERNATIVES Wed May 23 09:32:24 2018 +0000
@@ -0,0 +1,1 @@
+bin/cheroot @PREFIX@/bin/cheroot-@PYVERSSUFFIX@
diff -r 2d58f283e8a0 -r e285cf83940e www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile Wed May 23 09:29:20 2018 +0000
+++ b/www/py-cheroot/Makefile Wed May 23 09:32:24 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/04/25 12:23:49 adam Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/23 09:32:24 adam Exp $
-DISTNAME= cheroot-6.2.4
+DISTNAME= cheroot-6.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -18,6 +18,7 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-testmon>=0.9.7:../../devel/py-test-testmon
.include "../../lang/python/pyversion.mk"
.if "${PYPKGPREFIX}" == "py27"
@@ -26,6 +27,9 @@
USE_LANGUAGES= # none
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE}
+
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
diff -r 2d58f283e8a0 -r e285cf83940e www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST Wed May 23 09:29:20 2018 +0000
+++ b/www/py-cheroot/PLIST Wed May 23 09:32:24 2018 +0000
@@ -1,16 +1,24 @@
-@comment $NetBSD: PLIST,v 1.7 2018/04/11 13:18:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/05/23 09:32:24 adam Exp $
+bin/cheroot-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cheroot/__init__.py
${PYSITELIB}/cheroot/__init__.pyc
${PYSITELIB}/cheroot/__init__.pyo
+${PYSITELIB}/cheroot/__main__.py
+${PYSITELIB}/cheroot/__main__.pyc
+${PYSITELIB}/cheroot/__main__.pyo
${PYSITELIB}/cheroot/_compat.py
${PYSITELIB}/cheroot/_compat.pyc
${PYSITELIB}/cheroot/_compat.pyo
+${PYSITELIB}/cheroot/cli.py
+${PYSITELIB}/cheroot/cli.pyc
+${PYSITELIB}/cheroot/cli.pyo
${PYSITELIB}/cheroot/errors.py
${PYSITELIB}/cheroot/errors.pyc
${PYSITELIB}/cheroot/errors.pyo
diff -r 2d58f283e8a0 -r e285cf83940e www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo Wed May 23 09:29:20 2018 +0000
+++ b/www/py-cheroot/distinfo Wed May 23 09:32:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/04/25 12:23:49 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/05/23 09:32:24 adam Exp $
-SHA1 (cheroot-6.2.4.tar.gz) = 4a4e868845a6e562bb95f94fafc8da3a11fb339b
-RMD160 (cheroot-6.2.4.tar.gz) = 73fcc10e3a903933530dd70dd6c95481751a856a
-SHA512 (cheroot-6.2.4.tar.gz) = 7d8097af006e6a8b137b3bab93e802c2dd291ce81d6eb0ea4dd377a31d573a056a787b58dec2d55b00dd4af01e1c0c68b44c9e0b46299198ebf411986f0988ce
-Size (cheroot-6.2.4.tar.gz) = 69602 bytes
+SHA1 (cheroot-6.3.1.tar.gz) = 7af530ba41021e611f9bc4c88711e277d5c17ead
+RMD160 (cheroot-6.3.1.tar.gz) = db2fd9e20d0f1da935237ea90e684b52440d0982
+SHA512 (cheroot-6.3.1.tar.gz) = 277dfe35927f5e41bd9601f89c0bca549946c21523c2e3ee5ce20c4d49bd9e006c2c4046b78289d72d09b7b5befa2de6d456c174ead9b29b42e255972e0fc604
+Size (cheroot-6.3.1.tar.gz) = 72904 bytes
Home |
Main Index |
Thread Index |
Old Index