[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-08 Thread Michał Górny
commit: 93d9c5344346534a3bfed314d6970553e41c6a62
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  8 08:19:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  8 08:25:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d9c534

dev-python/python-sqlparse: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-sqlparse/Manifest|  2 --
 .../python-sqlparse/python-sqlparse-0.2.3.ebuild   | 41 --
 .../python-sqlparse/python-sqlparse-0.2.4.ebuild   | 41 --
 3 files changed, 84 deletions(-)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index a88cb331d77..d76094aa546 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1,4 +1,2 @@
-DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 
38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba
 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
-DIST sqlparse-0.2.4.tar.gz 61614 BLAKE2B 
2462fa5d77ca2c3028aa3539bedc3cb2d7abd35db3c736ffd8abad8626a33174787f0079453ec646739749c8860fce0f1c7d815e6a8485c24b851a40b5bf3b87
 SHA512 
abea0f084778976f2d1086006eaa88e1fc1d2580654d063b35557a44d9d9727b410a022e8ea06ae3b265f2829d49c48d347dddc61f2e56be9c3d6207104712b2
 DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B 
fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6
 SHA512 
596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551
 DIST sqlparse-0.3.1.tar.gz 67572 BLAKE2B 
27c9267de1a269a4574019d457a3dad53ad805e56a57ba73e294c229a7852b7ca04557fb45d07566e94eba7593257ad7eb413b1e0ec04d1044838d5039dc8ba8
 SHA512 
4c56a528b43578a7a48fc31cee369215b15761d9903ea1d8e034c69f0eb6431dd15362aab13af25a36fccb361436f1cba746bcbb515cbab5d30319629dd2ddfb

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
deleted file mode 100644
index 3f52bef28aa..000
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="${PN##python-}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="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 s390 sparc x86 
~amd64-linux ~x86-linux"
-LICENSE="BSD-2"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${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-}
-
-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
-}

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
deleted file mode 100644
index 36f895a3d44..000
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="${PN##python-}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="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 s390 sparc x86 
~amd64-linux ~x86-linux"
-LICENSE="BSD-2"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${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-}
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-08 Thread Michał Górny
commit: 7857311e6f8dedb531e4502ff52f97a2dbf21707
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  8 08:15:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  8 08:25:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7857311e

dev-python/python-sqlparse: Mark 0.3.0 hppa stable wrt ALLARCHES

Closes: https://bugs.gentoo.org/711672
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index f0293a7e412..09e5c942bc3 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: dfa864199fb9a2bb1a09675c27463395ec7bbe17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 11:06:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 11:06:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa86419

dev-python/python-sqlparse: arm stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 345a3d5a018..f0293a7e412 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: 415e040588fbe73ddf00080fc336135da08eb0be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 11:02:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 11:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e0405

dev-python/python-sqlparse: x86 stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 2e2f9fd232e..345a3d5a018 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: e8dfe639de57f9426fd9342386aeac0089857a24
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 10:57:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 10:57:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dfe639

dev-python/python-sqlparse: ia64 stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 695dbe80431..2e2f9fd232e 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: c352de14f299779701f8e373da09440533b58c81
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 10:54:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 10:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c352de14

dev-python/python-sqlparse: ppc stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 75718a22579..695dbe80431 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: bbf4788b9682045efc23043ca244fbaab9ebdc26
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 10:49:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 10:49:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf4788b

dev-python/python-sqlparse: ppc64 stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 1128b7d41b0..75718a22579 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: 4398b998b0d8c30928322de003c8b0c404c5032c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 09:43:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 09:43:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4398b998

dev-python/python-sqlparse: amd64 stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index b3c0a402337..1128b7d41b0 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: 477c5e3d695a87bda4586d948348794b5cc643f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 08:58:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 08:58:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477c5e3d

dev-python/python-sqlparse: sparc stable wrt bug #711672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 15d595e808e..b3c0a402337 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-07 Thread Agostino Sarubbo
commit: e8aa18185d08c791a820d80821fa1963d434de14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  7 08:24:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  7 08:24:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aa1818

dev-python/python-sqlparse: s390 stable wrt bug #711672

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 33092e587e3..15d595e808e 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="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 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-06 Thread Michał Górny
commit: fefe4c091a1e2be1f1c0da0d71ffca563fc99441
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 12:02:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 12:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefe4c09

