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 6BBB5138351 for ; Sun, 29 Mar 2020 09:29:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ECA8E0AC1; Sun, 29 Mar 2020 09:29:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2D79BE0AC1 for ; Sun, 29 Mar 2020 09:29:11 +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 EFB1F34FABB for ; Sun, 29 Mar 2020 09:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA34D1AA for ; Sun, 29 Mar 2020 09:29:08 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1585474142.690faa6c38248406dfd254786049d8ae969c6f0b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/Manifest dev-python/pygaljs/metadata.xml dev-python/pygaljs/pygaljs-1.0.0.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 690faa6c38248406dfd254786049d8ae969c6f0b X-VCS-Branch: dev Date: Sun, 29 Mar 2020 09:29:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c39d172-a7f0-4cf3-acff-867b085b3219 X-Archives-Hash: e60928f303bc27c6ffc97a5bc59cf9f5 commit: 690faa6c38248406dfd254786049d8ae969c6f0b Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 29 09:13:05 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 29 09:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=690faa6c dev-python/pygaljs: new package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pygaljs/Manifest | 1 + dev-python/pygaljs/metadata.xml | 13 +++++++++++++ dev-python/pygaljs/pygaljs-1.0.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest new file mode 100644 index 0000000..0b99fb2 --- /dev/null +++ b/dev-python/pygaljs/Manifest @@ -0,0 +1 @@ +DIST pygaljs-1.0.0.tar.gz 3322 BLAKE2B 247c911b98cfdefd987745f606ad691be4c3d99a66ce6c03789aa298777d6623f56e47f8211b702b4d2b3fdf39dbdcfdac547b9623186f793898b0b3906b5aa9 SHA512 bcb3e9b741901d491926024bbb89c224db4fbeddf1868119691442754c7089e7a8464f9d91e8c2f25c01718e827518efd4614056cdbe4fedd63341feee1d9ecc diff --git a/dev-python/pygaljs/metadata.xml b/dev-python/pygaljs/metadata.xml new file mode 100644 index 0000000..112a28d --- /dev/null +++ b/dev-python/pygaljs/metadata.xml @@ -0,0 +1,13 @@ + + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + ionelmc/python-pygaljs + pygaljs + + diff --git a/dev-python/pygaljs/pygaljs-1.0.0.ebuild b/dev-python/pygaljs/pygaljs-1.0.0.ebuild new file mode 100644 index 0000000..20c5ad1 --- /dev/null +++ b/dev-python/pygaljs/pygaljs-1.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js" +HOMEPAGE=" + https://github.com/ionelmc/python-pygaljs + https://pypi.org/project/pygaljs +" +SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="" + +distutils_enable_tests pytest