Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/makefun/
Date: Thu, 24 Feb 2022 11:10:24
Message-Id: 1645622982.cf9bb93b28c6a82fcb04b7789380c5472922d70c.tastytea@gentoo
1 commit: cf9bb93b28c6a82fcb04b7789380c5472922d70c
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 21 19:05:56 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Feb 23 13:29:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf9bb93b
7
8 dev-python/makefun: treeclean (moved to ::gentoo)
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/makefun/Manifest | 1 -
13 dev-python/makefun/makefun-1.13.1.ebuild | 30 ------------------------------
14 dev-python/makefun/metadata.xml | 13 -------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/dev-python/makefun/Manifest b/dev-python/makefun/Manifest
18 deleted file mode 100644
19 index e64a9b497..000000000
20 --- a/dev-python/makefun/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST makefun-1.13.1.tar.gz 72170 BLAKE2B b1b5e76277e742ef51bcdf2bf6f1d1e761010d75bc3f20d7a8c079b368972b90775bd3bb23cf1787911a8d858549d72d4a2c9379675e59f359486bf1c49566e2 SHA512 ae103d3827673c4124d051e3c76d3d0d126c783ac7a1ea09de3801fd695439eaa549c297bd5c262184a3ee6fdf7b046065081fa3183642778148c2134d7bfc06
24
25 diff --git a/dev-python/makefun/makefun-1.13.1.ebuild b/dev-python/makefun/makefun-1.13.1.ebuild
26 deleted file mode 100644
27 index 4e484a6ec..000000000
28 --- a/dev-python/makefun/makefun-1.13.1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -DOCS_BUILDER="mkdocs"
38 -DOCS_DEPEND="dev-python/mkdocs-material"
39 -inherit distutils-r1 docs
40 -
41 -DESCRIPTION="Small library to dynamically create python functions"
42 -HOMEPAGE="https://pypi.org/project/makefun/ https://github.com/smarie/python-makefun"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
50 -
51 -distutils_enable_tests pytest
52 -
53 -python_prepare_all() {
54 - sed "/pytest-runner/d" -i setup.cfg || die
55 - distutils-r1_python_prepare_all
56 -}
57 -
58 -python_compile_all() {
59 - docs_compile
60 -}
61
62 diff --git a/dev-python/makefun/metadata.xml b/dev-python/makefun/metadata.xml
63 deleted file mode 100644
64 index 2af7ed73a..000000000
65 --- a/dev-python/makefun/metadata.xml
66 +++ /dev/null
67 @@ -1,13 +0,0 @@
68 -<?xml version="1.0" encoding="UTF-8"?>
69 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
70 -<pkgmetadata>
71 - <maintainer type="person">
72 - <email>cyber+gentoo@×××××.in</email>
73 - <name>Anna</name>
74 - </maintainer>
75 - <upstream>
76 - <remote-id type="pypi">makefun</remote-id>
77 - <remote-id type="github">smarie/python-makefun</remote-id>
78 - <doc>https://smarie.github.io/python-makefun/</doc>
79 - </upstream>
80 -</pkgmetadata>