diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : python-cppheaderparser +version : 2.7.4 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/c/cppheaderparser/CppHeaderParser-2.7.4.tar.gz : 382b30416d95b0a5e8502b214810dcac2a56432917e2651447d3abe253e3cc42 +license : BSD-3 +component : programming.python +summary : Parse C++ header files and generate a data structure representing the class +description: | + Parse C++ header files and generate a data structure representing the class +builddeps : + - python-build + - python-installer + - python-packaging + - python-wheel +rundeps : + - python-ply +build : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + python-cppheaderparser + + Jacek Jagosz + jacek.jagosz@outlook.com + + BSD-3 + programming.python + Parse C++ header files and generate a data structure representing the class + Parse C++ header files and generate a data structure representing the class + + https://getsol.us/sources/README.Solus + + + python-cppheaderparser + Parse C++ header files and generate a data structure representing the class + Parse C++ header files and generate a data structure representing the class + + programming.python + + /usr/lib/python3.10/site-packages/CppHeaderParser-2.7.4-py3.10.egg-info/PKG-INFO + /usr/lib/python3.10/site-packages/CppHeaderParser-2.7.4-py3.10.egg-info/SOURCES.txt + /usr/lib/python3.10/site-packages/CppHeaderParser-2.7.4-py3.10.egg-info/dependency_links.txt + /usr/lib/python3.10/site-packages/CppHeaderParser-2.7.4-py3.10.egg-info/requires.txt + /usr/lib/python3.10/site-packages/CppHeaderParser-2.7.4-py3.10.egg-info/top_level.txt + /usr/lib/python3.10/site-packages/CppHeaderParser/CppHeaderParser.py + /usr/lib/python3.10/site-packages/CppHeaderParser/__init__.py + /usr/lib/python3.10/site-packages/CppHeaderParser/__pycache__/CppHeaderParser.cpython-310.pyc + /usr/lib/python3.10/site-packages/CppHeaderParser/__pycache__/__init__.cpython-310.pyc + /usr/lib/python3.10/site-packages/CppHeaderParser/doc/CppHeaderParser.html + /usr/lib/python3.10/site-packages/CppHeaderParser/examples/SampleClass.h + /usr/lib/python3.10/site-packages/CppHeaderParser/examples/__pycache__/readSampleClass.cpython-310.pyc + /usr/lib/python3.10/site-packages/CppHeaderParser/examples/readSampleClass.py + + + + + 2023-04-30 + 2.7.4 + Packaging update + Jacek Jagosz + jacek.jagosz@outlook.com + + + \ No newline at end of file