style improvements
This commit is contained in:
parent
e36adb0f07
commit
301b5c87c1
@ -1,17 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>horea.christ@gmail.com</email>
|
<email>horea.christ@gmail.com</email>
|
||||||
<name>Horea Christian</name>
|
<name>Horea Christian</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<longdescription lang="en">
|
||||||
MoviePy is a Python module for video editing: cuts, concatenations,
|
MoviePy is a Python module for video editing: cuts, concatenations,
|
||||||
title insertions, video compositing (a.k.a. non-linear editing),
|
title insertions, video compositing (a.k.a. non-linear editing),
|
||||||
video processing, and creation of custom effects. See the gallery
|
video processing, and creation of custom effects. See the gallery
|
||||||
for some examples of use.
|
for some examples of use.
|
||||||
</longdescription>
|
</longdescription>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">Zulko/moviepy</remote-id>
|
<remote-id type="github">Zulko/moviepy</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 python3_5 )
|
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Video editing with Python "
|
DESCRIPTION="Video editing with Python"
|
||||||
HOMEPAGE="http://zulko.github.io/moviepy/"
|
HOMEPAGE="http://zulko.github.io/moviepy/"
|
||||||
SRC_URI="https://github.com/Zulko/moviepy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/Zulko/moviepy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user