Page MenuHomeSolus

D12473.id30430.diff
No OneTemporary

D12473.id30430.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,6 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Algent Albrahimi
+ - IRC: algent
+ - Matrix: @algent:matrix.org
+ - Email: algent@protonmail.com
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-show-in-file-manager
+version : 1.1.1
+release : 1
+source :
+ - https://github.com/damonlynch/showinfilemanager/archive/refs/tags/v1.1.1.tar.gz : 6acf03149a50626d0c5387f2bd75f61b05db4698a331908527c90a105178d0fc
+homepage : https://github.com/damonlynch/showinfilemanager
+license : MIT
+component : programming.python
+summary : Python module to open the system file manager and select files in it
+description: |
+ Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
+rundeps :
+ - python-packaging
+ - pyxdg
+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,57 @@
+<PISI>
+ <Source>
+ <Name>python-show-in-file-manager</Name>
+ <Homepage>https://github.com/damonlynch/showinfilemanager</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python module to open the system file manager and select files in it</Summary>
+ <Description xml:lang="en">Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-show-in-file-manager</Name>
+ <Summary xml:lang="en">Python module to open the system file manager and select files in it</Summary>
+ <Description xml:lang="en">Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/showinfilemanager</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/show_in_file_manager-1.1.1-py3.9.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/__pycache__/constants.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/__pycache__/showinfm.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/constants.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/showinfm.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__pycache__/linux.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__pycache__/tools.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__pycache__/urivalidate.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/__pycache__/windows.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/linux.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/tools.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/urivalidate.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/showinfm/system/windows.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-12-14</Date>
+ <Version>1.1.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 2 2023, 8:20 AM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807804
Default Alt Text
D12473.id30430.diff (6 KB)

Event Timeline