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 2B006139694 for ; Wed, 10 May 2017 22:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09254E0E03; Wed, 10 May 2017 22:23:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9E57E0E03 for ; Wed, 10 May 2017 22:23:54 +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 CACE434167D for ; Wed, 10 May 2017 22:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF4D845 for ; Wed, 10 May 2017 22:23:52 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1494454941.c2ce579164d98b22b096ce222dba3099eba6c4fd.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stripe/Manifest dev-python/stripe/metadata.xml dev-python/stripe/stripe-1.55.1.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: c2ce579164d98b22b096ce222dba3099eba6c4fd X-VCS-Branch: master Date: Wed, 10 May 2017 22:23:52 +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: ac5bb496-52a8-43eb-8390-3646ecb1f0db X-Archives-Hash: cbf90cfeeee481015acbbb037d8bb1c1 commit: c2ce579164d98b22b096ce222dba3099eba6c4fd Author: Cédric Krier gentoo org> AuthorDate: Wed May 10 22:21:24 2017 +0000 Commit: Cédric Krier gentoo org> CommitDate: Wed May 10 22:22:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ce5791 dev-python/stripe: New ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/stripe/Manifest | 1 + dev-python/stripe/metadata.xml | 18 ++++++++++++++++++ dev-python/stripe/stripe-1.55.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest new file mode 100644 index 00000000000..2271453e341 --- /dev/null +++ b/dev-python/stripe/Manifest @@ -0,0 +1 @@ +DIST stripe-1.55.1.tar.gz 189588 SHA256 4fd5e60a7cd3311fbcc53ffc2cfa27501438ec96d58139ede1550d87b24fd7e2 SHA512 067f1d998901b862b2d47e4597504f5b180872b62217deae19cc7a81799e4562db54e37b34d431a9d2171e8c7ce8b8a43a2e55ac1a60e1198f15eb63620f812e WHIRLPOOL dad2b7208a49824a1af1eab2efe61c344af40a3fca130f94b4f406582716b954f9d09ecabe0f77d0e955cdac7283cbc66ef6253aed1ecb685396f6b1ac7f502e diff --git a/dev-python/stripe/metadata.xml b/dev-python/stripe/metadata.xml new file mode 100644 index 00000000000..00a5d2222be --- /dev/null +++ b/dev-python/stripe/metadata.xml @@ -0,0 +1,18 @@ + + + + + python@gentoo.org + + + cedk@gentoo.org + Cédric Krier + + + Official Stripe Bindings for Python + + + stripe + stripe/stripe-python + + diff --git a/dev-python/stripe/stripe-1.55.1.ebuild b/dev-python/stripe/stripe-1.55.1.ebuild new file mode 100644 index 00000000000..6a21a480282 --- /dev/null +++ b/dev-python/stripe/stripe-1.55.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Stripe python bindings" +HOMEPAGE="https://github.com/stripe/stripe-python" +SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/requests" + +DOCS="LONG_DESCRIPTION.rst"