mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/mysqlclient: 1.3.12 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
@@ -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
|
||||
|
||||
35
dev-python/mysqlclient/mysqlclient-1.3.12.ebuild
Normal file
35
dev-python/mysqlclient/mysqlclient-1.3.12.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user