Page MenuHomeSolus

D4393.diff
No OneTemporary

D4393.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,16 @@
+name : python-pyperclip
+version : 1.7.0
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/2d/0f/4eda562dffd085945d57c2d9a5da745cfb5228c02bc90f2c74bbac746243/pyperclip-1.7.0.tar.gz : 979325468ccf682104d5dcaf753f869868100631301d3e72f47babdea5700d1c
+license : BSD 3-Clause
+component : programming.python
+summary : Python module for copying and pasting text to the clipboard.
+description: |
+ Pyperclip is a cross-platform Python module for copy and paste clipboard functions. this module makes use of the xclip or xsel commands.
+builddeps :
+ - pkgconfig(python3)
+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,41 @@
+<PISI>
+ <Source>
+ <Name>python-pyperclip</Name>
+ <Packager>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Packager>
+ <License>BSD 3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python module for copying and pasting text to the clipboard.</Summary>
+ <Description xml:lang="en">Pyperclip is a cross-platform Python module for copy and paste clipboard functions. this module makes use of the xclip or xsel commands.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pyperclip</Name>
+ <Summary xml:lang="en">Python module for copying and pasting text to the clipboard.</Summary>
+ <Description xml:lang="en">Pyperclip is a cross-platform Python module for copy and paste clipboard functions. this module makes use of the xclip or xsel commands.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip-1.7.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip-1.7.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip-1.7.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip-1.7.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/pyperclip/__pycache__/__main__.cpython-36.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-11-19</Date>
+ <Version>1.7.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:46 PM (3 h, 6 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5816496
Default Alt Text
D4393.diff (3 KB)

Event Timeline