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

2019-12-29 Thread David Seifert
commit: dd2a9a5b2ef759b03f495ae0b9b8125900ffb918
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 08:53:03 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 08:53:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2a9a5b

dev-python/wtf-peewee: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/wtf-peewee/Manifest|  1 -
 dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
index ab3358d16ed..d4c58309190 100644
--- a/dev-python/wtf-peewee/Manifest
+++ b/dev-python/wtf-peewee/Manifest
@@ -1,2 +1 @@
-DIST wtf-peewee-0.2.6.tar.gz 61072 BLAKE2B 
92069d6df08301e48ab38da1fadd0b63f16dc1cda441bc10afbb423f0c08d040817a3b24e9faf2931f38493a5b48e941cc869f64f8f566679f107c7f51c79861
 SHA512 
073973e1dbec17fb3b036447e5150d5de36aeb47c697878e4e97abec4de53a77275278000f4dc982bc1aa1a76736f5a15053d583ab04316c568085973025f833
 DIST wtf-peewee-3.0.0.tar.gz 61500 BLAKE2B 
6e80bed253b86d2be6dd26342ae3bb3845354c3736bc5869338a2aec30fe24f2b83bfaa678188eaeb05d128cd9519fe0b99dfad2883efa7b7c5654abbd3524f7
 SHA512 
248bb39fb6b23006f87860982a249df2c7501f1cb2a9d86ef79d909fb41a0b79f61fcd19a504498587480812c7c2feb74e2a97f2c5c2548845413866ca60e053

diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
deleted file mode 100644
index 09df137ad8b..000
--- a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="WTForms integration for peewee models"
-HOMEPAGE="https://github.com/coleifer/wtf-peewee/;
-SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/peewee-2.7.4[${PYTHON_USEDEP}]
-   dev-python/wtforms[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && dodoc -r example
-   distutils-r1_python_install_all
-}



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

2018-06-24 Thread Jason Zaman
commit: 07995ab7d28990f2770dc1687ab156faae965a69
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jun 24 14:05:17 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jun 24 14:05:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07995ab7

dev-python/wtf-peewee: amd64 stable

Gentoo-bug: 658946
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
index 0fa9610b46b..e86701ad0c2 100644
--- a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
+++ b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/coleifer/wtf-peewee/;
 SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 
 RDEPEND=">=dev-python/peewee-3[${PYTHON_USEDEP}]



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

2018-06-24 Thread Pacho Ramos
commit: f0dbe031aaed360e972cb998fd175188db88195a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 11:18:01 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 11:30:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dbe031

dev-python/wtf-peewee: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
index 82141bdfac3..0fa9610b46b 100644
--- a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
+++ b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2018-02-24 Thread Patrick Lauer
commit: 14d7035516a3d8ca34282c7ac2698584683ed5f6
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Feb 25 07:28:04 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Feb 25 07:28:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d70355

dev-python/wtf-peewee: Bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/wtf-peewee/Manifest|  1 +
 dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
index 98ac177e533..ab3358d16ed 100644
--- a/dev-python/wtf-peewee/Manifest
+++ b/dev-python/wtf-peewee/Manifest
@@ -1 +1,2 @@
 DIST wtf-peewee-0.2.6.tar.gz 61072 BLAKE2B 
92069d6df08301e48ab38da1fadd0b63f16dc1cda441bc10afbb423f0c08d040817a3b24e9faf2931f38493a5b48e941cc869f64f8f566679f107c7f51c79861
 SHA512 
073973e1dbec17fb3b036447e5150d5de36aeb47c697878e4e97abec4de53a77275278000f4dc982bc1aa1a76736f5a15053d583ab04316c568085973025f833
+DIST wtf-peewee-3.0.0.tar.gz 61500 BLAKE2B 
6e80bed253b86d2be6dd26342ae3bb3845354c3736bc5869338a2aec30fe24f2b83bfaa678188eaeb05d128cd9519fe0b99dfad2883efa7b7c5654abbd3524f7
 SHA512 
248bb39fb6b23006f87860982a249df2c7501f1cb2a9d86ef79d909fb41a0b79f61fcd19a504498587480812c7c2feb74e2a97f2c5c2548845413866ca60e053

diff --git a/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
new file mode 100644
index 000..82141bdfac3
--- /dev/null
+++ b/dev-python/wtf-peewee/wtf-peewee-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="WTForms integration for peewee models"
+HOMEPAGE="https://github.com/coleifer/wtf-peewee/;
+SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=dev-python/peewee-3[${PYTHON_USEDEP}]
+   dev-python/wtforms[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && dodoc -r example
+   distutils-r1_python_install_all
+}



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

