ports/www/py-beaker/files/patch-setup.py
Po-Chuan Hsieh bbc144dcfe
www/py-beaker: Update to 1.13.0
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr

Changes:	https://github.com/bbangert/beaker/releases
2024-04-13 19:58:18 +08:00

11 lines
364 B
Python

--- setup.py.orig 2024-04-13 11:48:38 UTC
+++ setup.py
@@ -54,7 +54,7 @@ if not sys.platform.startswith('java') and not sys.pla
TESTS_REQUIRE.extend(['pylibmc', 'python-memcached'])
-setup(name='Beaker',
+setup(name='beaker',
version=VERSION,
description="A Session and Caching library with WSGI Middleware",
long_description=README,