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,19 @@ +name : python-diff-match-patch +version : 20200713 +release : 1 +source : + - https://github.com/diff-match-patch-python/diff-match-patch/archive/v20200713.tar.gz : e82dfc36b44abc8e6142ecd81b09325347c913ab1dfbcbb06fca89f4147cee17 +homepage : https://github.com/diff-match-patch-python/diff-match-patch +license : Apache-2.0 +component : programming.python +summary : Diff Match Patch is a high-performance library in multiple languages that manipulates plain text +description: | + Diff Match Patch is a high-performance library in multiple languages that manipulates plain text. +builddeps : + - python-pytest +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest3 -v 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,52 @@ + + + python-diff-match-patch + https://github.com/diff-match-patch-python/diff-match-patch + + Algent Albrahimi + algent@protonmail.com + + Apache-2.0 + programming.python + Diff Match Patch is a high-performance library in multiple languages that manipulates plain text + Diff Match Patch is a high-performance library in multiple languages that manipulates plain text. + + https://getsol.us/sources/README.Solus + + + python-diff-match-patch + Diff Match Patch is a high-performance library in multiple languages that manipulates plain text + Diff Match Patch is a high-performance library in multiple languages that manipulates plain text. + + programming.python + + /usr/lib/python3.7/site-packages/diff_match_patch-20200713-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/diff_match_patch-20200713-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/diff_match_patch-20200713-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/diff_match_patch-20200713-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/diff_match_patch/__init__.py + /usr/lib/python3.7/site-packages/diff_match_patch/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/__pycache__/diff_match_patch.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/__pycache__/diff_match_patch_py2.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/diff_match_patch.py + /usr/lib/python3.7/site-packages/diff_match_patch/diff_match_patch_py2.py + /usr/lib/python3.7/site-packages/diff_match_patch/tests/__init__.py + /usr/lib/python3.7/site-packages/diff_match_patch/tests/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/tests/__pycache__/diff_match_patch_test.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/tests/__pycache__/diff_match_patch_test_py2.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/tests/__pycache__/speedtest.cpython-37.pyc + /usr/lib/python3.7/site-packages/diff_match_patch/tests/diff_match_patch_test.py + /usr/lib/python3.7/site-packages/diff_match_patch/tests/diff_match_patch_test_py2.py + /usr/lib/python3.7/site-packages/diff_match_patch/tests/speedtest.py + + + + + 2020-08-12 + 20200713 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file