dev-python/python-sqlparse: Update remote-ids

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-sqlparse/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/python-sqlparse/metadata.xml 
b/dev-python/python-sqlparse/metadata.xml
index 2b283af49f1..13cb8d15bee 100644
--- a/dev-python/python-sqlparse/metadata.xml
+++ b/dev-python/python-sqlparse/metadata.xml
@@ -6,8 +6,7 @@
 Python
   
   
-python-sqlparse
-python-sqlparse
+sqlparse
 andialbrecht/sqlparse
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-06 Thread Michał Górny
commit: 233a5502806a5c15f45ea5f70bf984c2de040afb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 11:47:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 12:05:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233a5502

dev-python/python-sqlparse: Bump to 0.3.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.3.1.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index 7760bee3a00..a88cb331d77 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1,3 +1,4 @@
 DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 
38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba
 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
 DIST sqlparse-0.2.4.tar.gz 61614 BLAKE2B 
2462fa5d77ca2c3028aa3539bedc3cb2d7abd35db3c736ffd8abad8626a33174787f0079453ec646739749c8860fce0f1c7d815e6a8485c24b851a40b5bf3b87
 SHA512 
abea0f084778976f2d1086006eaa88e1fc1d2580654d063b35557a44d9d9727b410a022e8ea06ae3b265f2829d49c48d347dddc61f2e56be9c3d6207104712b2
 DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B 
fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6
 SHA512 
596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551
+DIST sqlparse-0.3.1.tar.gz 67572 BLAKE2B 
27c9267de1a269a4574019d457a3dad53ad805e56a57ba73e294c229a7852b7ca04557fb45d07566e94eba7593257ad7eb413b1e0ec04d1044838d5039dc8ba8
 SHA512 
4c56a528b43578a7a48fc31cee369215b15761d9903ea1d8e034c69f0eb6431dd15362aab13af25a36fccb361436f1cba746bcbb515cbab5d30319629dd2ddfb

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.1.ebuild
new file mode 100644
index 000..d03098e3f4d
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+MY_PN="${PN##python-}"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A non-validating SQL parser module for Python"
+HOMEPAGE="https://github.com/andialbrecht/sqlparse";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}"/${P#python-}
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+LICENSE="BSD-2"
+IUSE="doc"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-03-06 Thread Michał Górny
commit: a2b9ca40d1f71da79688e05292516294c1407bdc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 11:54:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 12:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b9ca40

dev-python/python-sqlparse: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 .../python-sqlparse/python-sqlparse-0.2.3.ebuild | 20 ++--
 .../python-sqlparse/python-sqlparse-0.2.4.ebuild | 20 ++--
 .../python-sqlparse/python-sqlparse-0.3.0.ebuild |  2 +-
 3 files changed, 5 insertions(+), 37 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
index 2a51bb0cf79..3f52bef28aa 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -17,14 +17,11 @@ 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 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
-IUSE="doc test"
+IUSE="test"
 RESTRICT="!test? ( 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}]
