[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-announce
Subject:    [Enlightenment-announce] Python-EFL 1.8.1 released
From:       Kai Huuhko <kai.huuhko () gmail ! com>
Date:       2014-01-19 15:41:56
Message-ID: CAHCz++tSetAp=QYpkwSinCbfRAunsiw+eEom-756XEXTnRO5_g () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


= Python-EFL 1.8.1 release =

We are pleased to announce that **Python-EFL** 1.8.1 is now released and
available for download.

== Download ==

| |
http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.gz|
| **md5sum** | ca71f501c7e0479f15d2746380b0f81d |
| **sha1sum** | 93962e8269c89f708b967ad4d99028bff2a168f7 |

| |
http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.bz2|
| **md5sum** | dafb875fbe7f5874ecf3db3cf351e1fe |
| **sha1sum** | 82b34b9336d517537b2a4032dff9d1e2de8b8dd8 |

For convenience the tarballs only contain intermediary C source generated
from our Cython source, which is publicly accessible in our git repository
at:

https://git.enlightenment.org/bindings/python/python-efl.git/

----

= Changes since release 1.8.0 =

Kai Huuhko (14):
  - Elementary.general: Add missing enums that were documented but not
added.
  - Elementary.web: updates to work with the new webkit-efl snapshot.
  - Use uintptr_t instead of long or unsigned long for handling pointers.
  - Tests: Decrease verbosity and buffer the output when running full suite.
  - Tests: Simple beginnings for Elm unit tests, enabled Eo tests.
  - Force default visibility in CFLAGS.
  - setup.py: os.environ.has_key -> os.getenv
  - Documentation: Add missed versionadded entries, fix formatting.
  - Elementary: Add missing smart callbacks.
  - Add Python 2.6 compatibility, disabled one API method in evas.Image
  - Tests: Removed expected failure from a test that now works
  - Edje: Re-enable edje-edit.
  - Update TODO
  - Bump versions/years for release.

davemds (4):
  - Python-EFL: 5 new tests about Focus.
  - unbroke the emotion example
  - Try to fix evas SmartObject
  - fix imports in elm tooltip example

----

= Building and Dependencies =

If you have existing Python-EFL or the old split 1.7 release bindings
installed, you may wish to uninstall them before compiling and installing
to avoid possible conflicts during install and/or runtime.

The bindings are compiled against the following libraries:

  * python (Python 2.6+/3.0+, or PyPy (not tested))
  * efl (1.8)
  * elementary (1.8, optional)
  * python-dbus (0.83+, optional)

The setup script detects your installed libraries and builds bindings
according to those found.

To install the bindings run:

  (sudo) python setup.py install


To generate the documentation locally you need:

  * sphinx (1.0+)
  * graphviz (optional)

To build the documentation:

  python setup.py build_doc


For more information on available build options see:

  python setup.py --help

----

= Projects using Python-EFL =

| Project | Website | Source |
| -------- | ---------- | -------- |
| **EpyMC** - Media Center |
https://github.com/DaveMDS/epymc/wiki/The-Emotion-Media-Center |
https://github.com/DaveMDS/epymc |
| **Espionage** - D-Bus inspector |
https://phab.enlightenment.org/w/projects/espionage/ |
http://git.enlightenment.org/apps/espionage.git |
| **Epour** - BitTorrent Client |
https://phab.enlightenment.org/w/projects/epour/ |
http://git.enlightenment.org/apps/epour.git/ |
| **Econnman** - Connman GUI |
https://phab.enlightenment.org/w/projects/econnman/ |
http://git.enlightenment.org/apps/econnman.git/ |
| **eInfo** - System Information Tool |
http://forums.bodhilinux.com/index.php?/topic/8289-einfo-system-information/|
https://github.com/antcer1213/einfo |
| **eAndora** - GUI for Pandora Internet Radio |
http://forums.bodhilinux.com/index.php?/topic/7365-eandora-elm-pandora-client/|
https://github.com/JeffHoogland/eandora |
| **egitu** - GUI for Git version control | |
https://github.com/DaveMDS/egitu |

... and many more that cannot fit in this short list.

[Attachment #5 (text/html)]

<div dir="ltr"><div>= Python-EFL 1.8.1 release =</div><div><br></div><div>We are \
pleased to announce that **Python-EFL** 1.8.1 is now released and available for \
download.</div><div><br></div><div>== Download ==</div><div><br>

</div><div>| | <a href="http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.gz" \
target="_blank">http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.gz</a> \
|</div><div>| **md5sum** | ca71f501c7e0479f15d2746380b0f81d |</div>

<div>| **sha1sum** | 93962e8269c89f708b967ad4d99028bff2a168f7 \
|</div><div><br></div><div>| | <a \
href="http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.bz2" \
target="_blank">http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.bz2</a> \
|</div>

<div>| **md5sum** | dafb875fbe7f5874ecf3db3cf351e1fe |</div><div>| **sha1sum** | \
82b34b9336d517537b2a4032dff9d1e2de8b8dd8 |</div><div><br></div><div>For convenience \
the tarballs only contain intermediary C source generated from our Cython source, \
which is publicly accessible in our git repository at:</div>

<div><br></div><div><a \
href="https://git.enlightenment.org/bindings/python/python-efl.git/" \
target="_blank">https://git.enlightenment.org/bindings/python/python-efl.git/</a></div><div><br></div><div>----</div><div><br></div>
 <div>= Changes since release 1.8.0 =</div>
<div><br></div><div>Kai Huuhko (14):</div><div>   - Elementary.general: Add missing \
enums that were documented but not added.</div><div>   - Elementary.web: updates to \
work with the new webkit-efl snapshot.</div><div>   - Use uintptr_t instead of long \
or unsigned long for handling pointers.</div>

<div>   - Tests: Decrease verbosity and buffer the output when running full \
suite.</div><div>   - Tests: Simple beginnings for Elm unit tests, enabled Eo \
tests.</div><div>   - Force default visibility in CFLAGS.</div><div>   - setup.py: \
os.environ.has_key -&gt; os.getenv</div>

<div>   - Documentation: Add missed versionadded entries, fix formatting.</div><div>  \
- Elementary: Add missing smart callbacks.</div><div>   - Add Python 2.6 \
                compatibility, disabled one API method in evas.Image</div><div>
   - Tests: Removed expected failure from a test that now works</div>
<div>   - Edje: Re-enable edje-edit.</div><div>   - Update TODO</div><div>   - Bump \
versions/years for release.</div><div><br></div><div>davemds (4):</div><div>   - \
Python-EFL: 5 new tests about Focus.</div><div>   - unbroke the emotion example</div>

<div>   - Try to fix evas SmartObject</div><div>   - fix imports in elm tooltip \
example</div><div><br></div><div>----</div><div><br></div><div>= Building and \
Dependencies =</div><div><br></div><div>If you have existing Python-EFL or the old \
split 1.7 release bindings installed, you may wish to uninstall them before compiling \
and installing to avoid possible conflicts during install and/or runtime.</div>

<div><br></div><div>The bindings are compiled against the following \
libraries:</div><div><br></div><div>   * python (Python 2.6+/3.0+, or PyPy (not \
tested))</div><div>   * efl (1.8)</div><div>   * elementary (1.8, optional)</div>

<div>   * python-dbus (0.83+, optional)</div><div><br></div><div>The setup script \
detects your installed libraries and builds bindings according to those \
found.</div><div><br></div><div>To install the bindings run:</div><div>

<br></div><div>   (sudo) python setup.py \
install</div><div><br></div><div><br></div><div>To generate the documentation locally \
you need:</div><div><br></div><div>   * sphinx (1.0+)</div><div>   * graphviz \
(optional)</div><div>

<br></div><div>To build the documentation:</div><div><br></div><div>   python \
setup.py build_doc</div><div><br></div><div><br></div><div>For more information on \
available build options see:</div><div><br></div><div>   python setup.py --help</div> \
<div><br></div><div><div>----</div><div><br></div><div>= Projects using Python-EFL \
=</div><div><br></div><div>| Project | Website | Source |</div><div>| -------- | \
---------- | -------- |</div><div>| **EpyMC** - Media Center | <a \
href="https://github.com/DaveMDS/epymc/wiki/The-Emotion-Media-Center">https://github.com/DaveMDS/epymc/wiki/The-Emotion-Media-Center</a> \
| <a href="https://github.com/DaveMDS/epymc">https://github.com/DaveMDS/epymc</a> \
|</div> <div>| **Espionage** - D-Bus inspector | <a \
href="https://phab.enlightenment.org/w/projects/espionage/">https://phab.enlightenment.org/w/projects/espionage/</a> \
| <a href="http://git.enlightenment.org/apps/espionage.git">http://git.enlightenment.org/apps/espionage.git</a> \
|</div> <div>| **Epour** - BitTorrent Client | <a \
href="https://phab.enlightenment.org/w/projects/epour/">https://phab.enlightenment.org/w/projects/epour/</a> \
| <a href="http://git.enlightenment.org/apps/epour.git/">http://git.enlightenment.org/apps/epour.git/</a> \
|</div> <div>| **Econnman** - Connman GUI | <a \
href="https://phab.enlightenment.org/w/projects/econnman/">https://phab.enlightenment.org/w/projects/econnman/</a> \
| <a href="http://git.enlightenment.org/apps/econnman.git/">http://git.enlightenment.org/apps/econnman.git/</a> \
|</div> <div>| **eInfo** - System Information Tool | <a \
href="http://forums.bodhilinux.com/index.php?/topic/8289-einfo-system-information/">http://forums.bodhilinux.com/index.php?/topic/8289-einfo-system-information/</a> \
| <a href="https://github.com/antcer1213/einfo">https://github.com/antcer1213/einfo</a> \
|</div> <div>| **eAndora** - GUI for Pandora Internet Radio | <a \
href="http://forums.bodhilinux.com/index.php?/topic/7365-eandora-elm-pandora-client/"> \
http://forums.bodhilinux.com/index.php?/topic/7365-eandora-elm-pandora-client/</a> | \
<a href="https://github.com/JeffHoogland/eandora">https://github.com/JeffHoogland/eandora</a> \
|</div> <div>| **egitu** - GUI for Git version control | | <a \
href="https://github.com/DaveMDS/egitu">https://github.com/DaveMDS/egitu</a> \
|</div><div><br></div><div>... and many more that cannot fit in this short \
list.</div></div>

</div>



------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk

_______________________________________________
Enlightenment-announce mailing list
Enlightenment-announce@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-announce


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic