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,22 @@ +name : python-fastimport +version : 0.9.8 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/f/fastimport/fastimport-0.9.8.tar.gz : b2f2e8eb97000256e1aab83d2a0a053fc7b93c3aa4f7e9b971a5703dfc5963b9 +license : GPL-2.0-or-later +component : programming.python +summary : Fastimport parser and generator in Python +description: | + This package provides a parser for and generator of the Git fastimport format +builddeps : + - python-nose + - python-setuptools +build : | + %python_setup +install : | + %python_install +check : | + pushd $PKG_BUILD_DIR/py2build + /usr/bin/nosetests-2.* fastimport + popd + 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,75 @@ + + + python-fastimport + + Pierre-Yves + pyu@riseup.net + + GPL-2.0-or-later + programming.python + Fastimport parser and generator in Python + This package provides a parser for and generator of the Git fastimport format + + https://solus-project.com/sources/README.Solus + + + python-fastimport + Fastimport parser and generator in Python + This package provides a parser for and generator of the Git fastimport format + + programming.python + + /usr/bin + /usr/lib/python2.7/site-packages/fastimport-0.9.8-py2.7.egg-info + /usr/lib/python2.7/site-packages/fastimport/__init__.py + /usr/lib/python2.7/site-packages/fastimport/__init__.pyc + /usr/lib/python2.7/site-packages/fastimport/commands.py + /usr/lib/python2.7/site-packages/fastimport/commands.pyc + /usr/lib/python2.7/site-packages/fastimport/dates.py + /usr/lib/python2.7/site-packages/fastimport/dates.pyc + /usr/lib/python2.7/site-packages/fastimport/errors.py + /usr/lib/python2.7/site-packages/fastimport/errors.pyc + /usr/lib/python2.7/site-packages/fastimport/helpers.py + /usr/lib/python2.7/site-packages/fastimport/helpers.pyc + /usr/lib/python2.7/site-packages/fastimport/parser.py + /usr/lib/python2.7/site-packages/fastimport/parser.pyc + /usr/lib/python2.7/site-packages/fastimport/processor.py + /usr/lib/python2.7/site-packages/fastimport/processor.pyc + /usr/lib/python2.7/site-packages/fastimport/processors/__init__.py + /usr/lib/python2.7/site-packages/fastimport/processors/__init__.pyc + /usr/lib/python2.7/site-packages/fastimport/processors/filter_processor.py + /usr/lib/python2.7/site-packages/fastimport/processors/filter_processor.pyc + /usr/lib/python2.7/site-packages/fastimport/processors/info_processor.py + /usr/lib/python2.7/site-packages/fastimport/processors/info_processor.pyc + /usr/lib/python2.7/site-packages/fastimport/processors/query_processor.py + /usr/lib/python2.7/site-packages/fastimport/processors/query_processor.pyc + /usr/lib/python2.7/site-packages/fastimport/reftracker.py + /usr/lib/python2.7/site-packages/fastimport/reftracker.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/__init__.py + /usr/lib/python2.7/site-packages/fastimport/tests/__init__.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_commands.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_commands.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_dates.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_dates.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_errors.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_errors.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_filter_processor.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_filter_processor.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_helpers.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_helpers.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_info_processor.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_info_processor.pyc + /usr/lib/python2.7/site-packages/fastimport/tests/test_parser.py + /usr/lib/python2.7/site-packages/fastimport/tests/test_parser.pyc + + + + + 2018-05-14 + 0.9.8 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file