Skip to content

Commit

Permalink
added new pip package files
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 10, 2022
1 parent 734fc3e commit a128e50
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pip/Pygments-cpp-extension-fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index 577d664..d7e6474 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -97,7 +97,7 @@ LEXERS = {
'ComponentPascalLexer': ('pygments.lexers.oberon', 'Component Pascal', ('componentpascal', 'cp'), ('*.cp', '*.cps'), ('text/x-component-pascal',)),
'CoqLexer': ('pygments.lexers.theorem', 'Coq', ('coq',), ('*.v',), ('text/x-coq',)),
'CplintLexer': ('pygments.lexers.cplint', 'cplint', ('cplint',), ('*.ecl', '*.prolog', '*.pro', '*.pl', '*.P', '*.lpad', '*.cpl'), ('text/x-cplint',)),
- 'CppLexer': ('pygments.lexers.c_cpp', 'C++', ('cpp', 'c++'), ('*.cpp', '*.hpp', '*.c++', '*.h++', '*.cc', '*.hh', '*.cxx', '*.hxx', '*.C', '*.H', '*.cp', '*.CPP', '*.tpp'), ('text/x-c++hdr', 'text/x-c++src')),
+ 'CppLexer': ('pygments.lexers.c_cpp', 'C++', ('cpp', 'c++'), ('*.icc', '*.cpp', '*.hpp', '*.c++', '*.h++', '*.cc', '*.hh', '*.cxx', '*.hxx', '*.C', '*.H', '*.cp', '*.CPP', '*.tpp'), ('text/x-c++hdr', 'text/x-c++src')),
'CppObjdumpLexer': ('pygments.lexers.asm', 'cpp-objdump', ('cpp-objdump', 'c++-objdumb', 'cxx-objdump'), ('*.cpp-objdump', '*.c++-objdump', '*.cxx-objdump'), ('text/x-cpp-objdump',)),
'CrmshLexer': ('pygments.lexers.dsls', 'Crmsh', ('crmsh', 'pcmk'), ('*.crmsh', '*.pcmk'), ()),
'CrocLexer': ('pygments.lexers.d', 'Croc', ('croc',), ('*.croc',), ('text/x-crocsrc',)),
1 change: 1 addition & 0 deletions pip/dulwich.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-urllib3
1 change: 1 addition & 0 deletions pip/hatchling.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-pathspec py3-tomli py3-pluggy py3-editables
1 change: 1 addition & 0 deletions pip/hepdata-validator.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-jsonschema py3-PyYAML py3-Click py3-requests
1 change: 1 addition & 0 deletions pip/kiwisolver.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-cppy
25 changes: 25 additions & 0 deletions pip/poetry-cyclic-deps.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff --git a/setup.py b/setup.py
index d076e11..3a2429d 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ package_data = \
{'': ['*']}

install_requires = \
-['poetry-core>=1.1.0b3,<2.0.0', 'poetry>=1.2.0b3,<2.0.0']
+['poetry-core>=1.1.0b3,<2.0.0']

entry_points = \
{'poetry.application.plugin': ['export = '
diff --git a/pyproject.toml b/pyproject.toml
index 04f6d31..d55294c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,6 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
-poetry = "^1.2.0b3"
poetry-core = "^1.1.0b3"

[tool.poetry.dev-dependencies]
2 changes: 2 additions & 0 deletions pip/poetry-plugin-export.file
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Requires: py3-poetry-core
Patch0: pip/poetry-cyclic-deps
1 change: 1 addition & 0 deletions pip/pyparsing.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-flit-core
1 change: 1 addition & 0 deletions pip/soupsieve.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-hatchling
1 change: 1 addition & 0 deletions pip/tomli-w.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-flit-core
1 change: 1 addition & 0 deletions pip/typing-extensions.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Requires: py3-flit-core

0 comments on commit a128e50

Please sign in to comment.