diff --git a/programming/language/python3/python3-sanic/actions.py b/programming/language/python3/python3-sanic/actions.py
index 551b363dad..6fab6b28bf 100644
--- a/programming/language/python3/python3-sanic/actions.py
+++ b/programming/language/python3/python3-sanic/actions.py
@@ -1,4 +1,3 @@
-
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
@@ -7,16 +6,11 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-
-
-shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def build():
+ # fix AttributeError
+ pisitools.dosed("sanic/testing.py", "httpx.dispatch.ASGIDispatch", "httpx.ASGIDispatch")
pythonmodules.compile(pyVer="3")
def install():
- pythonmodules.install(pyVer="3")
-
- pisitools.dodoc("README*","PKG-INFO","MANIFEST*")
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-sanic/pspec.xml b/programming/language/python3/python3-sanic/pspec.xml
index 15696dd6e3..80674aeb5f 100644
--- a/programming/language/python3/python3-sanic/pspec.xml
+++ b/programming/language/python3/python3-sanic/pspec.xml
@@ -1,29 +1,36 @@
-
+
python3-sanic
-
+ https://pypi.org/project/sanic/Ismet Sezer Simsekismetsezer1996@gmail.comMIT
+ programming.language.python3libraryapp:console
- A microframework based on uvloop, httptools, and learnings of flask
- Sanic is a Flask-like Python 3.5+ web server thats written to go fast. Its based on the work done by the amazing folks at magicstack
- https://pypi.python.org/packages/c1/d4/a6fa3efa7aa8ff6fb08cddac6f10e92da95e1fd44d6397fb481bf012c2a0/sanic-0.7.0.tar.gz
+ A web server and web framework that's written to go fast. Build fast. Run fast.
+ Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
+ https://github.com/huge-success/sanic/archive/v19.12.2.tar.gz
- python3-devel
- python3-setuptools
+ python3-devel
+ python3-setuptoolspython3-sanic
+ A web server and web framework that's written to go fast. Build fast. Run fast.
- python3
+ python3
+ python3-httpx
+ python3-aiofiles
+ python3-httptools
+ python3-multidict
+ python3-websockets/usr/lib
@@ -34,6 +41,13 @@
+
+ 2020-01-14
+ 19.12.2
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2018-08-300.7.0
@@ -56,4 +70,4 @@
ismetsezer1996@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-sanic/translations.xml b/programming/language/python3/python3-sanic/translations.xml
new file mode 100755
index 0000000000..9a31f1caa5
--- /dev/null
+++ b/programming/language/python3/python3-sanic/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-sanic
+ python3-sanic, hızlı çalışması, hızlı inşa etmesi ve hızlı yazılması üzerinde özellikleri geliştirilmiş bir ağ sunucu ve çatısıdır.
+ python3-sanic, hızlı çalışması için tasarlanmış bir python3 ağ sunucu ve çatısıdır.
+
+
\ No newline at end of file