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,17 @@ +name : python-pathspec +version : 0.8.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.8.1.tar.gz : 86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd +homepage : https://github.com/cpburnz/python-path-specification +license : MPL-2.0 +component : programming.python +summary : Utility library for gitignore style pattern matching of file paths +description: | + pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test 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,60 @@ + + + python-pathspec + https://github.com/cpburnz/python-path-specification + + Algent Albrahimi + algent@protonmail.com + + MPL-2.0 + programming.python + Utility library for gitignore style pattern matching of file paths + pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. + + https://getsol.us/sources/README.Solus + + + python-pathspec + Utility library for gitignore style pattern matching of file paths + pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. + + programming.python + + /usr/lib/python3.7/site-packages/pathspec-0.8.1-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/pathspec-0.8.1-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/pathspec-0.8.1-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/pathspec-0.8.1-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/pathspec/__init__.py + /usr/lib/python3.7/site-packages/pathspec/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/__pycache__/compat.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/__pycache__/pathspec.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/__pycache__/pattern.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/__pycache__/util.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/compat.py + /usr/lib/python3.7/site-packages/pathspec/pathspec.py + /usr/lib/python3.7/site-packages/pathspec/pattern.py + /usr/lib/python3.7/site-packages/pathspec/patterns/__init__.py + /usr/lib/python3.7/site-packages/pathspec/patterns/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/patterns/__pycache__/gitwildmatch.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/patterns/gitwildmatch.py + /usr/lib/python3.7/site-packages/pathspec/tests/__init__.py + /usr/lib/python3.7/site-packages/pathspec/tests/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/tests/__pycache__/test_gitwildmatch.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/tests/__pycache__/test_pathspec.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/tests/__pycache__/test_util.cpython-37.pyc + /usr/lib/python3.7/site-packages/pathspec/tests/test_gitwildmatch.py + /usr/lib/python3.7/site-packages/pathspec/tests/test_pathspec.py + /usr/lib/python3.7/site-packages/pathspec/tests/test_util.py + /usr/lib/python3.7/site-packages/pathspec/util.py + + + + + 2020-11-11 + 0.8.1 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file