@@ -34,14 +31,6 @@ 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/
@@ -50,8 +39,3 @@ python_test() {
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.4.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
index 3216f5eb6d6..36f895a3d44 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -17,14 +17,11 @@ 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 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
-IUSE="doc test"
+IUSE="test"
 RESTRICT="!test? ( 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}]
@@ -34,14 +31,6 @@ 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/
@@ -50,8 +39,3 @@ python_test() {
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.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index a0839ec0c23..33092e587e3 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN="${PN##python-}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2020-02-05 Thread Andreas Sturmlechner
commit: 84249ab4d7c68292e24aa0727b80342c1123f82e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  4 22:22:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  5 21:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84249ab4

dev-python/python-sqlparse: python3_8

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 83cabf9bcaa..a0839ec0c23 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN="${PN##python-}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2019-11-25 Thread Rick Farina
commit: d4fe76567d2deaab56615d8b2458566255cbcf86
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Nov 25 19:17:53 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Nov 25 19:18:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe7656

dev-python/python-sqlparse: adding python 3.7

tests pass, and I needed it

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Rick Farina  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
index 3920837f016..ca3f6ecf6a2 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2019-04-02 Thread Virgil Dupras
commit: f216cea1c7798ed8c7ac126db24a62a37213677c
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Apr  2 17:23:34 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Apr  2 17:23:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f216cea1

dev-python/python-sqlparse: add py37 compat and cleanup ebuild

Most of the hoops that were present to build doc and run tests weren't
actually necessary.

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 .../python-sqlparse/python-sqlparse-0.3.0.ebuild   | 22 +++---
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index 8d9e4eac466..eca64775215 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1
 
@@ -19,35 +19,19 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 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
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 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
+   pytest tests || die "testsuite failed under ${EPYTHON}"
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2019-03-21 Thread William Hubbs
commit: 2e9d5ff47744b9f2e37982085f35a73f884bc90a
Author: William Hubbs  sony  com>
AuthorDate: Thu Mar 21 17:56:32 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar 21 19:08:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9d5ff4

dev-python/python-sqlparse: 0.3.0 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.3.0.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index af1f8279d8e..7760bee3a00 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1,2 +1,3 @@
 DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 
38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba
 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
 DIST sqlparse-0.2.4.tar.gz 61614 BLAKE2B 
2462fa5d77ca2c3028aa3539bedc3cb2d7abd35db3c736ffd8abad8626a33174787f0079453ec646739749c8860fce0f1c7d815e6a8485c24b851a40b5bf3b87
 SHA512 
abea0f084778976f2d1086006eaa88e1fc1d2580654d063b35557a44d9d9727b410a022e8ea06ae3b265f2829d49c48d347dddc61f2e56be9c3d6207104712b2
+DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B 
fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6
 SHA512 
596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
new file mode 100644
index 000..8d9e4eac466
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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://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 ~s390 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2018-12-08 Thread Mikle Kolyada
commit: da98733dc0f675d8fd60edec04055d1527487939
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 17:40:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 17:40:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da98733d

dev-python/python-sqlparse: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild | 4 ++--
 dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
index c29badf7f59..6e152fc0b25 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ HOMEPAGE="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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
index c29badf7f59..6e152fc0b25 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ HOMEPAGE="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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2018-02-18 Thread Matt Thode
commit: 86ae6c29e37a11fdd2b58fed0e61892a21883026
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 18 23:50:28 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 19 00:54:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ae6c29

dev-python/python-sqlparse: 0.2.4 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.2.4.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index 7071da99952..af1f8279d8e 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1 +1,2 @@
 DIST sqlparse-0.2.3.tar.gz 60742 BLAKE2B 
38d3f17d196d3a1d50ea75810b5bd3a890c6f4b12195621d571d62b8c40e2e2d13034deddd95288df37a15daba28153a5ca9221b78bfff1c0e3bc37eddca2dba
 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
+DIST sqlparse-0.2.4.tar.gz 61614 BLAKE2B 
2462fa5d77ca2c3028aa3539bedc3cb2d7abd35db3c736ffd8abad8626a33174787f0079453ec646739749c8860fce0f1c7d815e6a8485c24b851a40b5bf3b87
 SHA512 
abea0f084778976f2d1086006eaa88e1fc1d2580654d063b35557a44d9d9727b410a022e8ea06ae3b265f2829d49c48d347dddc61f2e56be9c3d6207104712b2

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
new file mode 100644
index 000..aab80324cd4
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 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://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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2018-02-05 Thread Michał Górny
commit: 3dfa82c6dca162d874ed9652e7eae425b805d6f1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Feb  5 20:33:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  5 21:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfa82c6

dev-python/python-sqlparse: remove dead HOMEPAGE

 dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
index 8abfe85a5f6..c29badf7f59 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 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";
+HOMEPAGE="https://github.com/andialbrecht/sqlparse";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-08-27 Thread Matt Thode
commit: 6eca71dcc7c6a59ae32f2237f5950d849652ec28
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Aug 27 23:29:21 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 00:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eca71dc

dev-python/python-sqlparse: 0.2.3 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.2.3.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index b10d325ca6a..4f45e4b75d8 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -1,2 +1,3 @@
 DIST sqlparse-0.2.1.tar.gz 53463 SHA256 
1c98a2bdffe67f1bb817b72a7ba4d38be592e0f07c5acea4adebcec12c4377d1 SHA512 
8f70677c73cb3bb2ac11d6b90fd86f6f874b3ba4b402bb776f716d75103c3768c385dbe403290c167f76874e92c36ac4deb1ca3c5d5f6fbc69bed0935505d5ef
 WHIRLPOOL 
65c5ee607e98deda807443b2aa92a05d9fe9087e0fd0f353b77b36bbc1064e5aa25639b4351ed104254821b012d0b5718d5df777a277be4f0d16dd35109e2b69
 DIST sqlparse-0.2.2.tar.gz 57965 SHA256 
d446296b2c26f9466860dd85fa32480bec523ab96bda8879262c38e8e8fbba21 SHA512 
8d812067364897e96c6ece28bae51983d5560db2be2ed23c6f16e718a9fea220fd9941970208bfbd64becae78f1a1e1c2603c4f3246319ec120ada71515ef5a1
 WHIRLPOOL 
b2f9575748e2ae5599844648bf39da205de9662462cb201b5e1d9187250bef6a6117a2f519281dfc471b72383478df04123d3bea2b09bdf274bc329dac783f42
+DIST sqlparse-0.2.3.tar.gz 60742 SHA256 
becd7cc7cebbdf311de8ceedfcf2bd2403297024418801947f8c953025beeff8 SHA512 
ec654e680f8ce423a89da92c4c74f85e652bebb19e9a40ab0b8067f61803897e49e1e6f8dd1ab454b1ed130974d76b4f973c799264fd4bf8a87f034ba9c44835
 WHIRLPOOL 
17f912d555607047180d6b5118b70b9d5e06bf3361493b267a91bbfadc6c74ec93d0b9aeddc78f7cb7c9fbc6732a7f48bfe5257047e6c505f94f3d65afc3643e

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
new file mode 100644
index 000..f2fb7d85117
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild
@@ -0,0 +1,56 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-05-11 Thread Manuel Rüger
commit: cc5e84f98ca25dad597ee6003e38ab031f842254
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May 11 13:09:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May 11 13:09:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5e84f9

dev-python/python-sqlparse: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
index 0882f9639e1..d45f7b319bf 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-03-25 Thread Matt Thode
commit: 85f232950ebbd76fadaf797278ce217f752d66d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 26 03:22:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar 26 03:22:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f23295

stablize openstack ocata python-sqlparse-0.2.2 x86 and amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
index f2275fc7090..0882f9639e1 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-02-26 Thread Matt Thode
commit: f775207fedfa05a449a98e35b3762a2a7ae1644a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 02:29:46 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 02:29:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f775207f

dev-python/python-sqlparse: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.2.2.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index c3ee2c4ee3..7e73f24b0f 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -6,3 +6,4 @@ DIST sqlparse-0.1.16.tar.gz 58418 SHA256 
678c6c36ca4b01405177da8b84eecf92ec92c9f
 DIST sqlparse-0.1.18.tar.gz 58594 SHA256 
39b196c4a06f76d6ac82f029457ca961f662a82694eb1dfe4f2b68a2d7cf SHA512 
78d20af3945140ff82d9ac9411eed57e0515a755ecafa407fbd7cdcca27b06a72b4e67f1fa22ccadcaa59827814f0ef58db68f236ca142b5663236d31c80820e
 WHIRLPOOL 
129176182f532886cfeebce6a9512bfba6068e4728372761d97ac7214202577df1b1464f188be302827f2b7264c9596027475282bc81f9d8cee4506405627890
 DIST sqlparse-0.1.19.tar.gz 58132 SHA256 
d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8 SHA512 
805e737c004eec721bc1fbdea0b89516de7172cb4431736817a2b5b44e2a1f0e5e23a09b07bcd9455679db9bf586f0baf9e3f0c50c389c4b80f116b662d407ed
 WHIRLPOOL 
13befd5bdcc06ee7a543a0d31cf4f1764a6fc07f93214dc13508df0779fa98672c623fb73bf3cc3d3741311daab1596cb3e2202cbf9fe0440fc94b7f6f483b5e
 DIST sqlparse-0.2.1.tar.gz 53463 SHA256 
1c98a2bdffe67f1bb817b72a7ba4d38be592e0f07c5acea4adebcec12c4377d1 SHA512 
8f70677c73cb3bb2ac11d6b90fd86f6f874b3ba4b402bb776f716d75103c3768c385dbe403290c167f76874e92c36ac4deb1ca3c5d5f6fbc69bed0935505d5ef
 WHIRLPOOL 
65c5ee607e98deda807443b2aa92a05d9fe9087e0fd0f353b77b36bbc1064e5aa25639b4351ed104254821b012d0b5718d5df777a277be4f0d16dd35109e2b69
+DIST sqlparse-0.2.2.tar.gz 57965 SHA256 
d446296b2c26f9466860dd85fa32480bec523ab96bda8879262c38e8e8fbba21 SHA512 
8d812067364897e96c6ece28bae51983d5560db2be2ed23c6f16e718a9fea220fd9941970208bfbd64becae78f1a1e1c2603c4f3246319ec120ada71515ef5a1
 WHIRLPOOL 
b2f9575748e2ae5599844648bf39da205de9662462cb201b5e1d9187250bef6a6117a2f519281dfc471b72383478df04123d3bea2b09bdf274bc329dac783f42

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
new file mode 100644
index 00..f2275fc709
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.2.ebuild
@@ -0,0 +1,56 @@
+# 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} 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-02-24 Thread Markus Meier
commit: 3c40f49ab9366b2c5a5e418c0bfae893a610f454
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Feb 24 18:03:22 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Feb 24 18:03:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40f49a

dev-python/python-sqlparse: arm stable, bug #606306

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index b01638904b..c53251c084 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-25 Thread Tobias Klausmann
commit: 7bf8691b167bcf965f2b366df3884266be75b81c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jan 25 11:48:20 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jan 25 11:48:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf8691b

dev-python/python-sqlparse-0.2.1-r0: stable on alpha

Gentoo-Bug: 606306

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index c76bea9..b016389 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-23 Thread Agostino Sarubbo
commit: e7098f594fc2c25907aef40533305a5ee98d5faf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 23 16:25:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 23 16:27:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7098f59

dev-python/python-sqlparse: ia64 stable wrt bug #606306

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index 0fe4392..c76bea9 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-22 Thread Jeroen Roovers
commit: 6d43007db24c3907b1b167b67b39ee0a8d81b94e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 23 05:58:04 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 23 05:58:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d43007d

dev-python/python-sqlparse: Stable for HPPA (bug #606306).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index ecd5dfa..0fe4392 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-21 Thread Agostino Sarubbo
commit: dbfdfff6f99d456ea0fb0a5386003e255fa10239
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 20:29:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 20:33:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfdfff6

dev-python/python-sqlparse: ppc stable wrt bug #606306

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index c3a2eb5..afbff45 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-19 Thread Agostino Sarubbo
commit: 54979360400868f18e6c510e263f2612b10a2269
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 10:58:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 10:58:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54979360

dev-python/python-sqlparse: x86 stable wrt bug #606306

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index 68ffa00..791194b 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2017-01-18 Thread Agostino Sarubbo
commit: 2014d0f078f86d0ad9c8984bff0895223710c130
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2014d0f0

dev-python/python-sqlparse: amd64 stable wrt bug #606306

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index 1e16a85..68ffa00 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-08-24 Thread Johann Schmitz
commit: d0e148d5b79f2f3a1e8f5b879f46fa59a151fe81
Author: Johann Schmitz  gentoo  org>
AuthorDate: Thu Aug 25 04:25:44 2016 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Thu Aug 25 04:25:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e148d5

dev-python/python-sqlparse: Version bump to 0.2.1

Package-Manager: portage-2.2.28

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.2.1.ebuild   | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index 69c0ec3..c3ee2c4 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -5,3 +5,4 @@ DIST sqlparse-0.1.15.tar.gz 57863 SHA256 
ce92c9f134b1cd461a27c502197464b5f245261
 DIST sqlparse-0.1.16.tar.gz 58418 SHA256 
678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81 SHA512 
2561ed970340eb99b575626fd8bb7253f522507628ed86256a32e7bd7dd438b7f4bec0adf1d7298a2903411d2623cb5a4ba6f53c794bcc38b695e2ddf26c488c
 WHIRLPOOL 
8c2f01c4bda48e190668bb34cbabc1bc775a224432ca9ea638f4c350fe493c8705d171f4f6c40063e8c7546502249cec3bfa73d5f6f6e47b918cdba8a5cdcafc
 DIST sqlparse-0.1.18.tar.gz 58594 SHA256 
39b196c4a06f76d6ac82f029457ca961f662a82694eb1dfe4f2b68a2d7cf SHA512 
78d20af3945140ff82d9ac9411eed57e0515a755ecafa407fbd7cdcca27b06a72b4e67f1fa22ccadcaa59827814f0ef58db68f236ca142b5663236d31c80820e
 WHIRLPOOL 
129176182f532886cfeebce6a9512bfba6068e4728372761d97ac7214202577df1b1464f188be302827f2b7264c9596027475282bc81f9d8cee4506405627890
 DIST sqlparse-0.1.19.tar.gz 58132 SHA256 
d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8 SHA512 
805e737c004eec721bc1fbdea0b89516de7172cb4431736817a2b5b44e2a1f0e5e23a09b07bcd9455679db9bf586f0baf9e3f0c50c389c4b80f116b662d407ed
 WHIRLPOOL 
13befd5bdcc06ee7a543a0d31cf4f1764a6fc07f93214dc13508df0779fa98672c623fb73bf3cc3d3741311daab1596cb3e2202cbf9fe0440fc94b7f6f483b5e
+DIST sqlparse-0.2.1.tar.gz 53463 SHA256 
1c98a2bdffe67f1bb817b72a7ba4d38be592e0f07c5acea4adebcec12c4377d1 SHA512 
8f70677c73cb3bb2ac11d6b90fd86f6f874b3ba4b402bb776f716d75103c3768c385dbe403290c167f76874e92c36ac4deb1ca3c5d5f6fbc69bed0935505d5ef
 WHIRLPOOL 
65c5ee607e98deda807443b2aa92a05d9fe9087e0fd0f353b77b36bbc1064e5aa25639b4351ed104254821b012d0b5718d5df777a277be4f0d16dd35109e2b69

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
new file mode 100644
index ..00abdff
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-06-08 Thread Michał Górny
commit: 0aae6361ffc47838c791b39541304e4b1be2fb84
Author: Jouni Kosonen  tukesoft  com>
AuthorDate: Sun Jun  5 12:13:57 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  8 07:08:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aae6361

dev-python/python-sqlparse: add version 0.1.19

Pull-Request: https://github.com/gentoo/gentoo/pull/1616

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.1.19.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index 54b89f5..69c0ec3 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -4,3 +4,4 @@ DIST sqlparse-0.1.14.tar.gz 55307 SHA256 
e561e31853ab9f3634a1a2bd53035f9e47dfb20
 DIST sqlparse-0.1.15.tar.gz 57863 SHA256 
ce92c9f134b1cd461a27c502197464b5f245261ad0fbb26d7bf659f28a5c11b2 SHA512 
9d7ef4b22465b0b0438195f304fa138f286f5976ba64880616ef46da4df76dd9c6bb34d56c8daa66e522e68b3e7f284d442e513e3cc97a5300c38597d2c4afc1
 WHIRLPOOL 
968250ad9f2945ab6d61d94a673493cc6c6e42fea5566f6a7b25f4cde57dbbcf8216e8e1003f50b1f5bd1be58b00838fecdc6c729c8ba3a2365309ddede66ba5
 DIST sqlparse-0.1.16.tar.gz 58418 SHA256 
678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81 SHA512 
2561ed970340eb99b575626fd8bb7253f522507628ed86256a32e7bd7dd438b7f4bec0adf1d7298a2903411d2623cb5a4ba6f53c794bcc38b695e2ddf26c488c
 WHIRLPOOL 
8c2f01c4bda48e190668bb34cbabc1bc775a224432ca9ea638f4c350fe493c8705d171f4f6c40063e8c7546502249cec3bfa73d5f6f6e47b918cdba8a5cdcafc
 DIST sqlparse-0.1.18.tar.gz 58594 SHA256 
39b196c4a06f76d6ac82f029457ca961f662a82694eb1dfe4f2b68a2d7cf SHA512 
78d20af3945140ff82d9ac9411eed57e0515a755ecafa407fbd7cdcca27b06a72b4e67f1fa22ccadcaa59827814f0ef58db68f236ca142b5663236d31c80820e
 WHIRLPOOL 
129176182f532886cfeebce6a9512bfba6068e4728372761d97ac7214202577df1b1464f188be302827f2b7264c9596027475282bc81f9d8cee4506405627890
+DIST sqlparse-0.1.19.tar.gz 58132 SHA256 
d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8 SHA512 
805e737c004eec721bc1fbdea0b89516de7172cb4431736817a2b5b44e2a1f0e5e23a09b07bcd9455679db9bf586f0baf9e3f0c50c389c4b80f116b662d407ed
 WHIRLPOOL 
13befd5bdcc06ee7a543a0d31cf4f1764a6fc07f93214dc13508df0779fa98672c623fb73bf3cc3d3741311daab1596cb3e2202cbf9fe0440fc94b7f6f483b5e

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.19.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.19.ebuild
new file mode 100644
index 000..00abdff
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.19.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-03-24 Thread Matt Thode
commit: ad0f64a7a94e55a905f59d0b6ab2ee6e29bb5be9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 03:41:59 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 03:41:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0f64a7

dev-python/python-sqlparse: adding python35

Package-Manager: portage-2.2.26

 dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
index d1f95a6..00abdff 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-02-27 Thread Matt Thode
commit: 0a8a2dbe4d3c9395babe17c72f19643868221deb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:24:13 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:24:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8a2dbe

dev-python/python-sqlparse: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

 dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
index 6bea092..d1f95a6 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-02-01 Thread Tobias Klausmann
commit: ba2015d6af7f4859ebf3ce649a613e62651825cd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Feb  1 13:43:32 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Feb  1 13:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2015d6

dev-python/python-sqlparse: add alpha keyword

Gentoo-Bug: 530586

Package-Manager: portage-2.2.27

 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index 1991b75..0929975 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc examples test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2016-01-25 Thread Justin Lecher
commit: d5e9b0f35895802e187ceb68a26b5aec7d104ba8
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 25 08:30:54 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 25 08:30:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e9b0f3

dev-python/python-sqlparse: Fix doc building

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572742

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild | 5 +++--
 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 9 -
 dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild | 9 -
 dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild | 9 -
 dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild | 9 -
 dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild | 9 -
 6 files changed, 43 insertions(+), 7 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
index e9dbe77..1092cca 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,8 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 DISTUTILS_IN_SOURCE_BUILD=1# Required for running tests
 

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index d43dada..1991b75 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,8 +17,11 @@ KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux
 LICENSE="BSD-2"
 IUSE="doc examples 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}]
@@ -28,6 +31,10 @@ 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
 }

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
index 5a3edd7..cfc6770 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linu
 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}]
