ports/net-mgmt/py-ipy/files/patch-setup.py
Po-Chuan Hsieh c5c9146b35
net-mgmt/py-ipy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:06:21 +08:00

11 lines
324 B
Python

--- setup.py.orig 2020-12-01 20:32:26 UTC
+++ setup.py
@@ -56,7 +56,7 @@ setup(
URL = "https://github.com/autocracy/python-ipy"
setup(
- name="IPy",
+ name="ipy",
version=VERSION,
description="Class and tools for handling of IPv4 and IPv6 addresses and networks",
long_description=LONG_DESCRIPTION,