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

11 lines
294 B
Python

--- setup.py.orig 2018-09-18 21:49:40 UTC
+++ setup.py
@@ -8,7 +8,7 @@ setup(
from setuptools import setup, find_packages
setup(
- name=xs.PACKAGE_NAME,
+ name='xstatic-jquery',
version=xs.PACKAGE_VERSION,
description=xs.DESCRIPTION,
long_description=long_description,