Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiofiles/
Date: Tue, 30 Jun 2020 06:14:33
Message-Id: 1593497654.c08142ebbc9db2056d5f5e25ca42daad4dd1ee74.tastytea@gentoo
1 commit: c08142ebbc9db2056d5f5e25ca42daad4dd1ee74
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Jun 30 06:14:14 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Jun 30 06:14:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c08142eb
7
8 dev-python/aiofiles: Remove, package is in ::gentoo.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-python/aiofiles/Manifest | 1 -
13 dev-python/aiofiles/aiofiles-0.5.0.ebuild | 20 --------------------
14 dev-python/aiofiles/metadata.xml | 9 ---------
15 3 files changed, 30 deletions(-)
16
17 diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest
18 deleted file mode 100644
19 index 2c0b011..0000000
20 --- a/dev-python/aiofiles/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST aiofiles-0.5.0.tar.gz 13332 BLAKE2B ccd044ce9fcd74b2a6419b4f0e9e3977086c9685741dbb734a7f9222ab96dca58b5330ad0d0cd9f10fce03ee123add7101825f047451344fc451c40a4352674e SHA512 89eb1af506bdf5f3f2e9c3afe90f17d521ada1cdeb449dcdc800d4faa4edc1c9ca93811915aa059d8c5a1b0a3aaa40231a46b3d041ca745e071628293bddf1b7
24
25 diff --git a/dev-python/aiofiles/aiofiles-0.5.0.ebuild b/dev-python/aiofiles/aiofiles-0.5.0.ebuild
26 deleted file mode 100644
27 index e61975b..0000000
28 --- a/dev-python/aiofiles/aiofiles-0.5.0.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="File support for asyncio"
41 -HOMEPAGE="https://github.com/Tinche/aiofiles"
42 -SRC_URI="https://github.com/Tinche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -DEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
49 -
50 -distutils_enable_tests pytest
51
52 diff --git a/dev-python/aiofiles/metadata.xml b/dev-python/aiofiles/metadata.xml
53 deleted file mode 100644
54 index a507be0..0000000
55 --- a/dev-python/aiofiles/metadata.xml
56 +++ /dev/null
57 @@ -1,9 +0,0 @@
58 -<?xml version="1.0" encoding="UTF-8"?>
59 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 -
61 -<pkgmetadata>
62 - <maintainer type="person">
63 - <email>piotr.staroszczyk@×××××.org</email>
64 - <name>Piotr Staroszczyk</name>
65 - </maintainer>
66 -</pkgmetadata>