ports/devel/py-xstatic-jquery-ui/files/patch-setup.py
Po-Chuan Hsieh 0ba67e8c24
devel/py-xstatic-jquery-ui: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:01:11 +08:00

11 lines
297 B
Python

--- setup.py.orig 2021-11-21 16:29:12 UTC
+++ setup.py
@@ -7,7 +7,7 @@ setup(
from setuptools import setup, find_packages
setup(
- name=xs.PACKAGE_NAME,
+ name='xstatic-jquery-ui',
version=xs.PACKAGE_VERSION,
description=xs.DESCRIPTION,
long_description=long_description,