Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wtf-peewee/
Date: Sun, 29 Dec 2019 08:53:35
Message-Id: 1577609583.dd2a9a5b2ef759b03f495ae0b9b8125900ffb918.soap@gentoo
1 commit: dd2a9a5b2ef759b03f495ae0b9b8125900ffb918
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:53:03 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:53:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2a9a5b
7
8 dev-python/wtf-peewee: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/wtf-peewee/Manifest | 1 -
14 dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild | 30 ---------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-python/wtf-peewee/Manifest b/dev-python/wtf-peewee/Manifest
18 index ab3358d16ed..d4c58309190 100644
19 --- a/dev-python/wtf-peewee/Manifest
20 +++ b/dev-python/wtf-peewee/Manifest
21 @@ -1,2 +1 @@
22 -DIST wtf-peewee-0.2.6.tar.gz 61072 BLAKE2B 92069d6df08301e48ab38da1fadd0b63f16dc1cda441bc10afbb423f0c08d040817a3b24e9faf2931f38493a5b48e941cc869f64f8f566679f107c7f51c79861 SHA512 073973e1dbec17fb3b036447e5150d5de36aeb47c697878e4e97abec4de53a77275278000f4dc982bc1aa1a76736f5a15053d583ab04316c568085973025f833
23 DIST wtf-peewee-3.0.0.tar.gz 61500 BLAKE2B 6e80bed253b86d2be6dd26342ae3bb3845354c3736bc5869338a2aec30fe24f2b83bfaa678188eaeb05d128cd9519fe0b99dfad2883efa7b7c5654abbd3524f7 SHA512 248bb39fb6b23006f87860982a249df2c7501f1cb2a9d86ef79d909fb41a0b79f61fcd19a504498587480812c7c2feb74e2a97f2c5c2548845413866ca60e053
24
25 diff --git a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild b/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
26 deleted file mode 100644
27 index 09df137ad8b..00000000000
28 --- a/dev-python/wtf-peewee/wtf-peewee-0.2.6.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python2_7 python3_5 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="WTForms integration for peewee models"
40 -HOMEPAGE="https://github.com/coleifer/wtf-peewee/"
41 -SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="examples test"
46 -RESTRICT="!test? ( test )"
47 -
48 -RDEPEND=">=dev-python/peewee-2.7.4[${PYTHON_USEDEP}]
49 - dev-python/wtforms[${PYTHON_USEDEP}]"
50 -DEPEND="${RDEPEND}
51 - dev-python/setuptools[${PYTHON_USEDEP}]"
52 -
53 -python_test() {
54 - "${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
55 -}
56 -
57 -python_install_all() {
58 - use examples && dodoc -r example
59 - distutils-r1_python_install_all
60 -}