Page MenuHomeSolus

D7105.diff
No OneTemporary

D7105.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,18 @@
+name : python-distro
+version : 1.4.0
+release : 1
+source :
+ - https://pypi.python.org/packages/source/d/distro/distro-1.4.0.tar.gz : 362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57
+license : Apache-2.0
+component : programming.python
+summary : An OS platform information API
+description: |
+ Distro provides information about the OS distribution it runs on, such as a reliable machine-readable ID, or version information.
+builddeps :
+ - python-pytest
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test py.test3 -v
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,41 @@
+<PISI>
+ <Source>
+ <Name>python-distro</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">An OS platform information API</Summary>
+ <Description xml:lang="en">Distro provides information about the OS distribution it runs on, such as a reliable machine-readable ID, or version information.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-distro</Name>
+ <Summary xml:lang="en">An OS platform information API</Summary>
+ <Description xml:lang="en">Distro provides information about the OS distribution it runs on, such as a reliable machine-readable ID, or version information.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/distro</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/__pycache__/distro.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro-1.4.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro-1.4.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro-1.4.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro-1.4.0-py3.6.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro-1.4.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/distro.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-09-08</Date>
+ <Version>1.4.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 1 2023, 7:47 AM (14 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804240
Default Alt Text
D7105.diff (3 KB)

Event Timeline