Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bluelet/
Date: Fri, 25 Mar 2022 19:41:45
Message-Id: 1648237076.4477d756ec4a6deb081d17e6403bc24a5119c173.jsmolic@gentoo
1 commit: 4477d756ec4a6deb081d17e6403bc24a5119c173
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 19:37:56 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 19:37:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4477d756
7
8 dev-python/bluelet: drop 0.2.0
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/bluelet/bluelet-0.2.0.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/bluelet/bluelet-0.2.0.ebuild b/dev-python/bluelet/bluelet-0.2.0.ebuild
16 deleted file mode 100644
17 index 87d8e02f69c6..000000000000
18 --- a/dev-python/bluelet/bluelet-0.2.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DISTUTILS_USE_SETUPTOOLS=no
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Module for pure Python asynchronous I/O using coroutines"
32 -HOMEPAGE="https://pypi.org/project/bluelet/"
33 -SRC_URI="https://github.com/sampsyo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE="examples"
39 -
40 -python_install_all() {
41 - distutils-r1_python_install_all
42 -
43 - if use examples; then
44 - dodoc -r demo
45 - docompress -x /usr/share/doc/${PF}/demo
46 - fi
47 -}