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 the packages python-periphery, python-sijax and python-flask-sijax #81

Closed
wants to merge 3 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
8 changes: 8 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,8 @@
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"
RDEPENDS_${PN} = "${PYTHON_PN}-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"
8 changes: 8 additions & 0 deletions meta-python/recipes-devtools/python/python-sijax.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DESCRIPTION = "An easy to use AJAX library for Python based on jQuery.ajax"
HOMEPAGE = "https://github.com/spantaleev/sijax-python"
LICENSE = "BSD-3-Clause"

LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=16e213d75641a392478df50cf0841903"

PYPI_PACKAGE = "Sijax"
inherit pypi
11 changes: 11 additions & 0 deletions meta-python/recipes-devtools/python/python-sijax_0.3.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DESCRIPTION = "An easy to use AJAX library for Python based on jQuery.ajax"
HOMEPAGE = "https://github.com/spantaleev/sijax-python"
LICENSE = "BSD-3-Clause"

LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=16e213d75641a392478df50cf0841903"

PYPI_PACKAGE = "Sijax"
inherit setuptools
require python-sijax.inc

SRC_URI[sha256sum] = "11b062f4a8b2aad95c87e7c09e5daf5a6b0d0f08abf9efe5f91a0075c6be7c0d"
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"
4 changes: 4 additions & 0 deletions meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit setuptools3
require python-sijax.inc

SRC_URI[sha256sum] = "11b062f4a8b2aad95c87e7c09e5daf5a6b0d0f08abf9efe5f91a0075c6be7c0d"