Created attachment 183801 [details] shar new port: The Rocket web server is a server designed to handle the increased needs of modern web applications implemented in pure Python. It can serve WSGI applications and static files. Rocket has the ability to be extended to handle different types of networked request-response jobs. Rocket runs on cPython 2.5- 3.x and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket is similar in purpose to Cherrypy's Wsgiserver but with added flexibility and concurrency WWW: https://launchpad.net/rocket poudriere testport ok
Thank you for your new port contribution Mikael. Please: - lowercase PORTNAME (See https://wiki.freebsd.org/Python/PortsPolicy) - Update MASTER_SITES (just 'CHEESESHOP') accordingly
If I put MASTER_SITES= CHEESESHOP, 'make fetch' fails to download the zip from the pypi website but succeed with the pythonhosted website. => Attempting to fetch https://pypi.python.org/packages/source/R/Rocket/Rocket-1.2.4.zip fetch: https://pypi.python.org/packages/source/R/Rocket/Rocket-1.2.4.zip: Not Found => Attempting to fetch https://files.pythonhosted.org/packages/source/R/Rocket/Rocket-1.2.4.zip Rocket-1.2.4.zip 100% Is that a problem? The Makefile looks like: PORTNAME= rocket MASTER_SITES= CHEESESHOP DISTNAME= Rocket-${PORTVERSION} Thanks.
That's fine Mikael and is normal
Created attachment 183812 [details] shar