diff --git a/srcpkgs/python-Cheroot/patches/fix-setup.py.patch b/srcpkgs/python-Cheroot/patches/fix-setup.py.patch deleted file mode 100644 index 5625f54f721..00000000000 --- a/srcpkgs/python-Cheroot/patches/fix-setup.py.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- setup.py.orig -+++ setup.py -@@ -43,7 +43,7 @@ - ), - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', - install_requires=[ -- 'backports.functools_lru_cache', -+ 'backports.functools_lru_cache;python_version<"3.4"', - 'six>=1.11.0', - 'more_itertools>=2.6', - ], -@@ -70,7 +70,7 @@ - 'codecov', - - 'pytest-cov', -- 'backports.unittest_mock', -+ 'backports.unittest_mock;python_version<"3.4"', - ], - }, - setup_requires=[ diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template index 5dcd44d1c98..97d31abeff6 100644 --- a/srcpkgs/python-Cheroot/template +++ b/srcpkgs/python-Cheroot/template @@ -1,6 +1,6 @@ # Template file for 'python-Cheroot' pkgname=python-Cheroot -version=6.5.0 +version=6.5.2 revision=1 noarch=yes wrksrc="cheroot-${version}" @@ -14,7 +14,7 @@ maintainer="Andrea Brancaleoni " license="BSD-3-Clause" homepage="https://github.com/cherrypy/cheroot" distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz" -checksum=d744a0106d8f90493fa2a488e78a94addb4453c628003f44337ca3242269874f +checksum=ba2b9b0f59fcdcd920d51f61c19c4a8d65f8469741e634c04eaf6feca5b76837 alternatives="cheroot:cheroot:/usr/bin/cheroot2" pre_build() {