From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1056700-garchives=archives.gentoo.org@lists.gentoo.org> 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 C58DC138334 for <garchives@archives.gentoo.org>; Sun, 11 Nov 2018 11:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A29E0BAC; Sun, 11 Nov 2018 11:56:27 +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 67AE3E0BAC for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 11:56:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ABD68335CF8 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 11:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 874A13DA for <gentoo-commits@lists.gentoo.org>; Sun, 11 Nov 2018 11:56:22 +0000 (UTC) From: "Andrey Grozin" <grozin@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" <grozin@gentoo.org> Message-ID: <1541937370.7eb0de9e0ee092bc11734498990e89a973bc31e0.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycson/Manifest dev-python/pycson/metadata.xml dev-python/pycson/pycson-0.7.ebuild X-VCS-Directories: dev-python/pycson/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 7eb0de9e0ee092bc11734498990e89a973bc31e0 X-VCS-Branch: master Date: Sun, 11 Nov 2018 11:56:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c1ec9b77-4292-48b5-90d7-df0cd4aea46b X-Archives-Hash: d5044972967794474280115be3277489 commit: 7eb0de9e0ee092bc11734498990e89a973bc31e0 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Sun Nov 11 11:56:10 2018 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Sun Nov 11 11:56:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb0de9e dev-python/pycson: initial import Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/pycson/Manifest | 1 + dev-python/pycson/metadata.xml | 12 ++++++++++++ dev-python/pycson/pycson-0.7.ebuild | 13 +++++++++++++ 3 files changed, 26 insertions(+) diff --git a/dev-python/pycson/Manifest b/dev-python/pycson/Manifest new file mode 100644 index 00000000000..e397377683b --- /dev/null +++ b/dev-python/pycson/Manifest @@ -0,0 +1 @@ +DIST pycson-0.7.tar.gz 9970 BLAKE2B 4ea59d558cd668b0ee074d22f19509056f5b39ee35289fb4de9123ff39472121a2cf57cba59888c43275c3a8ead2fdee2355b654aecad4fedbf796b478c02c06 SHA512 e8a48afbdd48d4250891d449c80f99bfc668e128a2784c1b951acd7e217cb66f6e527a7d417be3c5362930d426fc189cd3d0a7f4b2e41df351d2347f44d0e206 diff --git a/dev-python/pycson/metadata.xml b/dev-python/pycson/metadata.xml new file mode 100644 index 00000000000..5e324f58760 --- /dev/null +++ b/dev-python/pycson/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>grozin@gentoo.org</email> + <name>Andrey Grozin</name> + </maintainer> + <upstream> + <remote-id type="pypi">cson</remote-id> + <remote-id type="github">avakar/pycson</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pycson/pycson-0.7.ebuild b/dev-python/pycson/pycson-0.7.ebuild new file mode 100644 index 00000000000..9c5fe89fb5e --- /dev/null +++ b/dev-python/pycson/pycson-0.7.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit distutils-r1 +DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)" +HOMEPAGE="https://github.com/avakar/pycson/" +SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/speg"