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,18 @@ +name : python-pluggy +version : 0.4.0 +release : 1 +source : + - https://github.com/pytest-dev/pluggy/archive/0.4.0.tar.gz : bc4b259f0b83f034641a74a2237d5fa816cec2423ca795089f57fcbcaca75f37 +license : MIT +component : programming.python +summary : Plugin management and hook calling for Python +description: | + Plugin management and hook calling for Python +builddeps : + - python-setuptools +setup : | + %python_setup + %python3_setup +install : | + %python_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,45 @@ + + + python-pluggy + + Mitchell Fossen + msfossen@gmail.com + + MIT + programming.python + Plugin management and hook calling for Python + Plugin management and hook calling for Python + + https://solus-project.com/sources/README.Solus + + + python-pluggy + Plugin management and hook calling for Python + Plugin management and hook calling for Python + + programming.python + + /usr/lib/python2.7/site-packages/pluggy-0.4.0-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/pluggy-0.4.0-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/pluggy-0.4.0-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/pluggy-0.4.0-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/pluggy.py + /usr/lib/python2.7/site-packages/pluggy.pyc + /usr/lib/python3.5/site-packages/__pycache__/pluggy.cpython-35.pyc + /usr/lib/python3.5/site-packages/pluggy-0.4.0-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pluggy-0.4.0-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pluggy-0.4.0-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pluggy-0.4.0-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pluggy.py + + + + + 2017-05-18 + 0.4.0 + Packaging update + Mitchell Fossen + msfossen@gmail.com + + + \ No newline at end of file