From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 553B5138330 for ; Tue, 9 Jan 2018 13:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64005E0905; Tue, 9 Jan 2018 13:40:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E565E0905 for ; Tue, 9 Jan 2018 13:40:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E437335C45 for ; Tue, 9 Jan 2018 13:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9681AE for ; Tue, 9 Jan 2018 13:40:35 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1515505134.e413df6363825efbeed9c2eaf474a86a44ea54e8.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yaswfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yaswfp/Manifest dev-python/yaswfp/metadata.xml dev-python/yaswfp/yaswfp-0.9.3.ebuild X-VCS-Directories: dev-python/yaswfp/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e413df6363825efbeed9c2eaf474a86a44ea54e8 X-VCS-Branch: master Date: Tue, 9 Jan 2018 13:40:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b3f08a7-369c-4540-a0eb-b137d36d4c2c X-Archives-Hash: 7fc5cca9f13fcc994a50c44e30f07584 commit: e413df6363825efbeed9c2eaf474a86a44ea54e8 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Jan 9 13:13:41 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jan 9 13:38:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e413df63 dev-python/yaswfp: initial import Dependency for new net-analyzer/wapiti version Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/yaswfp/Manifest | 1 + dev-python/yaswfp/metadata.xml | 15 +++++++++++++++ dev-python/yaswfp/yaswfp-0.9.3.ebuild | 20 ++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/yaswfp/Manifest b/dev-python/yaswfp/Manifest new file mode 100644 index 00000000000..bac0a936b65 --- /dev/null +++ b/dev-python/yaswfp/Manifest @@ -0,0 +1 @@ +DIST yaswfp-0.9.3.tar.gz 29845 BLAKE2B 2c5961b79d8378b707a920a4c6a1d75cf8cb09cc6a689035c7118758de3fc1f6fddf6a23e91f4cddea5f7370e4b558b40dfd4a05b16d7fb5f881c5ca74beb4a5 SHA512 06fb5d38c92f418fff77d812507621236b3fc74cf75786031bbd81ac1e61767a29647c7f1d0ffbb25d2f6f1a8749e5a732896ad66956e16c886e24e85915f72b diff --git a/dev-python/yaswfp/metadata.xml b/dev-python/yaswfp/metadata.xml new file mode 100644 index 00000000000..cb2c1dd7628 --- /dev/null +++ b/dev-python/yaswfp/metadata.xml @@ -0,0 +1,15 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + + python@gentoo.org + Python + + + yaswfp + + diff --git a/dev-python/yaswfp/yaswfp-0.9.3.ebuild b/dev-python/yaswfp/yaswfp-0.9.3.ebuild new file mode 100644 index 00000000000..0f72a22de9b --- /dev/null +++ b/dev-python/yaswfp/yaswfp-0.9.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Yet Another SWF Parser" +HOMEPAGE="https://github.com/facundobatista/yaswfp" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"