summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-py-expression-eval_0.3.14.bb
blob: 15a295f1083f776fdbe38dd817a94113fe257fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Python Mathematical Expression Evaluator"
HOMEPAGE = "https://github.com/AxiaCore/py-expression-eval"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"

# NOTE: Pulling from github.com instead of pypi.org as the tarfiles on
#       the latter do not include the LICENSE file.

SRC_URI = "git://github.com/axiacore/py-expression-eval.git;protocol=https;branch=master"
SRCREV = "e7cfbedb3cdb1c428ae3dfbc967fe43deffa5e64"

S = "${WORKDIR}/git"

inherit setuptools3
nb">decodeURIComponent(item.split("=")[1]); if (k in qd) qd[k].push(v); else qd[k] = [v]; }); return qd; } angular.module('@@APPNAME@@', [ // Warning: Appname should fit with gulpfile.js & index.html 'ui.router', 'ngAnimate', //foundation 'foundation', 'foundation.dynamicRouting', 'foundation.dynamicRouting.animations', // external components 'ui-notification', // Application Components 'AppConfig', 'JQueryEmu', 'DashboardModule', 'UploadFiles', 'LinkButton', 'TokenRefresh', 'RangeSlider', 'ModalNotification' ]) .value ('urlquery', ParseQueryString()) .config(config) .run(run) ; config.$inject = ['$urlRouterProvider', '$locationProvider']; function config($urlProvider, $locationProvider, AppConfig) { $urlProvider.otherwise('/dashboard'); // https://docs.angularjs.org/error/$location/nobase $locationProvider.html5Mode(true).hashPrefix('!'); } function run() { FastClick.attach(document.body); } // Fondation-app.template is not included correctly by gulp // Include here missing templates from foundation-apps/dist/js/foundation-apps-templates.js angular.module('foundation').run(['$templateCache', function($templateCache) { $templateCache.put('components/modal/modal.html', '<div\n' + ' class="modal-overlay"\n' + ' ng-click="hideOverlay()">\n' + ' <aside\n' + ' class="modal"\n' + ' ng-click="$event.stopPropagation();"\n' + ' ng-transclude>\n' + ' </aside>\n' + '</div>\n' + ''); }]); console.log ("opa=@@APPNAME@@ Loaded"); })();