@@ -31,6 +34,10 @@ 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
 }

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
index 5a3edd7..cfc6770 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linu
 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}]
@@ -31,6 +34,10 @@ DISTUTILS_IN_SOURCE_BUILD=1
 
 S="${W

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2015-11-08 Thread Mikle Kolyada
commit: 446f29948fd6c97dbb76e44b53591cf640998598
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov  8 19:31:18 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov  8 19:31:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446f2994

dev-python/python-sqlparse: ia64 stable wrt bug #530586

Package-Manager: portage-2.2.20.1

 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index 7409127..d43dada 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc examples test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2015-10-26 Thread Justin Lecher
commit: aa25714ee5a39d31c0ceb9db92d476ef02249fc1
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 26 11:00:42 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 26 13:35:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa25714e

dev-python/python-sqlparse: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-sqlparse/Manifest|  1 +
 .../python-sqlparse/python-sqlparse-0.1.18.ebuild  | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/python-sqlparse/Manifest 
b/dev-python/python-sqlparse/Manifest
index 8dd5f14..54b89f5 100644
--- a/dev-python/python-sqlparse/Manifest
+++ b/dev-python/python-sqlparse/Manifest
@@ -3,3 +3,4 @@ DIST python-sqlparse-0.1.13.tar.gz 153184 SHA256 
d827ac617c159ec60ddd7d4db05bb1c
 DIST sqlparse-0.1.14.tar.gz 55307 SHA256 
