1
0
mirror of synced 2025-03-13 11:44:05 +01:00

style improvements

This commit is contained in:
Horea Christian 2016-09-02 03:57:42 +02:00
parent e36adb0f07
commit 301b5c87c1
2 changed files with 15 additions and 15 deletions

View File

@ -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"