2016-11-06 Thread Tiziano Müller
commit: 53d248c7e3baea6c951e0c9dbdeb8a279cf52a05
Author: Tiziano Müller  gentoo  org>
AuthorDate: Sun Nov  6 10:23:09 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Sun Nov  6 11:23:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d248c7

dev-python/wtf-peewee: version bump, includes EAPI bump and py-3.x support

Package-Manager: portage-2.3.0

 dev-python/wtf-peewee/Manifest|  1 +
 dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
index d673446..a2a7ea3 100644
--- a/dev-python/wtf-peewee/Manifest
+++ b/dev-python/wtf-peewee/Manifest
@@ -1,3 +1,4 @@
 DIST wtf-peewee-0.2.3.tar.gz 60654 SHA256 
d64bab9c8b9b247f21534e87a94b988afd9655d7abaa14dc7d2af0bea3a3b9da SHA512 
0a8e4a6586a4521d99c35b907935286c20b9106214a9826960073e710fc0a91c68402b9812d2b0119263786f8e48bdcacf999044ade9f3a27afa9bc7fd058926
 WHIRLPOOL 
b44d3480d274f26ff84993c8941c473e6104bab8cd65bd8befb903dc9f2d6fad16299d6b4fc5f3b8af822dbc6aa9781dbe9ba43da6fb2f2dcf929578d3eac7ea
 DIST wtf-peewee-0.2.4.tar.gz 60869 SHA256 
e771daf99ec6ecab0771742f3bb104058cd5e0b72ad404c6d278b6eefc116349 SHA512 
f63ecae4b39873124d11408a58732cc147a7b8a68b7f19be1f8ff67c4847b7daddd9f62c180a723af00176d2d13531fa30d076cf64ea618c260da522555ec7e7
 WHIRLPOOL 
0fcbc0c919e1df3af1f5d2787ebb8934c697e7dc6f65c9b264306d62a9b552e8969658c7cf6654f260b0e902b4aa3708aed694b36b4262cbf4e3e49aa2c9e43e
 DIST wtf-peewee-0.2.5.tar.gz 60905 SHA256 
79bc345a1c543d78deaa0767f792c152abb34d9a90b98cbd65ac4cce8849d00b SHA512 
10758f0617d28baee850d6a2f6041eaf16ac9accef3be51d8156bd0c387e6324708668c4c681f3a7fd7da309b6546e96e518d219905ac9148d51e59959bb9129
 WHIRLPOOL 
93c2518e6636536f9f57035468a76d3dd5477e8fdbed3bfbdbe652a91c6abbedd1835c7dd3031f49986786e408ac88d99710bcd40254cb3fe09e25a65e403c6b
+DIST wtf-peewee-0.2.6.tar.gz 61072 SHA256 
93d36bac202be4d268bd4e4ad188c5160a4c1f3d8a5d5dd8a2d7c106adaeb26e SHA512 
073973e1dbec17fb3b036447e5150d5de36aeb47c697878e4e97abec4de53a77275278000f4dc982bc1aa1a76736f5a15053d583ab04316c568085973025f833
 WHIRLPOOL 
798ec4d858291d6d5ecbe4ea618abae8d5d39c891a037deeebeff85b974cd5574b0ae8063a8170609ac6c924adbe64c6b8c675089750ad5f9af362c8a2cab5aa

diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
new file mode 100644
index ..e2f0388
--- /dev/null
+++ b/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="WTForms integration for peewee models"
+HOMEPAGE="https://github.com/coleifer/wtf-peewee/;
+SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=dev-python/peewee-2.7.4[${PYTHON_USEDEP}]
+   dev-python/wtforms[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && dodoc -r example
+   distutils-r1_python_install_all
+}



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

2016-03-06 Thread Patrick Lauer
commit: 0ebd34ea29b693908561d0b21a48e064eb5f841d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Mar  5 09:22:38 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Mar  5 10:32:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ebd34ea

dev-python/wtf-peewee: Bump

Package-Manager: portage-2.2.27

 dev-python/wtf-peewee/Manifest|  1 +
 dev-python/wtf-peewee/wtf-peewee-0.2.5.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
index 0e140a3..d673446 100644
--- a/dev-python/wtf-peewee/Manifest
+++ b/dev-python/wtf-peewee/Manifest
@@ -1,2 +1,3 @@
 DIST wtf-peewee-0.2.3.tar.gz 60654 SHA256 
d64bab9c8b9b247f21534e87a94b988afd9655d7abaa14dc7d2af0bea3a3b9da SHA512 
0a8e4a6586a4521d99c35b907935286c20b9106214a9826960073e710fc0a91c68402b9812d2b0119263786f8e48bdcacf999044ade9f3a27afa9bc7fd058926
 WHIRLPOOL 
