Skip to content

Conversation

@deathaxe
Copy link
Contributor

Fixes packagecontrol/channel#68

This commit adds a mapping for "pymdownx" dependency name to its official pypi package "pymdown_extensions".

Fixes packagecontrol/channel#68

This commit adds a mapping for "pymdownx" dependency name to its official
pypi package "pymdown_extensions".
deathaxe added a commit to packagecontrol/channel that referenced this pull request Nov 28, 2025
Resolves #68

This commit adds `pymdown_extensions` registration as copy of `pymdownx`
for use by plugins running on python 3.13 plugin_host.

Note: Those need to explicitly specify dependency using official pypi name:

```
{
	"*": {
		"*": [
			"pymdown_extensions"
		]
	}
}
```

Once sublimehq/package_control#1719 is merged, `pymdownx`
can be removed. It is required for compatibility until then.
deathaxe added a commit to packagecontrol/channel that referenced this pull request Nov 28, 2025
Resolves #68

This commit adds `pymdown_extensions` registration as copy of `pymdownx`
for use by plugins running on python 3.13 plugin_host.

Note: Those need to explicitly specify dependency using official pypi name:

```
{
	"*": {
		"*": [
			"pymdown_extensions"
		]
	}
}
```

Once sublimehq/package_control#1719 is merged, `pymdownx`
can be removed. It is required for compatibility until then.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Library won't install for Python 3.13

1 participant