Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10846385
D9426.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
D9426.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,30 @@
+name : python-jsonrpc-server
+version : 0.3.4
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/0b/ed/ce08d4ba6048a54935797f1fcc63ce30135475cfc858778c286a0be21433/python-jsonrpc-server-0.3.4.tar.gz : c73bf5495c9dd4d2f902755bedeb6da5afe778e0beee82f0e195c4655352fe37
+homepage : https://github.com/palantir/python-jsonrpc-server
+license : MIT
+component : programming.python
+summary : Python library implementing asynchronous JSON RPC server
+description: |
+ Python library implementing asynchronous JSON RPC server
+builddeps :
+ - pycodestyle
+ - pyflakes
+ - pylint
+ - python-mock
+ - python-pytest-cov
+ - python-ujson
+rundeps :
+ - python-ujson
+setup : |
+ # remove ujson version
+ sed -i 's/ujson<=1.35;/ujson;/' setup.py
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ # ignore tests not compatible with current python versions
+ %python3_test py.test3 -v -k 'not test_writer_bad_message'
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,51 @@
+<PISI>
+ <Source>
+ <Name>python-jsonrpc-server</Name>
+ <Homepage>https://github.com/palantir/python-jsonrpc-server</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python library implementing asynchronous JSON RPC server</Summary>
+ <Description xml:lang="en">Python library implementing asynchronous JSON RPC server
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-jsonrpc-server</Name>
+ <Summary xml:lang="en">Python library implementing asynchronous JSON RPC server</Summary>
+ <Description xml:lang="en">Python library implementing asynchronous JSON RPC server
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/_version.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/dispatchers.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/endpoint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/exceptions.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/__pycache__/streams.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/dispatchers.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/endpoint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls_jsonrpc/streams.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_jsonrpc_server-0.3.4-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_jsonrpc_server-0.3.4-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_jsonrpc_server-0.3.4-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_jsonrpc_server-0.3.4-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_jsonrpc_server-0.3.4-py3.7.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-08-12</Date>
+ <Version>0.3.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 12 2023, 4:33 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809193
Default Alt Text
D9426.diff (4 KB)
Attached To
Mode
D9426: Initial inclusion of python-jsonrpc-server
Attached
Detach File
Event Timeline
Log In to Comment