dev-python/moviepy: corrected metadata
Package-Manager: portage-2.3.0
This commit is contained in:
parent
791e6cb2b3
commit
56101614bc
5
dev-python/moviepy/ChangeLog
Normal file
5
dev-python/moviepy/ChangeLog
Normal file
@ -0,0 +1,5 @@
|
||||
*moviepy-0.2.2 (29 Aug 2016)
|
||||
|
||||
29 Aug 2016; Horea Christian <h.chr@mail.ru> +metadata.xml,
|
||||
+moviepy-0.2.2.ebuild:
|
||||
dev-python/moviepy: corrected metadata
|
1
dev-python/moviepy/Manifest
Normal file
1
dev-python/moviepy/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST moviepy-0.2.2.tar.gz 400489 SHA256 751e2165dc54ceb9bc91b6ad52d09d28c3c33723b4869c73c47435c4200a2247 SHA512 a4300b31552e8b4120448b8973ce812579b4f38be48fb46546f4a33e9c10903fb73a89c8075d161d441ecf084b3936ef7d6f0d1b637ad347d00db2c643f1cc43 WHIRLPOOL 73ad6b602d95a75cec765f15179121e79cf4fdd8e5eb5aaa79ebbbdfd5445325dd1f3005242348f063fae3c544d4f0a55bb009516fe30b22c62909d86a7665e3
|
17
dev-python/moviepy/metadata.xml
Normal file
17
dev-python/moviepy/metadata.xml
Normal file
@ -0,0 +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>
|
||||
</pkgmetadata>
|
26
dev-python/moviepy/moviepy-0.2.2.ebuild
Normal file
26
dev-python/moviepy/moviepy-0.2.2.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="
|
||||
dev-python/decorator[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user