diff --git a/dev-python/moviepy/metadata.xml b/dev-python/moviepy/metadata.xml index ba38bd1..87a7042 100644 --- a/dev-python/moviepy/metadata.xml +++ b/dev-python/moviepy/metadata.xml @@ -1,17 +1,17 @@ - - horea.christ@gmail.com - Horea Christian - - - MoviePy is a Python module for video editing: cuts, concatenations, - title insertions, video compositing (a.k.a. non-linear editing), - video processing, and creation of custom effects. See the gallery - for some examples of use. - - - Zulko/moviepy - + + horea.christ@gmail.com + Horea Christian + + + MoviePy is a Python module for video editing: cuts, concatenations, + title insertions, video compositing (a.k.a. non-linear editing), + video processing, and creation of custom effects. See the gallery + for some examples of use. + + + Zulko/moviepy + diff --git a/dev-python/moviepy/moviepy-0.2.2.ebuild b/dev-python/moviepy/moviepy-0.2.2.ebuild index 12bd43c..e1b6edf 100644 --- a/dev-python/moviepy/moviepy-0.2.2.ebuild +++ b/dev-python/moviepy/moviepy-0.2.2.ebuild @@ -4,11 +4,11 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 -DESCRIPTION="Video editing with Python " +DESCRIPTION="Video editing with Python" HOMEPAGE="http://zulko.github.io/moviepy/" SRC_URI="https://github.com/Zulko/moviepy/archive/v${PV}.tar.gz -> ${P}.tar.gz"