Page MenuHomeSolus

D7415.id17833.diff
No OneTemporary

D7415.id17833.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,4 @@
+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.
+
+- Jacob Alzén
+ - Email: jacob.alzen@gmail.com
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,20 @@
+name : flask-httpauth
+version : 3.3.0
+release : 1
+source :
+ - https://github.com/miguelgrinberg/Flask-HTTPAuth/archive/v3.3.0.tar.gz : d0ee4c08eaff879a43be1b6a7f9efcbb38ceffbcda84da30979fcc8b9d037eaf
+license : MIT
+component : programming.python
+summary : Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.
+description: |
+ Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.
+builddeps :
+ - flask
+rundeps :
+ - flask
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test
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>flask-httpauth</Name>
+ <Packager>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.</Summary>
+ <Description xml:lang="en">Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>flask-httpauth</Name>
+ <Summary xml:lang="en">Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.</Summary>
+ <Description xml:lang="en">Simple flask extension that provides Basic, Digest and Token HTTP authentication for Flask routes.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Flask_HTTPAuth-3.3.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/__pycache__/flask_httpauth.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/flask_httpauth.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-10-17</Date>
+ <Version>3.3.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:15 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804131
Default Alt Text
D7415.id17833.diff (4 KB)

Event Timeline