e561e31853ab9f3634a1a2bd53035f9e47dfb203d56b33cc6569047ba087daf0 SHA512 
212f0dc1f05057f44cb441c2b0d29a597a826c3170ec87276a74c79f5d445cf736cfcbf8ff7cfe40c252416bba9851ce4a4739418627172ac41d98e6835668c6
 WHIRLPOOL 
93a226fe3df6d6d078c447e311d10114a9fb31801d848456ab9ba21d4087a373a6d2f20d1bc4e55474dae28411dcb4112e85ceaf373dec51275aa9ce38102aff
 DIST sqlparse-0.1.15.tar.gz 57863 SHA256 
ce92c9f134b1cd461a27c502197464b5f245261ad0fbb26d7bf659f28a5c11b2 SHA512 
9d7ef4b22465b0b0438195f304fa138f286f5976ba64880616ef46da4df76dd9c6bb34d56c8daa66e522e68b3e7f284d442e513e3cc97a5300c38597d2c4afc1
 WHIRLPOOL 
968250ad9f2945ab6d61d94a673493cc6c6e42fea5566f6a7b25f4cde57dbbcf8216e8e1003f50b1f5bd1be58b00838fecdc6c729c8ba3a2365309ddede66ba5
 DIST sqlparse-0.1.16.tar.gz 58418 SHA256 
