dev-python/stripe: New ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Cédric Krier
2017-05-11 00:21:24 +02:00
parent 44a3869e45
commit c2ce579164
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST stripe-1.55.1.tar.gz 189588 SHA256 4fd5e60a7cd3311fbcc53ffc2cfa27501438ec96d58139ede1550d87b24fd7e2 SHA512 067f1d998901b862b2d47e4597504f5b180872b62217deae19cc7a81799e4562db54e37b34d431a9d2171e8c7ce8b8a43a2e55ac1a60e1198f15eb63620f812e WHIRLPOOL dad2b7208a49824a1af1eab2efe61c344af40a3fca130f94b4f406582716b954f9d09ecabe0f77d0e955cdac7283cbc66ef6253aed1ecb685396f6b1ac7f502e

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>cedk@gentoo.org</email>
<name>Cédric Krier</name>
</maintainer>
<longdescription lang="en">
Official Stripe Bindings for Python
</longdescription>
<upstream>
<remote-id type="pypi">stripe</remote-id>
<remote-id type="github">stripe/stripe-python</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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"