ports/print/py-fontpens/files/patch-setup.py
Po-Chuan Hsieh 18f7af1cb3
print/py-fontpens: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:06:29 +08:00

11 lines
341 B
Python

--- setup.py.orig 2018-12-15 04:52:52 UTC
+++ setup.py
@@ -142,7 +142,7 @@ setup_params = dict(
long_description = f.read()
setup_params = dict(
- name="fontPens",
+ name="fontpens",
version="0.2.4",
description=("A collection of classes implementing the pen "
"protocol for manipulating glyphs."),