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 44D571396D0 for ; Fri, 1 Sep 2017 20:12:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4718E085E; Fri, 1 Sep 2017 20:12:32 +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 70F37E085E for ; Fri, 1 Sep 2017 20:12:32 +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 B115533BF1C for ; Fri, 1 Sep 2017 20:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AAB88A87 for ; Fri, 1 Sep 2017 20:12:30 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1504296732.d02da0f41e09ebdf940b31840b3d9acc85636a12.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mysqlclient/Manifest dev-python/mysqlclient/mysqlclient-1.3.12.ebuild X-VCS-Directories: dev-python/mysqlclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: d02da0f41e09ebdf940b31840b3d9acc85636a12 X-VCS-Branch: master Date: Fri, 1 Sep 2017 20:12:30 +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: a9fe0227-c4e2-4058-b026-470cd3812883 X-Archives-Hash: 26f291b2f2857100e30f2c8313e891d0 commit: d02da0f41e09ebdf940b31840b3d9acc85636a12 Author: Matthew Thode gentoo org> AuthorDate: Fri Sep 1 20:08:27 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Sep 1 20:12:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02da0f4 dev-python/mysqlclient: 1.3.12 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/mysqlclient/Manifest | 1 + dev-python/mysqlclient/mysqlclient-1.3.12.ebuild | 35 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/mysqlclient/Manifest b/dev-python/mysqlclient/Manifest index 7b86bb73ffe..abdc80709c4 100644 --- a/dev-python/mysqlclient/Manifest +++ b/dev-python/mysqlclient/Manifest @@ -1 +1,2 @@ DIST mysqlclient-1.3.10.tar.gz 82102 SHA256 452aaf9d2ba1a4fb85c134c88f9b1857852deed63b3b13255d7a65d2c1297262 SHA512 05924b363431e1208c39d4ee39199b06f29025e4fb2abdba5b85e2755d7a69ff921752754700ad34118ce6502ab654eb3e46192b5085f5fb5dca1ac46eaa412e WHIRLPOOL b7485881aee15fb0145a6431d0e9e59aebd49af07dfddada799b2217bfeddf1ff51ef60f3b62f09eabdedbe7265abce8e7bd9597d6ff5a7ac905fd4309b10f52 +DIST mysqlclient-1.3.12.tar.gz 89793 SHA256 2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5 SHA512 fa267ad14ee98cd994c0c80b8a84b592e71f80008348d67a9c970c84930504a02034e4cd2903f0acc7dce416c485d5629be6e6e9dc52de1774dec7345d5d64ee WHIRLPOOL 7b09477229686015dda9c254b31b4b3df46cb16b7d6b8da222e8ed6b3a75de871066bd5b9899884ca402fa410ba5f9648027b4e14bf0a43a77e3316467d63533 diff --git a/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild b/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild new file mode 100644 index 00000000000..abc0c50cbf6 --- /dev/null +++ b/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild @@ -0,0 +1,35 @@ +# 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} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Fork of MySQL-python" +HOMEPAGE="https://pypi.python.org/pypi/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc" + +RDEPEND=" + !dev-python/mysql-python + virtual/mysql" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +DOCS=( README.md doc/{FAQ,MySQLdb}.rst ) + +python_compile_all() { + use doc && sphinx-build -b html doc doc/_build/ +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/_build/. ) + distutils-r1_python_install_all +}