Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pony/
Date: Thu, 29 Sep 2022 08:09:10
Message-Id: 1664438756.e87d915ba083387e56419252e0d25a03b17b939c.jsmolic@gentoo
1 commit: e87d915ba083387e56419252e0d25a03b17b939c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 08:05:56 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 08:05:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87d915b
7
8 dev-python/pony: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pony/Manifest | 1 -
13 dev-python/pony/metadata.xml | 11 -----------
14 dev-python/pony/pony-0.7.16.ebuild | 25 -------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 38 deletions(-)
17
18 diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
19 deleted file mode 100644
20 index 730f6c692639..000000000000
21 --- a/dev-python/pony/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST pony-0.7.16.gh.tar.gz 268683 BLAKE2B bee6447116f215cd586e69f29fea37ba3f9953d0a72b28acf612da2d6e1be07e424b704593e42ae1755e898580aaf4f2e61923ff81e6e58fe0cc8ec04a3b8399 SHA512 db9bb06f0e718866eb6f137d5650a2b484119c42f1ade83a7bc1c9e3c27a852ed25e451a226a80bebd050ca3217c0993e59f3b66719a3fe41a98e45349172495
25
26 diff --git a/dev-python/pony/metadata.xml b/dev-python/pony/metadata.xml
27 deleted file mode 100644
28 index 653c387bfd7d..000000000000
29 --- a/dev-python/pony/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - </maintainer>
38 - <stabilize-allarches/>
39 - <upstream>
40 - <remote-id type="pypi">pony</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/pony/pony-0.7.16.ebuild b/dev-python/pony/pony-0.7.16.ebuild
45 deleted file mode 100644
46 index 9740d4224f24..000000000000
47 --- a/dev-python/pony/pony-0.7.16.ebuild
48 +++ /dev/null
49 @@ -1,25 +0,0 @@
50 -# Copyright 2020-2022 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=8
54 -
55 -DISTUTILS_USE_PEP517=setuptools
56 -PYTHON_COMPAT=( python3_{8..10} )
57 -inherit distutils-r1
58 -
59 -DESCRIPTION="Python ORM with beautiful query syntax"
60 -HOMEPAGE="
61 - https://ponyorm.org/
62 - https://github.com/ponyorm/pony/"
63 -SRC_URI="
64 - https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
65 - -> ${P}.gh.tar.gz"
66 -
67 -LICENSE="Apache-2.0"
68 -SLOT="0"
69 -KEYWORDS="amd64 ~riscv x86"
70 -
71 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
72 -BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
73 -
74 -distutils_enable_tests unittest
75
76 diff --git a/profiles/package.mask b/profiles/package.mask
77 index 8772b242cf76..342743b2bfb1 100644
78 --- a/profiles/package.mask
79 +++ b/profiles/package.mask
80 @@ -202,7 +202,6 @@ dev-python/flask-mail
81 dev-python/flask-principal
82 dev-python/flask-wtf
83 dev-python/mongomock
84 -dev-python/pony
85
86 # hololeap <hololeap@××××××××××.com> (2022-08-21)
87 # doctest-parallel does not currently work with Setup.hs (used internally by