From cc31637887657eaf02ecf49f2373e7635692ced2 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Tue, 20 Dec 2022 14:43:26 +0100 Subject: textproc/py-mkdocs-material-extensions: Update to 1.1.1 Changelogs since 1.0.3: https://github.com/facelessuser/mkdocs-material-extensions/releases/tag/1.1.1 https://github.com/facelessuser/mkdocs-material-extensions/releases/tag/1.1 --- .../files/patch-setup.py | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 textproc/py-mkdocs-material-extensions/files/patch-setup.py (limited to 'textproc/py-mkdocs-material-extensions/files/patch-setup.py') diff --git a/textproc/py-mkdocs-material-extensions/files/patch-setup.py b/textproc/py-mkdocs-material-extensions/files/patch-setup.py new file mode 100644 index 000000000000..5e5f58b78ef7 --- /dev/null +++ b/textproc/py-mkdocs-material-extensions/files/patch-setup.py @@ -0,0 +1,39 @@ +Generated via adding + +[tool.hatch.build.targets.sdist] +support-legacy = true + +to setup.py and then run "hatchling build". + +--- setup.py.orig 2022-12-20 11:05:40 UTC ++++ setup.py +@@ -0,0 +1,29 @@ ++# -*- coding: utf-8 -*- ++from setuptools import setup ++ ++setup( ++ name='mkdocs-material-extensions', ++ version='%%DISTVERSION%%', ++ description='Extension pack for Python Markdown and MkDocs Material.', ++ long_description="", ++ author_email='Isaac Muse ', ++ classifiers=[ ++ 'Development Status :: 5 - Production/Stable', ++ 'Environment :: Console', ++ 'Intended Audience :: Developers', ++ 'License :: OSI Approved :: MIT License', ++ 'Operating System :: OS Independent', ++ 'Programming Language :: Python :: 3', ++ 'Programming Language :: Python :: 3.7', ++ 'Programming Language :: Python :: 3.8', ++ 'Programming Language :: Python :: 3.9', ++ 'Programming Language :: Python :: 3.10', ++ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ++ 'Topic :: Software Development :: Libraries :: Python Modules', ++ 'Topic :: Text Processing :: Filters', ++ 'Topic :: Text Processing :: Markup :: HTML', ++ ], ++ packages=[ ++ 'materialx', ++ ], ++) -- cgit v1.2.3