diff --git a/weekly/dev-python.particle b/weekly/dev-python.particle new file mode 100644 index 0000000..e0e59f9 --- /dev/null +++ b/weekly/dev-python.particle @@ -0,0 +1,202 @@ +# Entropy Matter, Automated Entropy Packages Build Service, example spec file + +# List of packages required to be built. +# Comma separated, example: app-foo/bar, bar-baz/foo +# Mandatory, cannot be empty +packages: + dev-python/apipkg:0, + dev-python/apptools:0, + dev-python/apsw:0, + dev-python/astng:0, + dev-python/authres:0, + dev-python/blinker:0, + dev-python/bpython:0, + dev-python/bsddb3:0, + dev-python/couchdb-python:0, + dev-python/coverage:0, + dev-python/cssutils:0, + dev-python/cython:0, + dev-python/decorator:0, + dev-python/django:0, + dev-python/dnspython:0, + dev-python/docutils:0, + dev-python/egenix-mx-base:0, + dev-python/envisage:0, + dev-python/epsilon:0, + dev-python/epydoc:0, + dev-python/execnet:0, + dev-python/feedparser:0, + dev-python/flask:0, + dev-python/flask-babel:0, + dev-python/frozen-flask:0, + dev-python/futures:0, + dev-python/gmpy:0, + dev-python/hcs-utils:0, + dev-python/html2text:0, + dev-python/html5lib:0, + dev-python/httplib2:0, + dev-python/icalendar:0, + dev-python/ipython:0, + dev-python/kiwi:0, + dev-python/logbook:0, + dev-python/logilab-common:0, + dev-python/lxml:0, + dev-python/mako:0, + dev-python/markdown:0, + dev-python/matplotlib:0, + dev-python/mozrunner:0, + dev-python/mygpoclient:0, + dev-python/networkx:0, + dev-python/nltk:0, + dev-python/nose:0, + dev-python/odfpy:0, + dev-python/paramiko:0, + dev-python/pastedeploy:0, + dev-python/pp:0, + dev-python/psutil:0, + dev-python/psycopg:2, + dev-python/py:0, + dev-python/pyasn1:0, + dev-python/pyaudio:0, + dev-python/pybloomfiltermmap:0, + dev-python/pycairo:0, + dev-python/pycrypto:0, + dev-python/pycups:0, + dev-python/pycurl:0, + dev-python/pycxx:0, + dev-python/pyface:0, + dev-python/pyflakes:0, + dev-python/pygame:0, + dev-python/pygments:0, + dev-python/pylint:0, + dev-python/pymountboot:0, + dev-python/pynut:0, + dev-python/pyopengl:0, + dev-python/pyopenssl:0, + dev-python/pypam:0, + dev-python/pyparsing:0, + dev-python/pypgsql:0, + dev-python/pyquery:0, + dev-python/pyserial:0, + dev-python/pysnmp:0, + dev-python/pysnmp-apps:0, + dev-python/pysnmp-mibs:0, + dev-python/pyspf:0, + dev-python/pysvn:0, + dev-python/python-distutils-extra:0, + dev-python/python-fastimport:0, + dev-python/python-ldap:0, + dev-python/python-mpd:0, + dev-python/python-poppler-qt4:0, + dev-python/python-slip:0, + dev-python/pytz:0, + dev-python/pyx:0, + dev-python/pyxdg:0, + dev-python/pyxml:0, + dev-python/pyzmq:0, + dev-python/qscintilla-python:0, + dev-python/rdflib:0, + dev-python/reportlab:0, + dev-python/rope:0, + dev-python/ropemode:0, + dev-python/simplegeneric:0, + dev-python/simplejson:0, + dev-python/sip:0, + dev-python/six:0, + dev-python/skype4py:0, + dev-python/soappy:0, + dev-python/speaklater:0, + dev-python/spyder:0, + dev-python/sqlalchemy:0, + dev-python/subvertpy:0, + dev-python/sympy:0, + dev-python/tempita:0, + dev-python/traits:0, + dev-python/traitsui:0, + dev-python/urwid:0, + dev-python/virtualenv:0, + dev-python/vo:0, + dev-python/webob:0, + dev-python/webtest:0, + +# Entropy repository where to commit packages +# Mandatory, cannot be empty +repository: sabayon-hell + +# Allow Source Package Manager (Portage) repository change? +# Valid values are either "yes" or "no" +# Default is: no +spm-repository-change: no + +# In case of Source Package Manager repository change, allow +# execution if the original repository does not contain +# the package anymore? +# Valid values are either "yes" or "no" +# Default is: no +spm-repository-change-if-upstreamed: yes + +# Allow compiling package even if it's not actually installed on system? +# Valid values are either "yes" or "no" +# Default is: no +not-installed: no + +# Allow dependencies to be pulled in? +# Valid values are either "yes" or "no" +# Default is: no +dependencies: yes + +# Allow package downgrade? +# Valid values are either "yes" or "no" +# Default is: no +downgrade: no + +# Allow package rebuild? +# Valid values are either "yes" or "no" +# Default is: no +rebuild: no + +# Make possible to continue if one or more packages fail to build? +# Valid values are either "yes" or "no" +# Default is: no +keep-going: yes + +# Allow new USE flags? +# Valid values are either "yes" or "no" +# Default is: no +new-useflags: yes + +# Allow removed USE flags? +# Valid values are either "yes" or "no" +# Default is: no +removed-useflags: yes + +# Package pre execution script hook +# Valid value is path to executable file +# Env vars: +# MATTER_PACKAGE_NAMES = space sep. list of names of the packages +# that would be built. It does not reflect the name of the failing packages, +# because they could be just dependencies of them. +# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh + +# Package build post execution script hook, executed for each package +# Valid value is path to executable file +# Env vars: +# MATTER_PACKAGE_NAMES = space sep. list of names of the packages +# that would be built. It does not reflect the name of the failing packages, +# because they could be just dependencies of them. +# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh + +# Env vars: +# MATTER_PACKAGE_NAMES = space sep. list of names of the packages +# that would be built. It does not reflect the name of the failing packages, +# because they could be just dependencies of them. +# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing +# package, the one that triggered the buildfail hook. +# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package +# comes from +# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of +# the failed package +buildfail: /particles/hooks/buildfail.sh + +# For more info regarding exported environment variables, please see: +# matter --help