b44d3480d274f26ff84993c8941c473e6104bab8cd65bd8befb903dc9f2d6fad16299d6b4fc5f3b8af822dbc6aa9781dbe9ba43da6fb2f2dcf929578d3eac7ea
 DIST wtf-peewee-0.2.4.tar.gz 60869 SHA256 
e771daf99ec6ecab0771742f3bb104058cd5e0b72ad404c6d278b6eefc116349 SHA512 
f63ecae4b39873124d11408a58732cc147a7b8a68b7f19be1f8ff67c4847b7daddd9f62c180a723af00176d2d13531fa30d076cf64ea618c260da522555ec7e7
 WHIRLPOOL 
0fcbc0c919e1df3af1f5d2787ebb8934c697e7dc6f65c9b264306d62a9b552e8969658c7cf6654f260b0e902b4aa3708aed694b36b4262cbf4e3e49aa2c9e43e
+DIST wtf-peewee-0.2.5.tar.gz 60905 SHA256 
79bc345a1c543d78deaa0767f792c152abb34d9a90b98cbd65ac4cce8849d00b SHA512 
10758f0617d28baee850d6a2f6041eaf16ac9accef3be51d8156bd0c387e6324708668c4c681f3a7fd7da309b6546e96e518d219905ac9148d51e59959bb9129
 WHIRLPOOL 
93c2518e6636536f9f57035468a76d3dd5477e8fdbed3bfbdbe652a91c6abbedd1835c7dd3031f49986786e408ac88d99710bcd40254cb3fe09e25a65e403c6b

diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.5.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-0.2.5.ebuild
new file mode 100644
index 000..53e3fca
--- /dev/null
+++ b/dev-python/wtf-peewee/wtf-peewee-0.2.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Small python ORM"
+HOMEPAGE="https://github.com/coleifer/peewee/;
+SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=dev-python/peewee-2.0.0[${PYTHON_USEDEP}]
+   dev-python/wtforms[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( "${RDEPEND}" )"
+
+python_prepare_all() {
+# https://github.com/coleifer/peewee/issues/361
+   sed -e s':test_null_form_saving:_&:' -i "${PN/\-/}"/tests.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



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

2016-03-01 Thread Patrick Lauer
commit: 46a59dee7dfa37f123fa85fa593ca6bb0465
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Mar  1 18:54:04 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Mar  1 19:04:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a59dee

dev-python/wtf-peewee: Bump

Package-Manager: portage-2.2.27

 dev-python/wtf-peewee/Manifest|  1 +
 dev-python/wtf-peewee/wtf-peewee-0.2.4.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
index 2291282..0e140a3 100644
--- a/dev-python/wtf-peewee/Manifest
+++ b/dev-python/wtf-peewee/Manifest
@@ -1 +1,2 @@
 DIST wtf-peewee-0.2.3.tar.gz 60654 SHA256 
d64bab9c8b9b247f21534e87a94b988afd9655d7abaa14dc7d2af0bea3a3b9da SHA512 
0a8e4a6586a4521d99c35b907935286c20b9106214a9826960073e710fc0a91c68402b9812d2b0119263786f8e48bdcacf999044ade9f3a27afa9bc7fd058926
 WHIRLPOOL 
b44d3480d274f26ff84993c8941c473e6104bab8cd65bd8befb903dc9f2d6fad16299d6b4fc5f3b8af822dbc6aa9781dbe9ba43da6fb2f2dcf929578d3eac7ea
+DIST wtf-peewee-0.2.4.tar.gz 60869 SHA256 
e771daf99ec6ecab0771742f3bb104058cd5e0b72ad404c6d278b6eefc116349 SHA512 
f63ecae4b39873124d11408a58732cc147a7b8a68b7f19be1f8ff67c4847b7daddd9f62c180a723af00176d2d13531fa30d076cf64ea618c260da522555ec7e7
 WHIRLPOOL 
0fcbc0c919e1df3af1f5d2787ebb8934c697e7dc6f65c9b264306d62a9b552e8969658c7cf6654f260b0e902b4aa3708aed694b36b4262cbf4e3e49aa2c9e43e

diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.4.ebuild 
b/dev-python/wtf-peewee/wtf-peewee-0.2.4.ebuild
new file mode 100644
index 000..ad5ad9d
--- /dev/null
+++ b/dev-python/wtf-peewee/wtf-peewee-0.2.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+RESTRICT="test"
+
+DESCRIPTION="Small python ORM"
+HOMEPAGE="https://github.com/coleifer/peewee/;
+SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+RDEPEND=">=dev-python/peewee-2.0.0[${PYTHON_USEDEP}]
+   dev-python/wtforms[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( "${RDEPEND}" )"
+
+python_prepare_all() {
+# https://github.com/coleifer/peewee/issues/361
+   sed -e s':test_null_form_saving:_&:' -i "${PN/\-/}"/tests.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}