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/backcall/
Date: Thu, 30 Jul 2020 20:41:20
Message-Id: 1596141664.657704a5462122eb023de8be6884884a0e84c5c3.mgorny@gentoo
1 commit: 657704a5462122eb023de8be6884884a0e84c5c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:39:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:41:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657704a5
7
8 dev-python/backcall: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/backcall/Manifest | 1 -
13 dev-python/backcall/backcall-0.1.0-r1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/backcall/Manifest b/dev-python/backcall/Manifest
17 index 6df98ce51cb..fcd5a99d722 100644
18 --- a/dev-python/backcall/Manifest
19 +++ b/dev-python/backcall/Manifest
20 @@ -1,2 +1 @@
21 -DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd
22 DIST backcall-0.2.0.tar.gz 18041 BLAKE2B 67f9ac96d26b368972a5749775a70c497b5705b37d45ba7f64c1259be776cc7f4c9d78ae51da9c1e9e46521d33bf511790675688feef88a68d25ae30cd79612d SHA512 7f086121c485c0ea4bc6935e7d116c8b14ff44ff6001a49665d0a698b6cf9a809823b9bca634a78d92cf40656f953dbac0132241327a5fa6be0ea685ff63636e
23
24 diff --git a/dev-python/backcall/backcall-0.1.0-r1.ebuild b/dev-python/backcall/backcall-0.1.0-r1.ebuild
25 deleted file mode 100644
26 index 4cdb8b03978..00000000000
27 --- a/dev-python/backcall/backcall-0.1.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{6..9} )
35 -DISTUTILS_USE_SETUPTOOLS=no
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Specifications for callback functions passed in to an API"
39 -HOMEPAGE="https://pypi.org/project/backcall/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
45 -
46 -distutils_enable_tests pytest