1
0
Fork 0

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

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">Zulko/moviepy</remote-id>
</upstream>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">Zulko/moviepy</remote-id>
</upstream>
</pkgmetadata>

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"