From b4213e628d777389244e99ac61b2eb1c52935ea1 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 15:40:10 +0000 Subject: [PATCH] Point the stale tap/Python-Max references at this repo Two references still named the repository's former name, tap/Python-Max: - ReadMe.md's build badge, which pointed at a repo that no longer exists, so the badge rendered broken. - package-info.json.in's `website` field, which is user-visible in Max's Package Manager. Both now read tap/PythonTap. Not changed, and worth recording: this is the only host package in the family that does not force C++20 (TapTools-Max, AmbiTap-Max, MuTap-Max and AmbiTap-Pd all do, since Min otherwise pins C++17), so its external and its unit test still build at C++17. The fix is TapTools-Max's BUILDSYSTEM_TARGETS loop, but this repo cannot even be configured without its embedded Python runtime, whose installer is macOS/Windows only -- so applying it here would be an unverifiable change. Logged in taphouse's known-divergences list for a machine that can build it. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01JhhQ93r2E1QTnCx46YfX8j --- ReadMe.md | 2 +- package-info.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index d1b3f8b..21924fd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # tap.python -[![build](https://github.com/tap/Python-Max/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/tap/Python-Max/actions/workflows/build.yml) +[![build](https://github.com/tap/PythonTap/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/tap/PythonTap/actions/workflows/build.yml) [![Max 9](https://img.shields.io/badge/Max-9%2B-9cf)](https://cycling74.com/products/max) [![Python 3.13](https://img.shields.io/badge/Python-3.13-3776AB?logo=python&logoColor=white)](https://www.python.org) [![platforms](https://img.shields.io/badge/platforms-macOS%20universal%20%7C%20Windows%20x64-lightgrey)](#requirements) diff --git a/package-info.json.in b/package-info.json.in index fc20814..279557b 100644 --- a/package-info.json.in +++ b/package-info.json.in @@ -21,6 +21,6 @@ "copyright" : "Copyright (c) 2022-2026 Timothy Place", "add_verinfo" : true }, - "website" : "https://github.com/tap/Python-Max", + "website" : "https://github.com/tap/PythonTap", "tags" : [ "python", "programming", "dsp" ] }