Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/atomiclong/
Date: Sun, 16 May 2021 15:20:42
Message-Id: 1621178432.0d09dd487407faa63535644cec920859c4a82b2e.Alessandro-Barbieri@gentoo
1 commit: 0d09dd487407faa63535644cec920859c4a82b2e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 16 15:20:32 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 16 15:20:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d09dd48
7
8 dev-python/atomiclong: drop 9999
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/atomiclong/atomiclong-9999.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/atomiclong/atomiclong-9999.ebuild b/dev-python/atomiclong/atomiclong-9999.ebuild
16 deleted file mode 100644
17 index 752b5e321..000000000
18 --- a/dev-python/atomiclong/atomiclong-9999.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="7"
25 -
26 -PYTHON_COMPAT=( pypy3 python3_7 )
27 -
28 -inherit distutils-r1
29 -
30 -SRC_URI=""
31 -EGIT_REPO_URI="https://github.com/dreid/${PN}.git"
32 -inherit git-r3
33 -
34 -DESCRIPTION="An AtomicLong type using CFFI."
35 -HOMEPAGE="https://github.com/dreid/atomiclong"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS=""
40 -
41 -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
42 -
43 -distutils_enable_tests pytest