py-cheroot: updated to 6.0.0
v6.0.0 Drop support for Python 2.6, 3.1, 3.2, and 3.3. Also drop built-in SSL support for Python 2.7 earlier than 2.7.9.
This commit is contained in:
parent
e1fcee9231
commit
2991ff233c
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2017/11/29 14:07:50 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2018/01/19 09:55:38 adam Exp $
|
||||
|
||||
DISTNAME= cheroot-5.9.2
|
||||
DISTNAME= cheroot-6.0.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
|
||||
|
@ -10,6 +10,7 @@ HOMEPAGE= http://www.cherrypy.org/
|
|||
COMMENT= High-performance, pure-Python HTTP server used by CherryPy
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
||||
# TEST
|
||||
|
@ -21,7 +22,6 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
# Testing fails, see https://github.com/cherrypy/cheroot/issues/6
|
||||
do-test:
|
||||
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2017/11/29 14:07:50 adam Exp $
|
||||
$NetBSD: distinfo,v 1.8 2018/01/19 09:55:38 adam Exp $
|
||||
|
||||
SHA1 (cheroot-5.9.2.tar.gz) = d14090849a4a949cea4a877fe02bc7f9b1a96841
|
||||
RMD160 (cheroot-5.9.2.tar.gz) = bfbabd9f9a686843d6ad769451ef821db0964b80
|
||||
SHA512 (cheroot-5.9.2.tar.gz) = 8e787dd837ed0559ecd3a5a161756d80b8942f2562d9d98fa38989b56704887eac982409ffd3b2d3ce5ca3ad62c394e4f0547191f152997bdadc80ddd89863f0
|
||||
Size (cheroot-5.9.2.tar.gz) = 61823 bytes
|
||||
SHA1 (cheroot-6.0.0.tar.gz) = 0c26bb90153e41583bd63298a87988ca49acd888
|
||||
RMD160 (cheroot-6.0.0.tar.gz) = adc4735c81238d55879c90990687ba53eccb3538
|
||||
SHA512 (cheroot-6.0.0.tar.gz) = 0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7
|
||||
Size (cheroot-6.0.0.tar.gz) = 62763 bytes
|
||||
|
|
Loading…
Reference in a new issue