Changeset - 9dd331caa23b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 6 years ago 2019-06-06 05:50:34
drewp@bigasterisk.com
cleanups to help with first build success
Ignore-this: b6d402ca6dd2d97fb03c390713efbd07
3 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
light9/web/live/elements.html
Show inline comments
 
@@ -10,13 +10,12 @@
 
<link rel="import" href="/lib/iron-ajax/iron-ajax.html">
 

	
 
<link rel="import" href="../rdfdb-synced-graph.html">
 
<link rel="import" href="../resource-display.html">
 
<link rel="import" href="../light9-color-picker.html">
 
<link rel="import" href="../edit-choice.html">
 
<script src="web/lib/jquery/dist/jquery.slim.min.js"></script>
 
<dom-module id="light9-listbox">
 
  <template>
 
    <style>
 
     paper-listbox {
 
         --paper-listbox-background-color: none;
 
         --paper-listbox-color: white;
makefile
Show inline comments
 
### setup ###
 

	
 
packages:
 
	sudo aptitude install coffeescript normalize-audio audacity python3-pygame libffi-dev tix libzmq3-dev python3-dev libssl-dev python3-opencv python3-cairo npm git python3-virtualenv nginx-full python3-tk
 
	sudo aptitude install coffeescript normalize-audio audacity python3-pygame libffi-dev tix libzmq3-dev python3-dev libssl-dev python3-opencv python3-cairo npm git virtualenv python3-virtualenv nginx-full python3-tk zlib1g-dev libjpeg8-dev curl
 

	
 
gst_packages:
 
	sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0
 

	
 
PYTHON=/usr/bin/python3
 

	
requirements.txt
Show inline comments
 
@@ -11,13 +11,13 @@ moviepy==1.0.0
 
noise==1.2.2
 
nose-watcher==0.1.3
 
nose==1.3.7
 
pyjade==4.0.0
 
pyserial==3.3
 
python-dateutil==2.6.0
 
pyusb==1.0.0
 
pyusb==1.0.2
 
rdflib==4.2.2
 
requests==2.22.0
 
git+https://github.com/ReactiveX/RxPY.git@6deb66e827f34a88b4605773d7671322b9cbbd08#egg=rx
 
scipy==1.3.0
 
service_identity==18.1.0
 
statprof==0.1.2
 
@@ -37,11 +37,11 @@ ipdb==0.10.2
 
ipython==5.3.0
 
mypy==0.701
 
typing_extensions
 

	
 
git+http://github.com/drewp/scales.git@4b011434f7469a442c3fc1d7e81685c0bfa56eeb#egg=scales
 
git+http://github.com/11craft/louie.git@f18bb71010c114eca9c6b88c96453340e3b39454#egg=louie
 
git+http://github.com/webpy/webpy@ace0f8954c28311004b33c7a513c6e40a3c02470#egg=web
 
git+http://github.com/webpy/webpy.git@ace0f8954c28311004b33c7a513c6e40a3c02470#egg=web
 
https://github.com/drewp/cyclone/archive/python3.zip#egg=cyclone
 

	
 
cycloneerr==0.3.0
 
rdfdb==0.19.0
0 comments (0 inline, 0 general)