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-pythondialog +version : 3.5.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/72/3c/26ed0db035f97196704d0197d8b2254b8a6ca93a2d132430b0b0d597aa79/pythondialog-3.5.1.tar.gz : 34a0687290571f37d7d297514cc36bd4cd044a3a4355271549f91490d3e7ece8 +license : LGPL-2.1-or-later +component : programming.python +summary : A Python interface to the UNIX dialog utility and mostly-compatible programs +description: | + A Python interface to the UNIX dialog utility and mostly-compatible programs +builddeps : + - pkgconfig(python3) +rundeps : + - dialog + - python3 +build : | + %python3_setup +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,39 @@ + + + python-pythondialog + + Léo Pourcelot + leo.pourcelot@protonmail.com + + LGPL-2.1-or-later + programming.python + A Python interface to the UNIX dialog utility and mostly-compatible programs + A Python interface to the UNIX dialog utility and mostly-compatible programs + + https://getsol.us/sources/README.Solus + + + python-pythondialog + A Python interface to the UNIX dialog utility and mostly-compatible programs + A Python interface to the UNIX dialog utility and mostly-compatible programs + + programming.python + + /usr/lib/python3.7/site-packages/__pycache__/dialog.cpython-37.pyc + /usr/lib/python3.7/site-packages/dialog.py + /usr/lib/python3.7/site-packages/pythondialog-3.5.1-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/pythondialog-3.5.1-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/pythondialog-3.5.1-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/pythondialog-3.5.1-py3.7.egg-info/top_level.txt + + + + + 2020-04-12 + 3.5.1 + Packaging update + Léo Pourcelot + leo.pourcelot@protonmail.com + + + \ No newline at end of file