ports/devel/py-jsonsir/files/patch-setup.py
Po-Chuan Hsieh 3e20a8ce43
devel/py-jsonsir: Convert to USE_PYTHON=pep517
- Change MASTER_SITES from GitHub to PYPI
- Add NO_ARCH
- Bump PORTREVISION for package change
2024-07-07 00:11:57 +08:00

11 lines
280 B
Python

--- setup.py.orig 2015-01-16 11:04:40 UTC
+++ setup.py
@@ -6,7 +6,7 @@ setup(
description = 'A serializer for JSON-like data in Python.'
setup(
- name='JsonSir',
+ name='jsonsir',
version='0.0.2',
author='RussellLuo',
author_email='luopeng.he@gmail.com',