Page MenuHomeSolus

D11688.id.diff
No OneTemporary

D11688.id.diff

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,26 @@
+name : python-distlib
+version : 0.3.2
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/d/distlib/distlib-0.3.2.zip : 106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736
+homepage : https://bitbucket.org/pypa/distlib
+license : PSF-2.0
+component : programming.python
+summary : Low-level components of distutils2/packaging
+description: |
+ Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.
+networking : yes # Check
+builddeps :
+ - python-pytest
+setup : |
+ rm distlib/*.exe
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ rm tests/test_shutil.py*
+ rm tests/test_sysconfig.py*
+ rm -r tests/unittest2
+ export PYTHONHASHSEED=0
+ %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,72 @@
+<PISI>
+ <Source>
+ <Name>python-distlib</Name>
+ <Homepage>https://bitbucket.org/pypa/distlib</Homepage>
+ <Packager>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
+ </Packager>
+ <License>PSF-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Low-level components of distutils2/packaging</Summary>
+ <Description xml:lang="en">Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-distlib</Name>
+ <Summary xml:lang="en">Low-level components of distutils2/packaging</Summary>
+ <Description xml:lang="en">Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib-0.3.2-py3.9.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/compat.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/database.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/index.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/locators.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/manifest.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/markers.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/metadata.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/resources.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/scripts.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/util.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/version.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/__pycache__/wheel.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__pycache__/misc.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__pycache__/shutil.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__pycache__/sysconfig.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/__pycache__/tarfile.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/misc.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/shutil.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/sysconfig.cfg</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/sysconfig.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/_backport/tarfile.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/database.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/index.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/locators.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/manifest.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/markers.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/metadata.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/resources.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/scripts.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/version.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/distlib/wheel.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-08-14</Date>
+ <Version>0.3.2</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

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
5798795
Default Alt Text
D11688.id.diff (7 KB)

Event Timeline