Page MenuHomeSolus

D12679.diff
No OneTemporary

D12679.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,6 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Gavin Zhao
+ - IRC: GZGavinZhao
+ - Matrix: @gzgavinzhao:matrix.org
+ - Email: me@gzgz.dev
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,25 @@
+name : proton-python-client
+version : 0.7.1
+release : 1
+source :
+ - https://github.com/ProtonMail/proton-python-client/archive/refs/tags/0.7.1.tar.gz : 88d2546a922d9053988b5e1863bf6cf965e97b4c643cd879f16bb3f0b5f02b5e
+license : GPL-3.0-or-later
+component : network.clients
+summary : Python Proton client module.
+description: |
+ Python Proton client module.
+builddeps :
+ - python-bcrypt
+ - python-gnupg
+ - python-openssl
+ - python-requests
+rundeps :
+ - dnspython
+ - python-bcrypt
+ - python-gnupg
+ - python-openssl
+ - python-requests
+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,68 @@
+<PISI>
+ <Source>
+ <Name>proton-python-client</Name>
+ <Packager>
+ <Name>Gavin Zhao</Name>
+ <Email>me@gzgz.dev</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>network.clients</PartOf>
+ <Summary xml:lang="en">Python Proton client module.</Summary>
+ <Description xml:lang="en">Python Proton client module.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>proton-python-client</Name>
+ <Summary xml:lang="en">Python Proton client module.</Summary>
+ <Description xml:lang="en">Python Proton client module.
+</Description>
+ <PartOf>network.clients</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/api.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/cert_pinning.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/constants.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/exceptions.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/logger.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/__pycache__/utils.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/api.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/cert_pinning.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/constants.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/exceptions.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/logger.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/__pycache__/_base.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/__pycache__/textfile_metadata.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/_base.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/metadata/textfile_metadata.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__pycache__/_ctsrp.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__pycache__/_pysrp.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__pycache__/pmhash.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/__pycache__/util.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/_ctsrp.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/_pysrp.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/pmhash.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/srp/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton_client-0.7.1-py3.9.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton_client-0.7.1-py3.9.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton_client-0.7.1-py3.9.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton_client-0.7.1-py3.9.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/proton_client-0.7.1-py3.9.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2022-01-18</Date>
+ <Version>0.7.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Gavin Zhao</Name>
+ <Email>me@gzgz.dev</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

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

Event Timeline