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
 
@@ -4,25 +4,24 @@
 
</script>
 
<link rel="import" href="/lib/polymer/polymer.html">
 

	
 
<link rel="import" href="/lib/paper-slider/paper-slider.html">
 
<link rel="import" href="/lib/paper-listbox/paper-listbox.html">
 
<link rel="import" href="/lib/paper-item/paper-item.html">
 
<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;
 
         --paper-listbox: {
 
             /* measure biggest item? use flex for columns? */
 
             column-width: 9em;
 
         }
 
     }
 
     paper-item {
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
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
 
	env/bin/pip install -U pip
 
	ln -sf ../env/bin/python bin/python
 

	
requirements.txt
Show inline comments
 
@@ -5,25 +5,25 @@ coloredlogs==6.0
 
colormath==3.0.0
 
freezegun==0.3.8
 
genshi==0.7
 
klein==17.2.0
 
mock==2.0.0
 
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
 
toposort==1.5
 
treq==18.6.0
 
txzmq==0.8.0
 
typing==3.6.1
 
watchdog==0.8.3
 
webcolors==1.7
 
@@ -31,17 +31,17 @@ udmx-pyusb==2.0.0
 
yapf==0.27.0
 

	
 
coverage==4.3.4
 
flake8
 
hunter
 
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)