From a8b0d35ab742f31538d515dea39716e566d533c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Jan 2018 23:13:57 +0000 Subject: gentoo resync : 06.01.2018 --- dev-python/python-sqlparse/Manifest | 4 -- .../python-sqlparse/python-sqlparse-0.2.1.ebuild | 56 ---------------------- .../python-sqlparse/python-sqlparse-0.2.2.ebuild | 56 ---------------------- 3 files changed, 116 deletions(-) delete mode 100644 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild delete mode 100644 dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild (limited to 'dev-python/python-sqlparse') diff --git a/dev-python/python-sqlparse/Manifest b/dev-python/python-sqlparse/Manifest index c338f3d68cc8..aa711b0d9444 100644 --- a/dev-python/python-sqlparse/Manifest +++ b/dev-python/python-sqlparse/Manifest @@ -1,7 +1,3 @@ -DIST sqlparse-0.2.1.tar.gz 53463 BLAKE2B 5e729f58ec67f6dea8b02c9be23d8391e5312b9a1e5820fcf29e76ae567d7be62b4b6bda005f3662fe7feffc9c8f73d6cbbf320a87af719503a01228d1d8e3ce SHA512 8f70677c73cb3bb2ac11d6b90fd86f6f874b3ba4b402bb776f716d75103c3768c385dbe403290c167f76874e92c36ac4deb1ca3c5d5f6fbc69bed0935505d5ef -DIST sqlparse-0.2.2.tar.gz 57965 BLAKE2B 861567c9acc4871c7b743fbe343011a3810fcc31e0d4c85619f743e4930066e18e4700c5b0c7a529f55f8010f748c3512b5d5b8641c35ab0be19d1ccd3fc6214 SHA512 8d812067364897e96c6ece28bae51983d5560db2be2ed23c6f16e718a9fea220fd9941970208bfbd64becae78f1a1e1c2603c4f3246319ec120ada71515ef5a1 DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba SHA512 ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835 -EBUILD python-sqlparse-0.2.1.ebuild 1372 BLAKE2B f68d324681ae8576f46d42c1e774aa3abe551b84aa3e0a7720ef20e64639f7f104fb223d20cc90f55bc8943f985cf566a9090c28d51e60cc0ee39d57a750ccef SHA512 04990aa24b4caec618040843f5a75bc8bbd4a23d643d00805fe294d078cfb3c7168c0d4152fe992324f4c57d665c5210e88131764320add7d6bea78096387039 -EBUILD python-sqlparse-0.2.2.ebuild 1381 BLAKE2B ea0b0fd3d9c4570bab0ba2b041d61546b616d631fba981a621f56af260979c5cc77184cef2ca5728c67ee6892e846e5395612e322db4c717b38180376bd68989 SHA512 209f49b880fc6ee533f293990e78c5f5401b520619e4f183a096fa4cb28391727544038bd538fca2f807057465fe6ddce4dc7178397eb95c3c098226c4a539a7 EBUILD python-sqlparse-0.2.3.ebuild 1374 BLAKE2B a40a70adde22c81801bb20b9a251c520d637ea02df885daf2e627577bbd3da1b4dad6a5afabe9f7e853766452e237d6dd3c045368e942931201cca8c99ae31ab SHA512 ab79e1671b9ff73185b695fec25642f9b8cacf5dd21b8fbc9398f94b3ede04fa5a3460558cffecadc27362e0deaecedef34ca3e6bb95bd8890b40a79c75621c7 MISC metadata.xml 453 BLAKE2B 2b04f47b565bbce71b1ddf27bedcd903f123751e7524ca62ea280b96788dbd14ae18513fda8eaf563d927c09dff7094b6a5c0d651c0530f2d3e07ee1d092c946 SHA512 5bb3c69c2dd5bc8ad2bc8c4a174be8627ed54ba0055bc153d36733f964ee289d71d0b392ec63127482a87f5f56fee9cf2900a2830a0ffbb733b1119be4abc0d3 diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild deleted file mode 100644 index 554f45f5583b..000000000000 --- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) - -inherit distutils-r1 - -MY_PN="${PN##python-}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" -IUSE="doc test" - -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" -# Required for running tests -DISTUTILS_IN_SOURCE_BUILD=1 - -S="${WORKDIR}"/${P#python-} - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - if python_is_python3; then - 2to3 -w --no-diffs -n tests/ sqlparse/ - py.test ./tests || die "testsuite failed ${EPYTHON}" - else - py.test tests || die "testsuite failed under ${EPYTHON}" - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild deleted file mode 100644 index d45f7b319bf5..000000000000 --- a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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 - -MY_PN="${PN##python-}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" -IUSE="doc test" - -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" -# Required for running tests -DISTUTILS_IN_SOURCE_BUILD=1 - -S="${WORKDIR}"/${P#python-} - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - if python_is_python3; then - 2to3 -w --no-diffs -n tests/ sqlparse/ - py.test ./tests || die "testsuite failed ${EPYTHON}" - else - py.test tests || die "testsuite failed under ${EPYTHON}" - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3