From: "Bernd Waibel" <waebbl@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
Date: Fri, 23 Jul 2021 11:50:45 +0000 (UTC) [thread overview]
Message-ID: <1627041001.e1430f214b4f7069a5c20473f908fa0095a26ff2.waebbl@gentoo> (raw)
commit: e1430f214b4f7069a5c20473f908fa0095a26ff2
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Fri Jul 23 11:50:01 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri Jul 23 11:50:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1430f21
dev-util/codespell: drop package
The package has been moved to ::gentoo
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/Manifest | 2 --
dev-util/codespell/codespell-2.0.0.ebuild | 33 -------------------------------
dev-util/codespell/codespell-2.1.0.ebuild | 33 -------------------------------
dev-util/codespell/metadata.xml | 21 --------------------
4 files changed, 89 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
deleted file mode 100644
index fbbb8a979..000000000
--- a/dev-util/codespell/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST codespell-2.0.0.tar.gz 180131 BLAKE2B 9f7cf7b28f0c6981ec4c88909bee4d77dd4a35c9669a2f6aba368519ede85019b69bbbee2a83b17b5c8ca9cd197463ce13e5198a36c6e0f371b352453a82580f SHA512 ca9fc6661be77eddca1a5b3b15a72abc0506c61826487e8f50c546b923c065c6cbfb2b4c4bbace136d811e2e8cf2fe00106efcc3eb8805181ca6bd04fd4bf638
-DIST codespell-2.1.0.tar.gz 187490 BLAKE2B 6114aa3a7ad8cd37ab868a3f27f641501dd0cc5bfe80bef0aa5cad0a86f8e2bba6e1f1030d5ac6fb06f78f9e01e37359d0fc17d17eb54608060300f676d3d56c SHA512 16d9a4239ae18fad6a06825a2afae6adc903d50eb90b759cdc61b1e1d145458bbfb1385837c4465b0a9858da100be074c597343c4816ca0260bbf6710d9c84e8
diff --git a/dev-util/codespell/codespell-2.0.0.ebuild b/dev-util/codespell/codespell-2.0.0.ebuild
deleted file mode 100644
index d58a6ad65..000000000
--- a/dev-util/codespell/codespell-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- # This will fail if the package itself
- # is not yet installed
- sed -i -e 's:test_command:_&:' \
- codespell_lib/tests/test_basic.py
-
- distutils-r1_python_prepare_all
-}
-
-distutils_enable_tests pytest
diff --git a/dev-util/codespell/codespell-2.1.0.ebuild b/dev-util/codespell/codespell-2.1.0.ebuild
deleted file mode 100644
index 03eb1e9e8..000000000
--- a/dev-util/codespell/codespell-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- # This will fail if the package itself
- # is not yet installed
- sed -i -e 's:test_command:_&:' \
- codespell_lib/tests/test_basic.py
-
- distutils-r1_python_prepare_all
-}
-
-distutils_enable_tests pytest
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
deleted file mode 100644
index d9beeaa54..000000000
--- a/dev-util/codespell/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>waebbl-gentoo@posteo.net</email>
- <name>Bernd Waibel</name>
-</maintainer>
-<longdescription lang="en">
- A tool to fix common misspellings in text files. It's designed primarily
- checking misspelled words in source code, but can be used with other
- text files as well.
-</longdescription>
-<upstream>
- <maintainer status="active">
- <email>larson.eric.d@gmail.com</email>
- <name>Eric Larson</name>
- </maintainer>
- <bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to>
- <remote-id type="github">codespell-project/codespell</remote-id>
-</upstream>
-</pkgmetadata>
next reply other threads:[~2021-07-23 11:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-23 11:50 Bernd Waibel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-10 21:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/ Bernd Waibel
2021-06-10 21:20 Bernd Waibel
2021-02-07 17:55 Bernd Waibel
2021-02-07 17:46 Bernd Waibel
2020-12-26 9:09 Theo Anderson
2020-05-22 17:23 Bernd Waibel
2020-04-26 22:39 Alessandro Barbieri
2020-03-12 12:39 Andrew Ammerlaan
2019-05-24 7:19 Bernd Waibel
2019-05-17 18:22 Bernd Waibel
2019-04-22 10:49 Bernd Waibel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1627041001.e1430f214b4f7069a5c20473f908fa0095a26ff2.waebbl@gentoo \
--to=waebbl@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox