Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10694589
D3703.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3703.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,23 @@
+name : python-parver
+version : 0.1.1
+release : 1
+source :
+ - https://github.com/RazerM/parver/archive/0.1.1.tar.gz : b8a43246df0db98f44bceb2c788fb92d1e536cf56cda73f326d7b0b9ecc537f0
+license : MIT
+component : programming.python
+summary : Parse and manipulate version numbers
+description: |
+ python-parver allows parsing and manipulation of PEP 440 version numbers
+builddeps :
+ - python-arpeggio
+ - python-attrs
+ - python-setuptools
+ - python-six
+rundeps :
+ - python-arpeggio
+ - python-attrs
+ - python-six
+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,50 @@
+<PISI>
+ <Source>
+ <Name>python-parver</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Parse and manipulate version numbers</Summary>
+ <Description xml:lang="en">python-parver allows parsing and manipulation of PEP 440 version numbers
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-parver</Name>
+ <Summary xml:lang="en">Parse and manipulate version numbers</Summary>
+ <Description xml:lang="en">python-parver allows parsing and manipulation of PEP 440 version numbers
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver-0.1.1-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver-0.1.1-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver-0.1.1-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver-0.1.1-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver-0.1.1-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/_about.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/_helpers.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/_parse.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/_segments.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/__pycache__/_version.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/_about.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/_helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/_parse.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/_segments.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/parver/_version.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-08-26</Date>
+ <Version>0.1.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 26 2023, 2:03 PM (15 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794710
Default Alt Text
D3703.diff (4 KB)
Attached To
Mode
D3703: Initial addition of python-parver
Attached
Detach File
Event Timeline
Log In to Comment