678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81 SHA512 
2561ed970340eb99b575626fd8bb7253f522507628ed86256a32e7bd7dd438b7f4bec0adf1d7298a2903411d2623cb5a4ba6f53c794bcc38b695e2ddf26c488c
 WHIRLPOOL 
8c2f01c4bda48e190668bb34cbabc1bc775a224432ca9ea638f4c350fe493c8705d171f4f6c40063e8c7546502249cec3bfa73d5f6f6e47b918cdba8a5cdcafc
+DIST sqlparse-0.1.18.tar.gz 58594 SHA256 
39b196c4a06f76d6ac82f029457ca961f662a82694eb1dfe4f2b68a2d7cf SHA512 
78d20af3945140ff82d9ac9411eed57e0515a755ecafa407fbd7cdcca27b06a72b4e67f1fa22ccadcaa59827814f0ef58db68f236ca142b5663236d31c80820e
 WHIRLPOOL 
129176182f532886cfeebce6a9512bfba6068e4728372761d97ac7214202577df1b1464f188be302827f2b7264c9596027475282bc81f9d8cee4506405627890

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
new file mode 100644
index 000..df6e142
--- /dev/null
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+LICENSE="BSD-2"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${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-}
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2015-10-15 Thread Justin Lecher
commit: 44eecd4f5c75a6d38e60a48f250c132b903bdb3b
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 08:21:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 08:21:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eecd4f

dev-python/python-sqlparse: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=525562

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
index 5a3edd7..df6e142 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2015-09-29 Thread Tobias Klausmann
commit: da8c7f1c9925187121c6bc85c7ea4f9d906a3fac
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep 29 13:02:56 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep 29 13:02:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8c7f1c

dev-python/python-sqlparse: add ~alpha keyword

Gentoo-Bug: 525562

Package-Manager: portage-2.2.22

 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index d2e932c..7409127 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc examples test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/

2015-08-16 Thread Mikle Kolyada
commit: 0d86427c6cbecf9e5cb6b70c68807734f4e03a4c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 16 20:16:24 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 16 20:16:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d86427c

dev-python/python-sqlparse: Add ~ia64 keyword wrt bug #525562

Package-Manager: portage-2.2.20.1

 dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 2 +-
 dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild | 2 +-
 dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild | 2 +-
 dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
index 3c056af..c803994 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ 
https://github.com/andialbre
 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc examples test"
 

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
index 847ad91..6e7fa09 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ 
https://github.com/andialbre
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
index 847ad91..6e7fa09 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ 
https://github.com/andialbre
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
index 847ad91..6e7fa09 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ 
https://github.com/andialbre
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"