Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/
Date: Mon, 27 Feb 2017 02:51:35
Message-Id: 1488162586.f775207fedfa05a449a98e35b3762a2a7ae1644a.prometheanfire@gentoo
1 commit: f775207fedfa05a449a98e35b3762a2a7ae1644a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 02:29:46 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 02:29:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f775207f
7
8 dev-python/python-sqlparse: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/python-sqlparse/Manifest | 1 +
13 .../python-sqlparse/python-sqlparse-0.2.2.ebuild | 56 ++++++++++++++++++++++
14 2 files changed, 57 insertions(+)
15
16 diff --git a/dev-python/python-sqlparse/Manifest b/dev-python/python-sqlparse/Manifest
17 index c3ee2c4ee3..7e73f24b0f 100644
18 --- a/dev-python/python-sqlparse/Manifest
19 +++ b/dev-python/python-sqlparse/Manifest
20 @@ -6,3 +6,4 @@ DIST sqlparse-0.1.16.tar.gz 58418 SHA256 678c6c36ca4b01405177da8b84eecf92ec92c9f
21 DIST sqlparse-0.1.18.tar.gz 58594 SHA256 39b196c4a06f76d6ac82f029457ca961f662a8bbbb2694eb1dfe4f2b68a2d7cf SHA512 78d20af3945140ff82d9ac9411eed57e0515a755ecafa407fbd7cdcca27b06a72b4e67f1fa22ccadcaa59827814f0ef58db68f236ca142b5663236d31c80820e WHIRLPOOL 129176182f532886cfeebce6a9512bfba6068e4728372761d97ac7214202577df1b1464f188be302827f2b7264c9596027475282bc81f9d8cee4506405627890
22 DIST sqlparse-0.1.19.tar.gz 58132 SHA256 d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8 SHA512 805e737c004eec721bc1fbdea0b89516de7172cb4431736817a2b5b44e2a1f0e5e23a09b07bcd9455679db9bf586f0baf9e3f0c50c389c4b80f116b662d407ed WHIRLPOOL 13befd5bdcc06ee7a543a0d31cf4f1764a6fc07f93214dc13508df0779fa98672c623fb73bf3cc3d3741311daab1596cb3e2202cbf9fe0440fc94b7f6f483b5e
23 DIST sqlparse-0.2.1.tar.gz 53463 SHA256 1c98a2bdffe67f1bb817b72a7ba4d38be592e0f07c5acea4adebcec12c4377d1 SHA512 8f70677c73cb3bb2ac11d6b90fd86f6f874b3ba4b402bb776f716d75103c3768c385dbe403290c167f76874e92c36ac4deb1ca3c5d5f6fbc69bed0935505d5ef WHIRLPOOL 65c5ee607e98deda807443b2aa92a05d9fe9087e0fd0f353b77b36bbc1064e5aa25639b4351ed104254821b012d0b5718d5df777a277be4f0d16dd35109e2b69
24 +DIST sqlparse-0.2.2.tar.gz 57965 SHA256 d446296b2c26f9466860dd85fa32480bec523ab96bda8879262c38e8e8fbba21 SHA512 8d812067364897e96c6ece28bae51983d5560db2be2ed23c6f16e718a9fea220fd9941970208bfbd64becae78f1a1e1c2603c4f3246319ec120ada71515ef5a1 WHIRLPOOL b2f9575748e2ae5599844648bf39da205de9662462cb201b5e1d9187250bef6a6117a2f519281dfc471b72383478df04123d3bea2b09bdf274bc329dac783f42
25
26 diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
27 new file mode 100644
28 index 0000000000..f2275fc709
29 --- /dev/null
30 +++ b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
31 @@ -0,0 +1,56 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
38 +
39 +inherit distutils-r1
40 +
41 +MY_PN="${PN##python-}"
42 +MY_P="${MY_PN}-${PV}"
43 +
44 +DESCRIPTION="A non-validating SQL parser module for Python"
45 +HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse"
46 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
47 +
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
50 +LICENSE="BSD-2"
51 +IUSE="doc test"
52 +
53 +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
54 +
55 +DEPEND="
56 + dev-python/setuptools[${PYTHON_USEDEP}]
57 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
58 + test? (
59 + dev-python/pytest[${PYTHON_USEDEP}]
60 + dev-python/pytest-cov[${PYTHON_USEDEP}]
61 + )"
62 +# Required for running tests
63 +DISTUTILS_IN_SOURCE_BUILD=1
64 +
65 +S="${WORKDIR}"/${P#python-}
66 +
67 +pkg_setup() {
68 + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
69 +}
70 +
71 +python_compile_all() {
72 + use doc && emake -C docs html
73 +}
74 +
75 +python_test() {
76 + if python_is_python3; then
77 + 2to3 -w --no-diffs -n tests/ sqlparse/
78 + py.test ./tests || die "testsuite failed ${EPYTHON}"
79 + else
80 + py.test tests || die "testsuite failed under ${EPYTHON}"
81 + fi
82 +}
83 +
84 +python_install_all() {
85 + use doc && local HTML_DOCS=( docs/build/html/. )
86 + distutils-r1_python_install_all
87 +}