mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-python/cmakelang: new package, add 0.6.13
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
100
dev-python/cmakelang/files/cmakelang-0.6.13-fix-setup.py.patch
Normal file
100
dev-python/cmakelang/files/cmakelang-0.6.13-fix-setup.py.patch
Normal file
@@ -0,0 +1,100 @@
|
||||
--- cmake_format-0.6.13/cmakelang/pypi/setup.py.orig 2023-06-06 12:33:22.631609182 +0200
|
||||
+++ cmake_format-0.6.13/cmakelang/pypi/setup.py 2023-06-06 12:33:46.126544329 +0200
|
||||
@@ -61,97 +61,3 @@
|
||||
},
|
||||
install_requires=["six>=1.13.0"]
|
||||
)
|
||||
-
|
||||
-setup(
|
||||
- name="cmake-annotate",
|
||||
- packages=[],
|
||||
- version=VERSION,
|
||||
- description="Can format your listfiles so they don't look like crap",
|
||||
- long_description=long_description,
|
||||
- author="Josh Bialkowski",
|
||||
- author_email="josh.bialkowski@gmail.com",
|
||||
- url=GITHUB_URL,
|
||||
- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
|
||||
- keywords=["cmake", "annotate"],
|
||||
- license="GPLv3",
|
||||
- classifiers=[
|
||||
- "Development Status :: 3 - Alpha",
|
||||
- "Intended Audience :: Developers",
|
||||
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
|
||||
- ],
|
||||
- include_package_data=True,
|
||||
- install_requires=[
|
||||
- "cmakelang>={}".format(VERSION),
|
||||
- "pyyaml>=5.3"]
|
||||
-)
|
||||
-
|
||||
-setup(
|
||||
- name="cmake-format",
|
||||
- packages=[],
|
||||
- version=VERSION,
|
||||
- description="Can format your listfiles so they don't look like crap",
|
||||
- long_description=long_description,
|
||||
- author="Josh Bialkowski",
|
||||
- author_email="josh.bialkowski@gmail.com",
|
||||
- url=GITHUB_URL,
|
||||
- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
|
||||
- keywords=["cmake", "format", "formatter"],
|
||||
- license="GPLv3",
|
||||
- classifiers=[
|
||||
- "Development Status :: 3 - Alpha",
|
||||
- "Intended Audience :: Developers",
|
||||
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
|
||||
- ],
|
||||
- include_package_data=True,
|
||||
- extras_require={
|
||||
- "YAML": ["pyyaml>=5.3"],
|
||||
- },
|
||||
- install_requires=["cmakelang>={}".format(VERSION)]
|
||||
-)
|
||||
-
|
||||
-
|
||||
-setup(
|
||||
- name="cmake-lint",
|
||||
- packages=[],
|
||||
- version=VERSION,
|
||||
- description="Can check your listfiles for common problems",
|
||||
- long_description=long_description,
|
||||
- author="Josh Bialkowski",
|
||||
- author_email="josh.bialkowski@gmail.com",
|
||||
- url=GITHUB_URL,
|
||||
- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
|
||||
- keywords=["cmake", "lint", "linter"],
|
||||
- license="GPLv3",
|
||||
- classifiers=[
|
||||
- "Development Status :: 3 - Alpha",
|
||||
- "Intended Audience :: Developers",
|
||||
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
|
||||
- ],
|
||||
- include_package_data=True,
|
||||
- extras_require={
|
||||
- "YAML": ["pyyaml>=5.3"],
|
||||
- },
|
||||
- install_requires=["cmakelang>={}".format(VERSION)]
|
||||
-)
|
||||
-
|
||||
-
|
||||
-setup(
|
||||
- name="cmake-parse",
|
||||
- packages=[],
|
||||
- version=VERSION,
|
||||
- description="Python library for parsing cmake listfiles. ",
|
||||
- long_description=long_description,
|
||||
- author="Josh Bialkowski",
|
||||
- author_email="josh.bialkowski@gmail.com",
|
||||
- url=GITHUB_URL,
|
||||
- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
|
||||
- keywords=["cmake", "lint", "linter"],
|
||||
- license="GPLv3",
|
||||
- classifiers=[
|
||||
- "Development Status :: 3 - Alpha",
|
||||
- "Intended Audience :: Developers",
|
||||
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
|
||||
- ],
|
||||
- include_package_data=True,
|
||||
- install_requires=["cmakelang>={}".format(VERSION)]
|
||||
-)
|
||||
Reference in New Issue
Block a user