From c108d6b4df82b80c1528c528c81f01efd6d28b92 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 14 Jan 2023 14:01:34 -0500 Subject: dev-python/coveralls: treeclean Signed-off-by: Julien Roy --- dev-python/coveralls/Manifest | 1 - dev-python/coveralls/coveralls-3.3.1.ebuild | 25 ------------------------- dev-python/coveralls/metadata.xml | 20 -------------------- 3 files changed, 46 deletions(-) delete mode 100644 dev-python/coveralls/Manifest delete mode 100644 dev-python/coveralls/coveralls-3.3.1.ebuild delete mode 100644 dev-python/coveralls/metadata.xml (limited to 'dev-python') diff --git a/dev-python/coveralls/Manifest b/dev-python/coveralls/Manifest deleted file mode 100644 index bfc8515..0000000 --- a/dev-python/coveralls/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST coveralls-3.3.1.tar.gz 17964 BLAKE2B 18fa765a7ae3262a5b10e19b014be7740430d7050034edd80a06fc4cd23f3262b76f24fe6557999b3663d89fb0fccd6c5a4eebc1dad9f704fd4ea24929922634 SHA512 e101b50b1b6bfaac188360093ad8e0444412187efa2f8bb118c297ce59ff1f5087a45ceb51334be9042c66c6516903e52068c63937504b93c2ca0b7c1cc7ed4d diff --git a/dev-python/coveralls/coveralls-3.3.1.ebuild b/dev-python/coveralls/coveralls-3.3.1.ebuild deleted file mode 100644 index 4e24f20..0000000 --- a/dev-python/coveralls/coveralls-3.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Show coverage stats online via coveralls.io" -HOMEPAGE="https://github.com/TheKevJames/coveralls-python" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - - - - - julien@jroy.ca - Julien Roy - - coveralls.io is a service for publishing your coverage stats online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in your Python projects: - - - Kevin James - KevinJames@thekev.in - - https://github.com/TheKevJames/coveralls-python/releases - http://coveralls-python.readthedocs.io/ - https://github.com/TheKevJames/coveralls-python/issues - TheKevJames/coveralls-python - coveralls - - -- cgit v1.2.3