Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F1351
0001-Initial-commit.patch
sunnyflunk (Peter O'Connor)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
sunnyflunk
Aug 21 2016, 11:50 PM
2016-08-21 23:50:21 (UTC+0)
Size
9 KB
Referenced Files
None
Subscribers
None
0001-Initial-commit.patch
View Options
From 7fdb240c2f024c38d423d0fb0d9d3e5a5b9d4828 Mon Sep 17 00:00:00 2001
From: Peter O'Connor <sunnyflunk@gmail.com>
Date: Mon, 22 Aug 2016 09:43:46 +1000
Subject: [PATCH] Initial commit
---
Makefile | 1 +
package.yml | 21 ++++++++++++
pspec_x86_64.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 121 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..b884a9b
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : pyenchant
+version : 1.6.8
+release : 1
+source :
+ - https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz : 7ead2ee74f1a4fc2a7199b3d6012eaaaceea03fbcadcb5df67d2f9d0d51f050a
+license : LGPL-2.1
+component : programming.python
+summary : Python language bindings for enchant.
+description: |
+ Python language bindings for enchant.
+builddeps :
+ - pkgconfig(enchant)
+ - pkgconfig(python-3.5)
+rundeps :
+ - enchant
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..9bef0df
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,99 @@
+<PISI>
+ <Source>
+ <Name>pyenchant</Name>
+ <Packager>
+ <Name>Peter O'Connor</Name>
+ <Email>sunnyflunk@gmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python language bindings for enchant.</Summary>
+ <Description xml:lang="en">Python language bindings for enchant.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>pyenchant</Name>
+ <Summary xml:lang="en">Python language bindings for enchant.</Summary>
+ <Description xml:lang="en">Python language bindings for enchant.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/_enchant.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/_enchant.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/CmdLineChecker.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/CmdLineChecker.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/GtkSpellCheckerDialog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/GtkSpellCheckerDialog.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/tests.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/tests.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/wxSpellCheckerDialog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/checker/wxSpellCheckerDialog.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/errors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/errors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/pypwl.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/pypwl.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tests.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tests.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/en.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/en.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/tests.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/tokenize/tests.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/utils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/enchant/utils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyenchant-1.6.8-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyenchant-1.6.8-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyenchant-1.6.8-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyenchant-1.6.8-py2.7.egg-info/eager_resources.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyenchant-1.6.8-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/_enchant.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/errors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/pypwl.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/tests.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/__pycache__/utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/_enchant.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/CmdLineChecker.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/GtkSpellCheckerDialog.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__pycache__/CmdLineChecker.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__pycache__/GtkSpellCheckerDialog.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__pycache__/tests.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/__pycache__/wxSpellCheckerDialog.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/checker/wxSpellCheckerDialog.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/pypwl.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/__pycache__/en.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/__pycache__/tests.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/en.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/tokenize/tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/enchant/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyenchant-1.6.8-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyenchant-1.6.8-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyenchant-1.6.8-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyenchant-1.6.8-py3.5.egg-info/eager_resources.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyenchant-1.6.8-py3.5.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-08-21</Date>
+ <Version>1.6.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Peter O'Connor</Name>
+ <Email>sunnyflunk@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.9.2
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
916
Default Alt Text
0001-Initial-commit.patch (9 KB)
Attached To
Mode
T315: pyenchant
Attached
Detach File
Event Timeline
Log In to Comment