Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pony/
Date: Sun, 27 Feb 2022 18:52:59
Message-Id: 1645987892.5d33c11f128608a16a26a4fba57f4591824118bc.mgorny@gentoo
1 commit: 5d33c11f128608a16a26a4fba57f4591824118bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:51:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:51:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d33c11f
7
8 dev-python/pony: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pony/Manifest | 2 --
13 dev-python/pony/pony-0.7.14.ebuild | 26 --------------------------
14 dev-python/pony/pony-0.7.15.ebuild | 25 -------------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
18 index 932de943bcaa..730f6c692639 100644
19 --- a/dev-python/pony/Manifest
20 +++ b/dev-python/pony/Manifest
21 @@ -1,3 +1 @@
22 -DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c SHA512 ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998
23 -DIST pony-0.7.15.gh.tar.gz 268638 BLAKE2B d93dcc21a13834a23c0fcbeec7f6ea98ff6750d1650b00e738d65c7b7985ba7880ddfc8238e4b4f3ee4a302a31b69a4767ea52728e66b5cfe62e0190769e6b8c SHA512 ca81441fe1a714bc863bde33739ae2e65f42d8e763a5c6734517987a4c03faffb08a134517bcc61f5b7941f207e32e4ca02fe12fccca871d481f44a81da12536
24 DIST pony-0.7.16.gh.tar.gz 268683 BLAKE2B bee6447116f215cd586e69f29fea37ba3f9953d0a72b28acf612da2d6e1be07e424b704593e42ae1755e898580aaf4f2e61923ff81e6e58fe0cc8ec04a3b8399 SHA512 db9bb06f0e718866eb6f137d5650a2b484119c42f1ade83a7bc1c9e3c27a852ed25e451a226a80bebd050ca3217c0993e59f3b66719a3fe41a98e45349172495
25
26 diff --git a/dev-python/pony/pony-0.7.14.ebuild b/dev-python/pony/pony-0.7.14.ebuild
27 deleted file mode 100644
28 index 23ab8c6e7cc6..000000000000
29 --- a/dev-python/pony/pony-0.7.14.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python ORM with beautiful query syntax"
41 -HOMEPAGE="
42 - https://ponyorm.org/
43 - https://github.com/ponyorm/pony/"
44 -SRC_URI="
45 - https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
55 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
56 -
57 -distutils_enable_tests unittest
58
59 diff --git a/dev-python/pony/pony-0.7.15.ebuild b/dev-python/pony/pony-0.7.15.ebuild
60 deleted file mode 100644
61 index 2260573d4ebf..000000000000
62 --- a/dev-python/pony/pony-0.7.15.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 2020-2022 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -DISTUTILS_USE_PEP517=setuptools
71 -PYTHON_COMPAT=( python3_{8..10} )
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Python ORM with beautiful query syntax"
75 -HOMEPAGE="
76 - https://ponyorm.org/
77 - https://github.com/ponyorm/pony/"
78 -SRC_URI="
79 - https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
80 - -> ${P}.gh.tar.gz"
81 -
82 -LICENSE="Apache-2.0"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -
86 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
87 -BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
88 -
89 -distutils_enable_tests unittest