Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added python modules periphery and Flask-Sijax #80

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions meta-python/recipes-devtools/python/python-flask-sijax.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DESCRIPTION = "An extension for the Flask microframework that adds Sijax support."
HOMEPAGE = "https://github.com/spantaleev/flask-sijax"
LICENSE = "BSD-3-Clause"

LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"

PYPI_PACKAGE = "Flask-Sijax"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit pypi setuptools
require python-flask-sijax.inc

SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
7 changes: 7 additions & 0 deletions meta-python/recipes-devtools/python/python-periphery.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
HOMEPAGE = "http://pythonhosted.org/python-periphery/"
LICENSE = "MIT"

LIC_FILES_CHKSUM = "file://PKG-INFO;md5=063846af82b555d48822cf43dc6db6af"

PYPI_PACKAGE = "python-periphery"
4 changes: 4 additions & 0 deletions meta-python/recipes-devtools/python/python-periphery_1.1.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit pypi setuptools
require python-periphery.inc

SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit pypi setuptools3
require python-flask-sijax.inc

SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit pypi setuptools3
require python-periphery.inc

SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"