Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : python-pluginbase +version : 1.0.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/3d/3c/fe974b4f835f83cc46966e04051f8708b7535bac28fbc0dcca1ee0c237b8/pluginbase-1.0.0.tar.gz : 497894df38d0db71e1a4fbbfaceb10c3ef49a3f95a0582e11b75f8adaa030005 +license : BSD +component : programming.python +summary : PluginBase is a module for Python that enables the development of flexible plugin systems in Python. +description: | + PluginBase is a module for Python that enables the development of flexible plugin systems in Python. +builddeps : + - pkgconfig(python3) + - python-setuptools +build : | + %python_setup + %python3_setup +install : | + %python_setup + %python3_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + python-pluginbase + + Marc-André Renaud + ma.renaud@slashvoid.com + + BSD + programming.python + PluginBase is a module for Python that enables the development of flexible plugin systems in Python. + PluginBase is a module for Python that enables the development of flexible plugin systems in Python. + + https://getsol.us/sources/README.Solus + + + python-pluginbase + PluginBase is a module for Python that enables the development of flexible plugin systems in Python. + PluginBase is a module for Python that enables the development of flexible plugin systems in Python. + + programming.python + + /usr/lib/python3.6/site-packages/__pycache__/pluginbase.cpython-36.pyc + /usr/lib/python3.6/site-packages/pluginbase-1.0.0-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/pluginbase-1.0.0-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/pluginbase-1.0.0-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/pluginbase-1.0.0-py3.6.egg-info/not-zip-safe + /usr/lib/python3.6/site-packages/pluginbase-1.0.0-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/pluginbase.py + + + + + 2019-08-21 + 1.0.0 + Packaging update + Marc-André Renaud + ma.renaud@slashvoid.com + + + \ No newline at end of file