Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048972
D11690.id28381.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D11690.id28381.diff
View Options
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-platformdirs
+version : 2.2.0
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/p/platformdirs/platformdirs-2.2.0.tar.gz : 632daad3ab546bd8e6af0537d09805cec458dce201bccfe23012df73332e181e
+license : MIT
+component : programming.python
+summary : A small Python module for determining appropriate platform-specific dirs
+description: |
+ A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
+builddeps :
+ - python-pytest-mock # check
+ - python-setuptools-scm
+ - python-wheel
+setup : |
+ sed -i '3 i\Version: %version%' setup.cfg
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test pytest3
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,56 @@
+<PISI>
+ <Source>
+ <Name>python-platformdirs</Name>
+ <Packager>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A small Python module for determining appropriate platform-specific dirs</Summary>
+ <Description xml:lang="en">A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-platformdirs</Name>
+ <Summary xml:lang="en">A small Python module for determining appropriate platform-specific dirs</Summary>
+ <Description xml:lang="en">A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs-2.2.0-py3.9.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/__main__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/android.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/api.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/macos.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/unix.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/version.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/__pycache__/windows.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/android.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/api.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/macos.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/py.typed</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/unix.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/version.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/platformdirs/windows.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-08-18</Date>
+ <Version>2.2.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 5:12 PM (2 h, 50 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812720
Default Alt Text
D11690.id28381.diff (5 KB)
Attached To
Mode
D11690: Initial inclusion of python-platformdirs
Attached
Detach File
Event Timeline
Log In to Comment