Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 17:31:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247597] www/py-cherrypy: can py-cherrypy be upated to at least 8.9.1?
Message-ID:  <bug-247597-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247597

            Bug ID: 247597
           Summary: www/py-cherrypy: can py-cherrypy be upated to at least
                    8.9.1?
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nivit@FreeBSD.org
          Reporter: colmconn@gmail.com
          Assignee: nivit@FreeBSD.org
             Flags: maintainer-feedback?(nivit@FreeBSD.org)

Can www/py-cherrypy be updated to 8.9.1?=20

The upcoming version 3 of sabnzbd, which no longer includes its own copy of=
 the
cherrypy source, crashes with the  version www/py-cherrypy (5.4.0) currentl=
y in
ports. See https://github.com/sabnzbd/sabnzbd/issues/1524

I've patched (locally) the Makefile for www/py-cherrypy to build 8.9.1 and
installed the resultant package in conjunction with a SAB 3 package which I=
've
also built locally. The combination of  www/py-cherrypy 8.9.1 and SAB 3 sol=
ved
the issue I was having where SAB 3 trying to restart itself resulted in a c=
rash
of SAB.

Below is the patch to www/py-cherrypy/Makefile I created. I also had to del=
ete
the patch file from files to get www/py-cherrypy to build successfully.

I built www/py-cherrypy for python 3.7.

--- Makefile.orig       2020-06-27 12:46:00.039224445 -0400
+++ Makefile    2020-06-27 12:47:30.267259451 -0400
@@ -2,8 +2,8 @@
 # $FreeBSD: head/www/py-cherrypy/Makefile 537989 2020-06-05 06:23:55Z jbei=
ch $

 PORTNAME=3D      cherrypy
-PORTVERSION=3D   5.4.0
-PORTREVISION=3D  4
+PORTVERSION=3D   8.9.1
+PORTREVISION=3D  1
 CATEGORIES=3D    www python
 MASTER_SITES=3D  CHEESESHOP
 PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX}
@@ -22,9 +22,8 @@

 PORTEXAMPLES=3D  *

-USES=3D          python shebangfix
+USES=3D          python
 USE_PYTHON=3D    distutils autoplist concurrent
-SHEBANG_FILES=3D cherrypy/cherryd

 .include <bsd.port.options.mk>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247597-7788>