Skip to content
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"