diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:08:49 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 01:14:10 +0800 |
commit | 6056887c3f8741fe5abb29ee2f25f188b4f6ae4e (patch) | |
tree | 7bb905584cc15b7f59ef6e7d96548bf6bed2f3c6 /net/py-pychromecast/files | |
parent | net/py-casttube: Add missing RUN_DEPENDS (diff) |
net/py-pychromecast: Update to 14.0.1
- Update PORTNAME: use lowercase
- Update WWW
- Add LICENSE_FILE
- Convert to USE_PYTHON=pep517
- Update pkg-descr
Changes: https://github.com/home-assistant-libs/pychromecast/releases
Diffstat (limited to 'net/py-pychromecast/files')
-rw-r--r-- | net/py-pychromecast/files/patch-pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-pychromecast/files/patch-pyproject.toml b/net/py-pychromecast/files/patch-pyproject.toml new file mode 100644 index 000000000000..8095e8b9a4f9 --- /dev/null +++ b/net/py-pychromecast/files/patch-pyproject.toml @@ -0,0 +1,14 @@ +--- pyproject.toml.orig 2024-03-19 20:05:25 UTC ++++ pyproject.toml +@@ -1,9 +1,9 @@ + [build-system] +-requires = ["setuptools~=65.6", "wheel~=0.37.1"] ++requires = ["setuptools>=61", "wheel>=0.37.1"] + build-backend = "setuptools.build_meta" + + [project] +-name = "PyChromecast" ++name = "pychromecast" + version = "14.0.1" + description = "Python module to talk to Google Chromecast." + readme = "README.rst" |