commit: 49de9e82a4dda88a17ff47db9b633a319b457f9d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 28 02:35:15 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May 28 02:35:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49de9e82
dev-python/atomiclong: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/atomiclong/Manifest | 1 -
dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild | 20 --------------------
dev-python/atomiclong/metadata.xml | 17 -----------------
3 files changed, 38 deletions(-)
diff --git a/dev-python/atomiclong/Manifest b/dev-python/atomiclong/Manifest
deleted file mode 100644
index bfc8fec52..000000000
--- a/dev-python/atomiclong/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST atomiclong-0.1.1.tar.gz 5057 BLAKE2B
2583674eafd2e89c91629db69e6c118d22ae169df4131e3d63a584ed9857df47bb85c0764cd60b7df35eb8db5b4aedfe043bfcfb960909e2abcb97a27ba7567d
SHA512
c275cff805df2275b6d9cfabed072c296019f1e7f6e2d718e0cec60ca40a99c6e8043a17a82f752096a1764cbc63e5681739da921ce1c89dfa8e5a6349e1772a
diff --git a/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
b/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
deleted file mode 100644
index 3902c1c97..000000000
--- a/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-DESCRIPTION="An AtomicLong type using CFFI."
-HOMEPAGE="https://github.com/dreid/atomiclong"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/atomiclong/metadata.xml
b/dev-python/atomiclong/metadata.xml
deleted file mode 100644
index 20f5297e3..000000000
--- a/dev-python/atomiclong/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <remote-id type="github">dreid/atomiclong</remote-id>
- </upstream>
- <longdescription lang="en">
-Sometimes you need to increment some numbers ... atomically ... in python.
-AtomicLong was born out of the need for fast thread-safe counters in python.
-It uses CFFI to bind GCC's Atomic Builtins.
-Its value is a C long which can be incremented, decremented, and set
atomically. It is inspired by Java's java.util.concurrent.atomic.AtomicLong.
- </longdescription>
-</pkgmetadata>