ports/devel/py-heapdict/files/patch-setup.py
Po-Chuan Hsieh 2e2a676b89
devel/py-heapdict: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:17:00 +08:00

11 lines
325 B
Python

--- setup.py.orig 2019-09-09 18:56:17 UTC
+++ setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
from setuptools import setup
-setup(name='HeapDict',
+setup(name='heapdict',
version='1.0.1',
description='a heap with decrease-key and increase-key operations',
author='Stutzbach Enterprises, LLC',